国内安装 oh-my-zsh

Eric 2022年01月17日 781次浏览

github国内访问比较慢,使用oh-my-zsh官方提供的脚本安装通常会失败。

国内可以使用 gitee 镜像仓库安装,执行以下命令:

REMOTE=https://gitee.com/mirrors/oh-my-zsh.git sh -c "$(curl -fsSL https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh)"

原文链接:https://gitee.com/mirrors/oh-my-zsh#note_3797829