Ohmyzsh is a commandline highlight tool #
https://github.com/ohmyzsh/ohmyzsh
Install at Ubuntu #
Install zsh first
$ apt-get install zsh
Clone
Ohmyzsh
$ git clone https://github.com/ohmyzsh/ohmyzsh.git
Install
Ohmyzsh
$ cd /ohmyzsh/tools/
$ ./install.shChange the setting
$ nano ~/.zshrc
ZSH_THEME="agnoster"Let the zsh opened when terminal is opened
a. Add thezsh
to bash$ sudo vim ~/.bashrc
b. Add this line
exec zsh
🙏🙏🙏
Since you've made it this far, sharing this article on your favorite social media network would be highly appreciated 💖! For feedback, please ping me on Twitter.
Published