Ohmyzsh Command Line Highlight Tool

Ohmyzsh is a commandline highlight tool #

https://github.com/ohmyzsh/ohmyzsh

Install at Ubuntu #

  1. Install zsh first

    $ apt-get install zsh 
  2. Clone Ohmyzsh

    $ git clone https://github.com/ohmyzsh/ohmyzsh.git
  3. Install Ohmyzsh

    $ cd /ohmyzsh/tools/
    $ ./install.sh
  4. Change the setting

    $ nano ~/.zshrc
    ZSH_THEME="agnoster"
  5. Let the zsh opened when terminal is opened
    a. Add the zsh 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