如何安装zsh,终极shell

1,教程

教程

上知乎直接搜索终极shell也可以,话不多说,直接自己看教程吧

2,总之就是 

sudo apt-get install zsh

chsh ...修改设置

wget下载oh-my-zsh(需要提前安装git)

安装oh-my-zsh,安装完成以后会发现.zshrc 和.oh-my-zshrc,.zshrc中有个链接是:https://github.com/robbyrussell/oh-my-zsh/wiki/Themes,这里记录了可以使用的主题,直接在zshrc中改想要的主题就可以啦。

原文地址:https://www.cnblogs.com/0-lingdu/p/10645827.html