Skip to content

Instantly share code, notes, and snippets.

@mjwall
Created September 25, 2011 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjwall/1240216 to your computer and use it in GitHub Desktop.
Save mjwall/1240216 to your computer and use it in GitHub Desktop.
update system vim with homebrew
# If you are using rvm, you may need to run
rvm use system
# Then use the --override-system-vim option of macvim. Here is what I ran
brew install macvim --force --override-system-vim --with-cscope --with-envycoder --enable-clipboard --enable-multibyte --HEAD
# Lastly, you can link MacVim.app to the Applications folder with
ln -s /usr/local/Cellar/macvim/HEAD/MacVim.app /Applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment