Personal dotfiles managed with GNU Stow.
# Arch
sudo pacman -Sy stow
# macOS
brew install stowClone the repo into your home directory and run stow from inside it:
git clone <repo-url> ~/dotfiles
cd ~/dotfiles
stow .Stow will create symlinks for every file/directory, mirroring the repo structure into $HOME.
Remove all symlinks created by stow:
cd ~/dotfiles
stow -D .Preview what stow would do without making any changes:
cd ~/dotfiles
stow -n -v .