seasonal zsh prompts with git status
- Clone me
- Run
cd seasonal-zshthemes
sh add_themes.sh
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)
$ cp holiday.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="holiday"
to your zshrc.
$ cp winter.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="winter"
to your zshrc.
$ cp halloween.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="halloween"
to your zshrc.
$ cp fall.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="fall"
to your zshrc.
$ cp seashell.zsh-theme ~/.oh-my-zsh/themes/
Add
ZSH_THEME="seashell"
to your zshrc.
$ 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.