- 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/bin
before/usr/bin
:/usr/local/bin:/usr/bin
/usr/local/bin
is homebrew's path.which vim
should return/usr/local/bin/vim
instead of/usr/bin/vim
- Why?
macvim
doesn'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