offline install oh-my-zsh

离线安装 oh-my-zsh

下载 deb oh-my-zsh

下载对应版本的 zsh-common zsh
zsh-common_5.1.1-1ubuntu2.3_all.deb zsh_5.1.1-1ubuntu2.3_amd64.deb 拷贝

1
2

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

安装 zsh

1
2
dpkg -i zsh-common_5.1.1-1ubuntu2.3_all.deb zsh_5.1.1-1ubuntu2.3_amd64.deb
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

启动 zsh

1
/bin/zsh

vscode 默认终端

1
2
3
{
"terminal.integrated.shell.linux": "/bin/zsh",
}