Created
February 18, 2012 07:27
-
-
Save stephenlb/1858026 to your computer and use it in GitHub Desktop.
MacVim Terminal Installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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