下载 字体 并装置
把终端的字体设置成

sudo apt-get install zsh 装置zsh
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh 下载oh-my-zsh主题

cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc 设置主题

chsh -s /bin/zsh 设置默认终端为zsh