48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
# Catppuccin for zsh
|
|
|
|
<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>
|
|
|
|
## Installation
|
|
### Using [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
|
|
``` sh
|
|
apt update && apt install zsh git curl rsync net-tools dnsutils htop iotop tmux gnupg2 fonts-font-awesome fonts-powerline -y
|
|
|
|
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
|
|
|
git clone https://github.com/JannoTjarks/catppuccin-zsh.git
|
|
mkdir ~/.oh-my-zsh/themes/catppuccin-flavors
|
|
mv catppuccin-zsh/catppuccin.zsh-theme /root/.oh-my-zsh/themes
|
|
mv catppuccin-zsh/catppuccin-flavors/ /root/.oh-my-zsh/themes/
|
|
mv catppuccin-zsh/.zshrc /root/.zshrc
|
|
source /root/.zshrc
|
|
```
|
|
|
|
## Setup
|
|
Add the following lines to you zsh configuration:
|
|
``` sh
|
|
|
|
```
|