This repo is managed using GNU Stow.
I keep my dotfiles repo in ~/repos/dotfiles, so we need to adapt the paths when running stow, which would by default softlink to the parent directory of the current working directory.
stow -d ~/repos/dotfiles/ -t ~ -R <package>
Alternatively I provided a .stowrc
file for convenience, which allows me to
run stow -R <package>
inside of the repository folder.