Theme based on theunraveler
Color scheme used: Cobalt Neon
Follow the oh-my-zsh instructions or run the following:
$ mkdir -p $ZSH_CUSTOM/themes && curl https://raw.githubusercontent.com/AugustoQueiroz/asq-theme/master/asq.zsh-theme -L -o $ZSH_CUSTOM/themes/asq.zsh-theme
Then enable the battery plugin in your .zshrc file - if this pluggin isn't enabled, an annoying error will keep poping up.
plugins=(
...
battery
...
)
Finally, set the theme in you .zshrc file
ZSH_THEME="asq"