We’ll move from bash to zsh.
Install iTerm2 instead of using Terminal for more configurability.
And try to install tmux and vim.
- Download iTerm2
https://www.iterm2.com
- Install zsh
$ brew install zsh zsh-completions
- Install oh-my-zsh
$ curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
- Switch from bash to zsh
$ chsh -s /usr/local/bin/zsh
- Fix RVM path
$ nano ~/.zshrc
look for: export PATH="/path/to/something"
change to: export PATH=“$PATH:/path/to/something"
- Install Powerline fonts
https://github.com/powerline/fonts
change Settings > Profiles > Text: Non-ASCII Font to a Roboto Mono Light
$ echo "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699"
- Install Bullet Train ohmyzsh theme
http://raw.github.com/caiogondim/bullet-train-oh-my-zsh-theme/master/bullet-train.zsh-theme
$ mkdir $ZSH_CUSTOM/themes/
move bullet-train.zsh-theme to $ZSH_CUSTOM/themes/
$ nano ~/.zshrc > ZSH_THEME=“bullet-train"
restart iTerm2
- Choose a colour scheme
https://github.com/mbadolato/iTerm2-Color-Schemes/tarball/master
change Settings > Profiles > Colours > Import Presets > navigate to iTerm2-Color-Schemes/schemes > Load all .itermcolors files
go wild
- Tmux
- Vim