#ZSH
First, download this project: oh-my-zsh
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
Second step is download the font package. This will allow you to see special icons depending of the theme youβre going to use with your zsh.
git clone https://github.com/powerline/fonts.git
cd fonts
./install.sh
Now edit your config file and restart your iTerm2
vim ~/.zshrc
and change the theme config:
ZSH_THEME="agnoster"
To test your theme:
source ~/.zshrc
After that, change the icon fonts in your iTerm2 properties to user any Powerline Font.
If you want to change the color schema:
https://github.com/altercation/solarized/tree/master/iterm2-colors-solarized
<< All Posts
Previous post:
Configuring HAProxy with ssl and two webservers behind
Configuring HAProxy with ssl and two webservers behind