- Git
- Stow
Note that this project uses submodules, to clone it with it submodules, use the following command:
# cd to your home directory
cd
# clone the dotfiles
git clone --recurse-submodules https://github.com/soonann/dotfiles.git
To install the dotfiles on your system, you can select the specific dir of dotfiles to install:
# installs only nvim tmux and alacritty
stow nvim tmux alacritty
Stow creates a symlink to your home directory at different locations depending on the structure of the dir selected
To uninstall, simply run the following command:
stow -D nvim tmux alacritty