MAC2007 2020-02-14
mac下自带zsh,但不是最新。查看zsh版本:zsh --version
可以通过brew安装最新版,brew install zsh
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
source ~/.bash_profile
chsh -s /bin/zsh
ZSH_THEME=gnzh
【其他】
brew install zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
chsh -s /bin/zsh 需要重启/新建窗口