Skip to content

Ohmyzsh Command Line Highlight Tool

weirenlan

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
Edit this post
Previous
Activate pylint at VS code
Next
Git Github use resources