oh-my-zsh

1 项目mirror地址

https://gitee.com/mirrors/oh-my-zsh

以下命令功能下载我修改过的ohmyzsh的install.sh并执行,改变了文件中指向的git仓库从github移到gitee

  • via curl
sh -c "$(curl -fsSL https://gitee.com/Alphasxd/oh-my-zsh-install.sh/raw/master/install.sh)"
  • via wget
sh -c "$(wget -O- https://gitee.com/Alphasxd/oh-my-zsh-install.sh/raw/master/install.sh)"
posted @ 2022-11-01 10:34  葫芦锤  阅读(214)  评论(0)    收藏  举报