This repository is for my dotfiles. Feel free to pull and customize as you wish. Pull requests are welcome also!
Installation is quite easy, you just need to pull the repo, run bundler, and then run rake.
cd $HOME
git clone https://github.com/rvalente/dotfiles.git .dotfiles
cd .dotfiles
bundle install
rake
This will setup your .gitconfig, install all the necessary submodules for git, and backup all your existing files.
I have now included a whenever task to run brew update each day to ensure you have the latest brew package info.
cd ~/.dotfiles
whenever -w
Thank you to Zach Holman for many great ideas and his OCD-level implementation style/technique.