Home Ubuntu安装zsh
Post
Cancel

Ubuntu安装zsh

zsh 安装

更新

1
sudo apt-get update

安装zsh

1
sudo apt-get install zsh

设置默认是呀zsh

1
chsh -s $(which zsh)

下载安装

1
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh

若失败可以使用

1
sh -c "$(wget -O- https://gitee.com/shmhlsy/oh-my-zsh-install.sh/raw/master/install.sh)"

参考

This post is licensed under CC BY 4.0 by the author.