安装brew
原文章地址:https://zhuanlan.zhihu.com/p/111014448
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
安装ohzsh
cat /etc/shells
chsh -s /bin/zsh
echo $SHELL
brew install wget
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
vim ~/.zshrc
ZSH_THEME="xiong-chiamiov-plus"
source ~/.zshrc
安装失败解决方案:
https://blog.csdn.net/curious_undergather/article/details/106629878