2024-06-14 08:37:45 +02:00
|
|
|
# Catppuccin for zsh
|
|
|
|
|
|
2024-06-17 22:54:39 +02:00
|
|
|
<p align="center">
|
|
|
|
|
<img src="assets/catwalk.webp"/>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
## Previews
|
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
<summary>🌻 Latte</summary>
|
|
|
|
|
<img src="assets/latte.webp"/>
|
|
|
|
|
</details>
|
|
|
|
|
<details>
|
|
|
|
|
<summary>🪴 Frappé</summary>
|
|
|
|
|
<img src="assets/frappe.webp"/>
|
|
|
|
|
</details>
|
|
|
|
|
<details>
|
|
|
|
|
<summary>🌺 Macchiato</summary>
|
|
|
|
|
<img src="assets/macchiato.webp"/>
|
|
|
|
|
</details>
|
|
|
|
|
<details>
|
|
|
|
|
<summary>🌿 Mocha</summary>
|
|
|
|
|
<img src="assets/mocha.webp"/>
|
|
|
|
|
</details>
|
2024-06-14 09:01:22 +02:00
|
|
|
|
2024-06-14 08:37:45 +02:00
|
|
|
## Installation
|
2024-06-17 21:24:35 +02:00
|
|
|
### Using [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
|
2024-06-14 08:37:45 +02:00
|
|
|
``` 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.
|
|
|
|
|
```
|