Skip to content

Instantly share code, notes, and snippets.

@stephenlb
Created February 18, 2012 07:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenlb/1858026 to your computer and use it in GitHub Desktop.
Save stephenlb/1858026 to your computer and use it in GitHub Desktop.
MacVim Terminal Installation
## MacVim Good Terminal Only Installation Guide
## http://www.pubnub.com/
## http://twitter.com/pubnub
## USAGE - Copy+Paste this One-liner:
##
## bash <(curl https://raw.github.com/gist/1858026/macvim-install.sh)
##
## OR - Download this file and execute
## OR - Copy Paste the Commands:
git clone https://github.com/b4winckler/macvim.git
cd macvim
./configure --with-features=huge --disable-darwin --enable-gui=no --prefix=/usr
make -j4
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment