/dotfiles.old

~gar

Primary LanguagePython

~gar

Contains my config files for:

  • vim
  • bash

and instructions for setting up a new box just the way I like!

Setting up a new box

Install vim

Grab the latest source from vim.org and unzip it. Then, in that directory:

 ./configure --with-features=huge --enable-rubyinterp
 make
 make install

Install these dotfiles

git clone https://github.com/gar/dotfiles.git .dotfiles
./.dotfiles/install.sh

Acknowledgements

Stolen from various dotfile repos on github and elsewhere. Also: