Skip to content

oliverdelancey/serious-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Serious ZSH Theme

A serious, no-nonsense zsh theme with a smile. Designed to convey all necessary information without excessive fluff but still look nice. :)

A successful prompt:

username@~/projects >                     :) 9:00AM

An unsuccessful prompt:

username@~/projects >                     :| 9:00AM

You can change the theme’s variables interactively to find out what works best for you:

username@my-project/src > DIR_DEPTH=3                  :) 9:00AM
username@projects/my-project/src >                     :) 9:00AM

username@my-project/src > SAD_IND=":("                 :) 9:00AM
username@my-project/src > return 1                     :) 9:00AM
username@my-project/src >                              :( 9:00AM

username@my-project/src > PROMPT_END=":::"             :) 9:00AM
username@my-project/src :::                            :) 9:00AM

Install

Clone this repo.

git clone https://github.com/oliversandli/serious-zsh-theme.git

Copy serious.zsh-theme to ~/.oh-my-zsh/themes/.

cd serious-zsh-theme
cp serious.zsh-theme ~/.oh-my-zsh/themes/

Set ZSH_THEME in your .zshrc to serious.

Reload zsh.

exec zsh

Customizable Variables

VariableUse
HAPPY_INDThe indicator for programs that happily exit.
HAPPY_COLORThe color of HAPPY_IND.
SAD_INDThe indicator for recalcitrant programs.
DIR_DEPTHThe amount of directories shown in the left prompt.
PROMPT_ENDThe indicator for the left end of the prompt.

About

A serious, fun, and customizable oh-my-zsh theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages