Using GNU Stow symlink manager to keep the dotfiles in one git directory.
Usage:
- Download stow
- Clone repo to home dir (
git clone [email protected]:pavilkau/dotfiles.git ~/.dotfiles
) cd .dotfiles && stow *
(stow will not override existing files unless used with--adopt
flag)- use
stow package_name
(e.g.stow nvim
) to create a symlink for a single package)
- use