Clear and blue based oh-my-zsh theme.
- Download the theme into oh-my-zsh's custom themes directory:
$ mkdir -p $ZSH_CUSTOM/themes && curl -L https://raw.githubusercontent.com/apbarrero/bluelines/master/bluelines.zsh-theme -o $ZSH_CUSTOM/themes/bluelines.zsh-theme
- Set the theme in your .zshrc file:
ZSH_THEME="bluelines"