Zsh-syntax-highlighting
https://github.com/zsh-users/zsh-syntax-highlighting
Installation
- 
- Clone this repository into 
$ZSH_CUSTOM/plugins(by default~/.oh-my-zsh/custom/plugins) 
 - Clone this repository into 
 
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Add the plugin to the list of plugins for Oh My Zsh to load (inside 
~/.zshrc): 
plugins=(
    # ...
    zsh-syntax-highlighting
)