1. Download http://www.iterm2.com/
2, Oh-my-zsh
Curl-l https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | Sh
Official website: https://github.com/robbyrussell/oh-my-zsh
3, Sfp13-vim installation
4, after the installation is reported that the VIM version is too low, the lack of LUA, using the following methods to upgrade.
Use Homebrew artifact Ah, teenager!
Homebrew-the missing Package manager for OS X
When the installation is complete, open terminal input:
brew install vim --with-lua --with-override-system-vi
Ah, you say not accustomed to use the terminal vim, to use the GUI version? The same as:
brew install macvim --with-lua --with-override-system-vim
注意细节:
vim 中设置代码窗口不关闭的方法:
Set t_ti= t_te=
let g:spf13_bundle_groups=[‘general‘,‘writing‘,‘programming‘,‘go‘]
VIM development environment configuration under Linux (common all programming languages)