Skip to content

Instantly share code, notes, and snippets.

@mikker
Created December 5, 2011 11:30
Show Gist options
  • Save mikker/1433300 to your computer and use it in GitHub Desktop.
Save mikker/1433300 to your computer and use it in GitHub Desktop.
Building MacVim and Command-T on Mac OS X with RVM
$ rvm use system
$ brew install macvim # remove old version first
$ cd ~/.vim/bundle/command-t/ruby/command-t # using pathogen to manage plugins
$ ruby extconf.rb && make # configure and build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment