My dotfiles and other miscellaneous configs.
Symlinks will be created from your homedir to this project. Your existing setup (if any) will not be removed.
For a complete guide on setting up a Mac, see Dana's Workstation Runlist
- Clone this repo into your homedir
cd ~/configs
- Make sure we have GNU Stow
brew install stow # or apt or whatever
stow bash zsh git ruby tmux vim ssh other
- Find the files we need to remove
stow bash git ruby tmux vim other 2>&1 | awk '/not owned/ {print $NF}'
- Remove those files
- Install using instructions above
confsync