https://github.com/jottenlips/seasonal-zshthemes
🍁 Seasonal ZSH Themes - Impress your friends ~ Automatic terminal theming for each season
https://github.com/jottenlips/seasonal-zshthemes
bash christmas fall git hacktoberfest halloween holiday ohmyzsh scripts seasonal-themes shell shell-script spring summer terminal theme-script winter zsh zsh-theme zshrc
Last synced: 2 months ago
JSON representation
🍁 Seasonal ZSH Themes - Impress your friends ~ Automatic terminal theming for each season
- Host: GitHub
- URL: https://github.com/jottenlips/seasonal-zshthemes
- Owner: jottenlips
- License: mit
- Created: 2018-02-01T17:00:06.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T19:27:12.000Z (5 months ago)
- Last Synced: 2025-03-18T13:15:34.463Z (2 months ago)
- Topics: bash, christmas, fall, git, hacktoberfest, halloween, holiday, ohmyzsh, scripts, seasonal-themes, shell, shell-script, spring, summer, terminal, theme-script, winter, zsh, zsh-theme, zshrc
- Language: Shell
- Homepage:
- Size: 9.66 MB
- Stars: 29
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Install
seasonal zsh prompts with git status
>- Get ZSH https://github.com/robbyrussell/oh-my-zsh
>- Clone me
>- Run
```console
cd seasonal-zshthemes
sh add_themes.sh
```## Automatically set the theme for the season you are experiencing.
```console
ZSH_THEME=$(sh ~/seasonal-zshthemes/get_theme_season.sh)
```Then set your zsh theme to the get theme for season shell script.
```console
$ vim ~/.zshrc
``````
ZSH_THEME=$(sh ~/seasonal-zshthemes/get_theme_season.sh)
```## Themes
# Holiday
```console
$ cp holiday.zsh-theme ~/.oh-my-zsh/themes/
```
> Add `ZSH_THEME="holiday"` to your zshrc.# Winter
```console
$ cp winter.zsh-theme ~/.oh-my-zsh/themes/
```
> Add `ZSH_THEME="winter"` to your zshrc.# Halloween
```console
$ cp halloween.zsh-theme ~/.oh-my-zsh/themes/
```
> Add `ZSH_THEME="halloween"` to your zshrc.# Fall
```console
$ cp fall.zsh-theme ~/.oh-my-zsh/themes/
```
> Add `ZSH_THEME="fall"` to your zshrc.# Summer
```console
$ cp seashell.zsh-theme ~/.oh-my-zsh/themes/
```
> Add `ZSH_THEME="seashell"` to your zshrc.# Spring
```console
$ 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.