Skip to content

Instantly share code, notes, and snippets.

@itspriddle
Created February 10, 2012 03:43
Show Gist options
  • Save itspriddle/1786264 to your computer and use it in GitHub Desktop.
Save itspriddle/1786264 to your computer and use it in GitHub Desktop.
#!/usr/bin/sh
wget ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2
tar -vjxf vim-7.3.tar.bz2
cd vim73
./configure --prefix="$HOME/local" \
--with-features=huge \
--enable-multibyte \
--enable-perlinterp \
--enable-pythoninterp \
--enable-rubyinterp
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment