mac系统切换bash 到 zsh

1. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. brew install wget
3. sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

4. 重启

原文地址:https://www.cnblogs.com/cbxBlog/p/9852447.html