https://gitee.com/mirrors/oh-my-zsh
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/robbyrussell/oh-my-zsh
但是不需要克隆下来,只需要下面几步:
1. 下载install.sh文件
直接粘贴下来就行
https://gitee.com/mirrors/oh-my-zsh/blob/master/tools/install.sh
2. 修改REMOTE地址
目前我这是地59行,后续更新可能会有变化
修改
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
改为
REMOTE=${REMOTE:-https://gitee.com/mirrors/oh-my-zsh.git}
3. 运行install.sh
sudo sh install.sh
感谢Walkud的指正,已修改加上了sudo