<< All Posts
Nice ZSH configuration for your Mac OS


#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

rodolfo.io

πŸ‡§πŸ‡· πŸ‡¨πŸ‡¦