zsh
- 查看安装的shell
1 |
|
- 查看当前使用的shell
1 | $ echo $SHELL |
- 切换zsh
1 | $ chsh -s /bin/zsh |
oh-my-zsh
- 安装
1 | $ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh |
- 查看主题
1 | $ ls ~/.oh-my-zsh/themes |
- 切换主题
1 | $ vi ~/.zshrc |
- 主题预览: Go
细水长流
1 |
|
1 | $ echo $SHELL |
1 | $ chsh -s /bin/zsh |
1 | $ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh |
1 | $ ls ~/.oh-my-zsh/themes |
1 | $ vi ~/.zshrc |