Discover, install, and configure shell plugins with Fig Plugin Store →
💡

Seasonal

🛷 Seasonal ZSH Themes w/ git status ~ Impress your friends ~ Automatic theming for each season

jottenlips
|
27 stars
1 forks

Install

seasonal zsh prompts with git status

  • Get ZSH https://github.com/robbyrussell/oh-my-zsh

  • Clone me

  • Run

cd seasonal-zshthemes

Automatically set the theme for the season you are experiencing.

Copy all seasonal themes.

cp holiday.zsh-theme ~/.oh-my-zsh/themes/
cp halloween.zsh-theme ~/.oh-my-zsh/themes/
cp winter.zsh-theme ~/.oh-my-zsh/themes/
cp fall.zsh-theme ~/.oh-my-zsh/themes/
cp spring.zsh-theme ~/.oh-my-zsh/themes/
cp seashell.zsh-theme ~/.oh-my-zsh/themes/

Then set your zsh theme to the get theme for season shell script.

$ vim ~/.zshrc
ZSH_THEME=$(sh ~/seasonal-zshthemes/get_theme_season.sh)

Themes

Holiday

$ cp holiday.zsh-theme ~/.oh-my-zsh/themes/

Screen Shot

Add ZSH_THEME="holiday" to your zshrc.

Winter

$ cp winter.zsh-theme ~/.oh-my-zsh/themes/

Screen Shot

Add ZSH_THEME="winter" to your zshrc.

Halloween

$ cp halloween.zsh-theme ~/.oh-my-zsh/themes/

Screen Shot

Add ZSH_THEME="halloween" to your zshrc.

Fall

$ cp fall.zsh-theme ~/.oh-my-zsh/themes/

Screen Shot

Add ZSH_THEME="fall" to your zshrc.

Summer

$ cp seashell.zsh-theme ~/.oh-my-zsh/themes/

Screen Shot

Add ZSH_THEME="seashell" to your zshrc.

Spring

$ cp spring.zsh-theme ~/.oh-my-zsh/themes/

Screen Shot

Add ZSH_THEME="spring" to your zshrc.

More:

For more themes and plugins check out https://github.com/unixorn/awesome-zsh-plugins.