如何快速安装zsh
Linux 安装并配置zsh
1.1 安装zsh
1 | $ sudo apt-get install -y zsh |
1.2 安装oh-my-zsh
1 | $ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
1.3 安装powerline font字体库
1 |
|
1.4 打开zsh配置文件 ~/.zshrc,修改主题为agnoster
1 | 1 # Set name of the theme to load --- if set to "random", it will |