Skip to content

Instantly share code, notes, and snippets.

Created December 16, 2012 01:56
Show Gist options
  • Save anonymous/4302256 to your computer and use it in GitHub Desktop.
Save anonymous/4302256 to your computer and use it in GitHub Desktop.
Install vimerl on ubuntu
# Create required directories
mkdir -p ~/.vim/autoload ~/.vim/bundle
# Install pathogen
wget -O ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim
echo "call pathogen#infect()" >> ~/.vimrc
# Install vimerl
wget -O vimerl.tar.gz https://github.com/jimenezrick/vimerl/tarball/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment