Add this to ~/.vimrc
set runtimepath^=$HOME/dotfiles/vim
runtime vimrc
Command-T needs to be compiled
cd vim/bundle/command-t/ruby/command-t
make clean
ruby extconf.rb
make
Add this to ~/.zshrc
source $HOME/dotfiles/shell/zshrc
apt-get install zsh
# chsh -s /bin/zsh [username]
curl -L http://install.ohmyz.sh | sh
cp ./shell/zsh/themes/bryankendall.zsh-theme ~/.oh-my-zsh/themes/
Copy the contents of ./git
to $HOME
cp ./git/.git* $HOME
Need to replace some of the configuration values in $HOME/.gitconfig