Brick moving blog post: https://blog.csdn.net/lxn9492878lbl/article/details/80795413
sudo apt-get install zsh
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
3.2 Set zsh as the default shell
chsh -s /bin/zsh
Restart Ubuntu at this point to enjoy the new terminal.
Just modify the theme you want.
4.2 Some commands cannot be used after changing to zsh
sudo gedit .zshrc
Then find the # User configuration section, add
source ~/.bash_profile
then
source .zshrc
4.3 Switch bash
chsh -s /bin/bash
Finally you can enjoy zsh
1、 jtriley (more recommended)
2、 dpoggi (this theme is very similar to the original terminal)
3、 af-magic
4、 ys
Recommended Posts