๐ Bright Catppuccin ZSH Theme
December 27, 2025 ยท View on GitHub
A vibrant, modern ZSH prompt built on the beautiful Catppuccin Mocha palette with bright color vibes
โจ Features
- ๐ Multi-line prompt with clean separation of information
- ๐ Bright Catppuccin Mocha palette
- ๐ฟ Git status with branch, changes, upstream, and more
- ๐ Python virtual environment and conda env detection
- โฑ๏ธ Command execution time display for long-running commands
- ๐ง Smart path truncation
- ๐งโ๐ป Optional user@host display (configurable)
- ๐งฐ Background jobs and exit status indicators
- โก Fast, written in native Zsh
๐ธ Screenshots
Default Prompt

Git Integration

๐ฆ Installation
1. Clone the Repo
git clone https://github.com/tailung42/bright-catppuccin-zsh-theme.git
2. Move Theme to Oh My Zsh Custom Themes Directory
mv bright-catppuccin-zsh-theme/bright-catppuccin.zsh-theme ~/.oh-my-zsh/custom/themes/
๐ Rename the theme file to `bright-catppuccin.zsh-theme` if needed.
Alternatively, symlink the theme:
ln -s "\$PWD/bright-catppuccin-zsh-theme/bright-catppuccin.zsh-theme" ~/.oh-my-zsh/custom/themes/bright-catppuccin.zsh-theme
3. Set the Theme in `.zshrc`
Open your ZSH configuration:
nano ~/.zshrc
Find the line:
ZSH_THEME="..."
Replace it with:
ZSH_THEME="bright-catppuccin"
โ ๏ธ Do not include `.zsh-theme` in the name โ Oh My Zsh handles that automatically.
4. Apply the Changes
source ~/.zshrc
Your prompt should now be glowing with Catppuccin brightness! ๐
โ๏ธ Optional Configuration
You can enable or disable features by setting variables in your `.zshrc` before loading the theme.
Show `user@host`
export BRIGHT_CATPPUCCIN_SHOW_HOST=true
(More options coming soon!)
๐งช Requirements
- Zsh 5.0+
- Oh My Zsh or compatible framework
- Terminal with 24-bit truecolor support (e.g., iTerm2, Kitty, Alacritty, Windows Terminal)
๐ง Recommended Fonts
Use a Nerd Font for best icon support.
We recommend FiraCode Nerd Font, JetBrains Mono Nerd Font, or MesloLGS NF (Oh My Zsh default).
๐ License
MIT โ free to use, modify, and share. Contributions welcome ๐
๐ก Credits
Inspired by the Catppuccin Mocha palette and built with love for terminal aesthetics.