oh-my-zsh国内镜像安装
由于安装oh-my-zsh需要在github上拉取repo,所以国内网络环境安装可能有些困难,然后就看到了一个教程,使用gitee镜像,但步骤比较多,所以我简化了一下
部分内容转载来自:oh-my-zsh国内镜像安装
直接复制执行
sh -c "$(curl -fsSL https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh \
| sed 's|^REPO=.*|REPO=${REPO:-mirrors/oh-my-zsh}|g' \
| sed 's|^REMOTE=.*|REMOTE=${REMOTE:-https://gitee.com/${REPO}.git}|g')"