用 zsh,一直以来都忍受着 oh-my-zsh 因 github 而卡、慢,最近还出现无法连接的情况!
在国内 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)"