on-my-zsh 站点:https://ohmyz.sh/

code : https://github.com/ohmyzsh/ohmyzsh/

安装命令:

curl方式安装:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

wget方式安装:

wget方式安装
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"