https://gist.github.com/kevin-smets/8568070
Instructions to get started with Oh-my-Zsh
- Zsh should be installed (v4.3.9 or more recent). If not pre-installed (zsh --version to confirm), check the following instruction here: Installing ZSH
- curl or wget should be installed
- git should be installed
- Follow the instructions to install Oh-my-Zsh
- Activate 'agnoster theme'
- Install Meslo Powerline Font. Others @ Powerline Fonts
- Click "view raw" to download the font.
- Open the downloaded font and press "Install Font".
- Set the font in terminal (Edit->profile preferences->Custom Font->Select 'Meslo')
- Add
prompt_context() {}
in ~/.zshrc to hide the “user@hostname” info when you’re logged in as yourself on your local machine. Further customization of Command line
- Add Auto-suggestion plugin
- [Fixing Color issue with 'solarized dark theme] (https://stackoverflow.com/questions/47310537/how-to-change-zsh-autosuggestions-color
- Add Syntax Highlighting plugin