- Install iTerm2
- Go to iTerm Preferences → Profiles, select your profile, then the Keys tab. Click Load Preset... and choose Natural Text Editing.
- Download Solarized Dark colors (import to iTerm2 + move vim colors to
~/.vim/colors) - Install Powerline fonts
- Switch to a suitable Powerline font
- Remap Caps Lock to Control
brew install vim- Make sure that your path lists
/usr/local/binbefore/usr/bin:/usr/local/bin:/usr/bin /usr/local/binis homebrew's path.which vimshould return/usr/local/bin/viminstead of/usr/bin/vim- Why?
macvimdoesn't allow copy to system clipboard with e.g."*yy
- Make sure that your path lists
- Install
Vundle.vim - Install
oh-my-zsh - Install
tpm(https://github.com/tmux-plugins/tpm)
Add private zsh configs to ~/.zsh.private