Configuration files for bash, vim, git, ruby, and more.
Clone repo:
git clone git@github.com:attack/dotfiles.gitInstall rcm
# from outside repo
brew bundle --file=dotfiles/Brewfile# from inside repo
brew bundleInstall dotfiles:
rcup -d dotfiles -x README.md -x install -x Brewfile -x LICENSERun install:
bash dotfiles/installUpdate Repo:
cd <your-dotfile-location>
git pullThen 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