Zsh Theme: vszambon-ocean
August 16, 2024 ยท View on GitHub

Description
This Zsh theme provides a visually appealing and functional command prompt with the features:
- Docker Indicator: Displays a whale emoji
๐ณif running inside Docker, indicated by the global variableRUNNING_IN_DOCKERset to"true". - Git Indicator: Displays the prefix
๐to indicate the presence of a Git repository. - Git Status: Shows Git repository status with custom icons and colors.
- Clean: โ (Green)
- Added: โ (Green)
- Modified: โน (Blue)
- Deleted: โ (Red)
- Renamed: โ (Magenta)
- Unmerged: โ (Yellow)
- Untracked: ? (Cyan)
- Day/Night Icon: Displays different moon phases based on the current hour:
- ๐ New Moon: 00:00 - 03:00
- ๐ Waxing Crescent: 03:00 - 06:00
- ๐ First Quarter: 06:00 - 09:00
- ๐ Waxing Gibbous: 09:00 - 12:00
- ๐ Full Moon: 12:00 - 15:00
- ๐ Waning Gibbous: 15:00 - 18:00
- ๐ Last Quarter: 18:00 - 21:00
- ๐ Waning Crescent: 21:00 - 00:00
- Weekday and Date Format: Displays the current weekday, month, and day in
Weekday,Month-Dayformat.
Installation
- Save the Theme:
curl https://raw.githubusercontent.com/vzambon/vszambon_ocean-zsh-theme/main/vszambon_ocean.zsh-theme -o $ZSH_CUSTOM/themes/vszambon_ocean.zsh-theme
- Set the Theme: Edit your .zshrc file
ZSH_THEME="vszambon_ocean"