Configuration files for bash, vim, git, ruby, and more.
Clone repo:
git clone git@github.com:attack/dotfiles.git
Install rcm
# from outside repo
brew bundle --file=dotfiles/Brewfile
# from inside repo
brew bundle
Install dotfiles:
rcup -d dotfiles -x README.md -x install -x Brewfile -x LICENSE
Run install:
bash dotfiles/install
Update Repo:
cd <your-dotfile-location>
git pull
Then just re-run the install steps, as they update as well.
Put your project sharable customizations in dotfiles appended with .shared
:
~/.aliases.shared
Put your customizations in dotfiles appended with .local
:
~/.aliases.local
~/.bash_profile.local
~/.gitconfig.local
Heavy influence from thoughtbot dotfiles