Dead-simple setup for *nix machines to set up a box the way it was meant.
git clone [email protected]:bhornseth/dotfiles.git ~/.dotfiles cd !$ git submodule init git submodule update rake install
That's it.
I hack on a Gentoo Linux box during the day, and a Macbook Pro at night, so the files in here should work with the default tools on either setup.
Vim uses a heavily-customized .vimrc file with snippets from all the hell over. It also uses the JellyBeans theme and ends up looking something like this:
Add the repo as a submodule in vim/bundle:
git submodule add git://github.com/some/vim-repo.git vim/bundle/vim-repo
Soon.