https://github.com/JannoTjarks/catppuccin-zsh
My zsh theme based on catppuccin
https://github.com/JannoTjarks/catppuccin-zsh
Last synced: 3 days ago
JSON representation
My zsh theme based on catppuccin
- Host: GitHub
- URL: https://github.com/JannoTjarks/catppuccin-zsh
- Owner: JannoTjarks
- License: mit
- Created: 2024-06-12T21:52:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T21:58:17.000Z (10 months ago)
- Last Synced: 2025-04-14T01:53:08.844Z (8 months ago)
- Language: Shell
- Size: 999 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-zsh-plugins - catpuccin - Minimalist theme. Includes decorators for current directory, exit status of last command and `git` status. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - catpuccin - Minimalist theme. Includes decorators for current directory, exit status of last command and `git` status. (Themes / ZSH on Windows)
README
# Catppuccin for zsh
## Previews
🌻 Latte

🪴 Frappé

🌺 Macchiato

🌿 Mocha

## Installation
### Using [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
``` sh
git clone https://github.com/JannoTjarks/catppuccin-zsh.git
mkdir ~/.oh-my-zsh/themes/catppuccin-flavors
ln catppuccin-zsh/catppuccin.zsh-theme ~/.oh-my-zsh/themes/
ln catppuccin-zsh/catppuccin-flavors/* ~/.oh-my-zsh/themes/catppuccin-flavors
```
## Setup
Add the following lines to you zsh configuration:
``` sh
ZSH_THEME="catppuccin"
CATPPUCCIN_FLAVOR="mocha" # Required! Options: mocha, flappe, macchiato, latte
CATPPUCCIN_SHOW_TIME=true # Optional! If set to true, this will add the current time to the prompt.
```