You need to make sure that you have access to the following things:
git
: To clone and manage this repository.stow
: To distribute the dotfiles.fish
: To utilize (most of) the dotfiles.- A patched font: To make the TUI display correctly.
Follow these steps to install the dotfiles:
-
Clone the repository into your home directory:
# Using HTTPS git clone https://github.com/jasontheiler/dotfiles.git ~/.dotfiles/ # Using SSH git clone git@github.com:jasontheiler/dotfiles.git ~/.dotfiles/
-
Stow the dotfiles in your home directory from inside the local repository:
# Stows all packages. stow */ # Stows select packages. stow fish/ git/ # Unstows select packages. stow -D nvim/ wezterm/
-
Restart your shell.
GPL-3.0 License © 2021-PRESENT Jason Theiler