Contains my config files for:
- vim
- bash
and instructions for setting up a new box just the way I like!
Grab the latest source from vim.org and unzip it. Then, in that directory:
./configure --with-features=huge --enable-rubyinterp
make
make install
git clone https://github.com/gar/dotfiles.git .dotfiles
./.dotfiles/install.sh
Stolen from various dotfile repos on github and elsewhere. Also:
- The Peepcode Advanced Command Line Screencast for finally getting me motivated to put a dotfiles project together
- Simon Myers Power Shell Usage for some handy snippets