安装git-bash for windows
https://gitforwindows.org/
下载安装一直下一步即可
下载zsh
https://dotatong.cn/tools/zsh-5.8-3-x86_64.pkg.tar
下载后解压到 Git 安装的根目录(例如:C:\Program Files\Git
),相当于对git bash做一个补充包。
安装oh_my_zsh
sh -c "$(curl -fsSL https://dotatong.cn/tools/oh_my_zsh.sh)"
安装oh_my_zsh主题
基于refined自定义了一个类似ys的主题dotatong.zsh-theme,该主题不会导致窗口无响应。
下载 https://dotatong.cn/tools/dotatong.zsh-theme 该主题文件放至~/.oh-my-zsh/themes/目录
修改配置文件~/.zshrc
ZSH_THEME="dotatong"