These are the dotfiles I use. They are managed with stow.
This guide assumes you're running OSX.
-
Install stow:
brew install stow
-
To install all configuration files at once, just do:
cd ~/dotfiles make
-
To selectively install configuration files (e.g. Bash), just do:
cd ~/dotfiles stow bash
-
To restow a modified configuration, just do:
cd ~/dotfiles stow -R bash