mac zsh

zsh --version
brew install zsh
安装oh-my-zsh
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
vim .zshrc
source ~/.bash_profile
搜索 ZSH_THEME=robbyrussell 修改对应的主题
主题样式这个对应的网址可以查看 https://github.com/ohmyzsh/ohmyzsh/wiki/Themes

你可能感兴趣的:(mac zsh)