Managed with GNU Stow.
- git
- stow
stow <package>or
stow -R <package>to re-stow
- Clone the repo to local ~/dotfiles folder.
git clone --recursive https://github.com/rrunner/dotfiles ~/dotfiles- Restore symlinks
cd ~/dotfiles
stow <each individual package>or all of them
cd ~/dotfiles
for i in "$(ls -d */)"; do
stow "$i"
done