My-Zsh
===
- install zsh
- apt-get install zsh
- yum install zsh
- brew install zsh
- change shell
- ``chsh -s "/usr/bin/zsh"``
- install oh my zsh (see [here](http://ohmyz.sh/) for information)
- ``sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"``
- change theme (see [here](https://github.com/robbyrussell/oh-my-zsh/wiki/Themes) for more theme)
- edit .zshrc in your home and change theme you want
- you may need to install [powerline fonts](https://github.com/powerline/fonts)
- enjoy your zsh