标签:http for sp log c ef r tt git
sudo apt-get install curl zsh
curl -L http://install.ohmyz.sh | sh
sudo chsh -s $(which zsh) $(whoami) #this to change your default sh to zsh
then you should logout and relog for enable zsh
edit ~/.zshrc to custom theme:
change ZSH_THEME=””
I like intheloop theme better.
more info see:
https://github.com/robbyrussell/oh-my-zsh
https://github.com/robbyrussell/oh-my-zsh/wiki/themes
标签:http for sp log c ef r tt git
原文地址:http://my.oschina.net/u/1772607/blog/311359