美文网首页
国内网络安装 Oh My Zsh

国内网络安装 Oh My Zsh

作者: 别瞄我 | 来源:发表于2021-10-13 15:51 被阅读0次

在国内 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)"

相关文章

网友评论

      本文标题:国内网络安装 Oh My Zsh

      本文链接:https://www.haomeiwen.com/subject/ckfeoltx.html