Skip to content

🍁 Seasonal ZSH Themes - Impress your friends ~ Automatic terminal theming for each season

License

Notifications You must be signed in to change notification settings

jottenlips/seasonal-zshthemes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d7f7ab2 Β· Dec 31, 2024

History

48 Commits
Dec 31, 2024
Oct 12, 2019
Sep 1, 2022
Sep 1, 2022
Aug 30, 2019
Sep 1, 2022
Sep 1, 2022
Oct 12, 2019
Aug 29, 2019
Jun 26, 2020
Oct 12, 2019
Oct 12, 2019
Dec 5, 2019
Dec 5, 2019
Feb 1, 2018
Feb 1, 2018
Dec 22, 2019
Dec 22, 2019
Nov 5, 2019
Nov 4, 2019

Repository files navigation

Install

seasonal zsh prompts with git status

  • Clone me
  • Run
cd seasonal-zshthemes
sh add_themes.sh

Automatically set the theme for the season you are experiencing.

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

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.