This repo mirrors $HOME. The repo root is the Stow package.
Use Stow from this directory to (re)link everything into ~.
cd /Users/swrj/dotfiles
stow -t /Users/swrj .cd /Users/swrj/dotfiles
stow -R -t /Users/swrj .cd /Users/swrj/dotfiles
stow -D -t /Users/swrj .- Move the config into this repo (mirroring its path in
~). - Re-stow.
Examples:
# ~/.config/<tool>
mv /Users/swrj/.config/<tool> /Users/swrj/dotfiles/.config/<tool>
# ~/.<file>
mv /Users/swrj/.<file> /Users/swrj/dotfiles/.<file>
cd /Users/swrj/dotfiles
stow -R -t /Users/swrj .rm -rf /Users/swrj/dotfiles/.config/<tool>
cd /Users/swrj/dotfiles
stow -R -t /Users/swrj .brew install stow