Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 364 Bytes

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