oh my zsh

来源:互联网 发布:无锡亿美网络 编辑:程序博客网 时间:2024/06/05 21:51

安装 zsh


sudo apt-get install zsh

取代bash,设为默认shell

sudo usermod -s /bin/zsh username


或者

chsh -s /bin/zsh

安装 oh my zsh  

wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh

oh my zsh 主题

https://github.com/robbyrussell/oh-my-zsh/wiki/themes

修改主题

vim ~/.zshrc
theme 修改   agnoster

控制台需要设置 powerline 字体 


https://github.com/powerline/fonts

0 0
原创粉丝点击