在国内 gitee 找 oh-my-zsh 克隆,不少哟!看来大家都有这样或那样的“不满足”。
比较了下,感觉下面这个不错!

https://gitee.com/pocmon/ohmyzsh

对代码做了一些修改,使安装及后继升级都使用 gitee 的服务器(修改的地方 README.md 中有说明)!

1.使用 curl 安装

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

2.使用 wget 安装

sh -c "$(wget -O- https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)"