Zsh
Zsh 5.8
/fs00/software/zsh/5.8 Modulefile: zsh/5.8
或从镜像站下载编译安装
Oh My Zsh
安装
在本地克隆后获取安装脚本。
git clone https://mirror.nju.edu.cn/git/ohmyzsh.git
cd ohmyzsh/tools
REMOTE=https://mirror.nju.edu.cn/git/ohmyzsh.git sh install.sh
切换已有 Oh My Zsh 至镜像源
git -C $ZSH remote set-url origin https://mirror.nju.edu.cn/git/ohmyzsh.git
git -C $ZSH pull