Skip to content

AugustoQueiroz/asq-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

oh-my-zsh theme based on theunraveler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published