Simplify setup from YADR so I have more control and can use on Ubuntu and OSX easily
- Setup .zsh with git info in shell
- https://github.com/sorin-ionescu/prezto?
- Nice color scheme and easy plugin management
- https://github.com/gmarik/Vundle.vim?
- http://ethanschoonover.com/solarized/vim-colors-solarized
- Vim mode
- Ctrl^A leader
-
Symlink config files to home directory
-
Install vundle
-
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
Install Vim plugins
vim +PluginInstall +qall
-
Install zsh
-
https://www.digitalocean.com/community/tutorials/how-to-install-z-shell-zsh-on-a-cloud-server
-
Install agnoster theme
-
https://raw.githubusercontent.com/skwp/dotfiles/master/zsh/prezto-themes/prompt_agnoster_setup
-
Set to default in zprezto
- Install Solarized on iTerm
- In iTerm2, in Preferences -> Profiles -> Terminal, under "Terminal Emulation" you have "Report Terminal Type:" set to xterm-256color.