Skip to content

Instantly share code, notes, and snippets.

@faun
Forked from kossnocorp/USAGE.md
Created September 6, 2011 21:55
Show Gist options
  • Save faun/1199099 to your computer and use it in GitHub Desktop.
Save faun/1199099 to your computer and use it in GitHub Desktop.
Install latest MacVim with Drawer
git clone -b split-browser https://github.com/alloy/macvim.git && cd macvim && ./configure --with-features=huge --enable-cscope --enable-rubyinterp --enable-pythoninterp --enable-perlinterp && make && sudo rm -rf /Applications/MacVim.app && sudo mv ./src/MacVim/build/Release/MacVim.app /Applications
@faun
Copy link
Author

faun commented Sep 6, 2011

Install latest branch of the MacVIM drawer project with the command above. Feel free to remove sudo from the above commands if they're not needed for your system.
NB: If you manage multiple versions of Ruby, you should have your system Ruby in your path before running this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment