Created
August 17, 2014 18:19
-
-
Save netsmertia/e4a9dc24ea0f6e99f80f to your computer and use it in GitHub Desktop.
VimSetupREADS
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
##Development Installs | |
1. install **xcode-developer tools** | |
2. install **homebrew** | |
>`ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"` | |
3. install **vim** | |
>`brew install vim --override-system-vim --with-lua` | |
may be you need to make add `alias "vim=/usr/local/Cellar/vim/7.4.335/bin/vim"` in your `~/.bash_profile` | |
> Written with [StackEdit](https://stackedit.io/). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment