Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T17:11:28.000Z (about 2 years ago)
- Last Synced: 2024-10-15T03:06:52.129Z (22 days 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: 3
- 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/
```![Screen Shot](holiday.png?raw=true "Holiday Screen Shot")
> Add `ZSH_THEME="holiday"` to your zshrc.# Winter
```console
$ cp winter.zsh-theme ~/.oh-my-zsh/themes/
```![Screen Shot](winter.png?raw=true "Winter Screen Shot")
> Add `ZSH_THEME="winter"` to your zshrc.# Halloween
```console
$ cp halloween.zsh-theme ~/.oh-my-zsh/themes/
```![Screen Shot](halloween.png?raw=true "Halloween Screen Shot")
> Add `ZSH_THEME="halloween"` to your zshrc.# Fall
```console
$ cp fall.zsh-theme ~/.oh-my-zsh/themes/
```![Screen Shot](fallscreenshot.png?raw=true "Fall Screen Shot")
> Add `ZSH_THEME="fall"` to your zshrc.# Summer
```console
$ cp seashell.zsh-theme ~/.oh-my-zsh/themes/
```![Screen Shot](screenshot.png?raw=true "Summer Screen Shot")
> Add `ZSH_THEME="seashell"` to your zshrc.# Spring
```console
$ cp spring.zsh-theme ~/.oh-my-zsh/themes/
```![Screen Shot](spring.png?raw=true "Spring Screen Shot")
> Add `ZSH_THEME="spring"` to your zshrc.*More:*
For more themes and plugins check out https://github.com/unixorn/awesome-zsh-plugins.