- OS : macOS Mojave
 - Terminal : iTerm2 (Build 3.2.7)
 - Font : Meslo LG L DZ Regular Nerd Font Complete (Size: 14pt)
 - Color scheme : Solarized Dark
 
Working terminal:
Homebrew should be installed. If not then install the lates version of homwbrew.
iTerm2 is way better than the default OSX terminal.
- Mac: 
brew install zsh - Linux: 
apt-get install zsh 
3. Install oh-my-zsh plugin
Run the following command in the terminal to install it:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
4. Install powerlevel9k theme for oh-my-zsh
Run the following command in the terminal to install it:
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
- Download 
Meslo LG L DZ Regular Nerd Font Complete.otfand install it. - Then go to iTerm2 > Preferences > Profiles > Text and open Change Font
 - and select Meslo LG L DZ Regular Nerd Font Complete font at 14pt.
 
- 
zshSyntax Highlighting Plugin:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting - 
zshAutoSuggestion Plugin:
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions 
Edit ~/.oh-my-zsh/custom/path.zsh and customize your path as required.
Replace your ~/.zshrc file with the one in this repo.



