mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
434 B
434 B
| category | layout | mirrorid |
|---|---|---|
| help | help | ohmyzsh.git |
ohmyzsh Git 镜像使用帮助
安装
在本地克隆后获取安装脚本。
git clone https://{{ site.hostname }}/git/ohmyzsh.git
cd ohmyzsh/tools
REMOTE=https://{{ site.hostname }}/git/ohmyzsh.git sh install.sh
切换已有 ohmyzsh 至镜像源
git -C $ZSH remote set-url origin https://{{ site.hostname }}/git/ohmyzsh.git
git -C $ZSH pull