Start with:
git clone --recursive [email protected]:dsem/.dotfile.git
then
ln -s .dotfile/.vim
ln -s .dotfile/.vimrc
ln -s .dotfile/.profile
cp .dotfile/.gitconfig . # then add email
Open vim and do
:PluginInstall
Install ruby-devel
Make the command-t binaries
cd .vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make