在国内 gitee 找 oh-my-zsh 克隆
# 里面代码和官方的有微调,有兴趣可自己对比下
https://gitee.com/pocmon/ohmyzsh
使用
# 使用 curl 安装
sh -c "$(curl -fsSL https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)"
# 使用 wget 安装
sh -c "$(wget -O- https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)"
网友评论