seasonal-zshthemes
seasonal-zshthemes copied to clipboard
🍁 Seasonal ZSH Themes - Impress your friends ~ Automatic terminal theming for each season
Install
seasonal zsh prompts with git status
- Get ZSH https://github.com/robbyrussell/oh-my-zsh
- 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/
Add
ZSH_THEME="holiday"
to your zshrc.
Winter
$ cp winter.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="winter"
to your zshrc.
Halloween
$ cp halloween.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="halloween"
to your zshrc.
Fall
$ cp fall.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="fall"
to your zshrc.
Summer
$ cp seashell.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="seashell"
to your zshrc.
Spring
$ cp spring.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="spring"
to your zshrc.
More:
For more themes and plugins check out https://github.com/unixorn/awesome-zsh-plugins.