Appearance
安装gitbash
下载zsh
解压
将解压内容复制到gitbash的安装目录,一般为C:\Program Files\Git
C:\Program Files\Git
打开gitbash,进行zsh初始化
zsh
创建.bashrc文件,并写入
if [ -t 1 ]; then exec zsh fi
重启bash
安装oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"