# run initial bootstrap script
scripts/bootstrap.sh
add symlink for vim bundle directory
ln -s ~/.dotfiles/vim ~/.vim
Command-T needs to be compiled
cd vim/bundle/command-t
rake make
# Install Plug plugins
:PlugInstall
# sometimes clean is required
:PlugClean!