- GNU Stow
OSX install: brew install stow
-
Clone repo to home directory if not already present
[email protected]:choovick/.dotfiles.git $HOME/.dotfiles
-
Change to repo directory
cd $HOME/.dotfiles
-
Run stow command against stow directory for all subdirectories
stow -d stow -t $HOME $(ls -d stow/*/| xargs -n 1 basename)
or using helper script
./stow.sh