git clone --recursive https://github.com/mcls/dotvim.git ~/.vim
ln -nfs ~/.vim/vimrc ~/.vimrc
Make sure the RDiscount gem is installed, so Markdown can be previewed.
gem install rdiscount
Run the following command to fetch the latest versions of the plugins from their git repos.
git submodule foreach git pull -q origin master
or
make update
git submodule add https://github.com/easymotion/vim-easymotion.git bundle/easymotion
git submodule deinit bundle/mod
git rm bundle/mod