oh-my-zsh 安装¶ 1 安装 zsh¶ 版本:5.0.8 以上 yum 安装:yum intsall zsh -y 2 安装 oh-my-zsh¶ 下载安装脚本并执行安装:sh -c "$(curl -fsSL https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh)" 3 使用¶ 进入 oh-my-zsh 模式:输入 zsh 退出 oh-my-zsh 模式:输入 exit