Configuration files for bash, vim, git, ruby, and more.
Clone repo:
git clone [email protected]:attack/dotfiles.git
Install rcm
brew bundle dotfiles/Brewfile
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