Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 811 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 811 Bytes

asq theme

Theme based on theunraveler

screenshot

Color scheme used: Cobalt Neon

Installation

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"