Last active
December 12, 2015 21:48
-
-
Save btcrooks/c89211eba5259c2bb2f5 to your computer and use it in GitHub Desktop.
Install vim 7.4.x
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
# 1) Install vim 7.4.x through homebrew | |
# $ brew install vim | |
# 2) Override default vim installation by creating | |
# aliases in your respective shell's dotfiles. | |
# (e.g. '.bash_profile', '.bashrc') | |
alias vim="/usr/local/Cellar/vim/7.4.944/bin/vim" | |
alias vi="/usr/local/Cellar/vim/7.4.944/bin/vim" | |
alias vimtutor="/usr/local/Cellar/vim/7.4.944/bin/vimtutor" | |
alias vimdiff="/usr/local/Cellar/vim/7.4.944/bin/vimdiff" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment