2025-08-06 10:23:52 +00:00
2024-06-13 00:03:13 +02:00
2025-08-06 10:40:52 +00:00

Catppuccin for zsh

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Installation

Using ohmyzsh

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://devops.cloudhost.es/CloudHost/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
rm -rf catppuccin-zsh

Setup

Add the following lines to you zsh configuration:


Description
My zsh theme based on catppuccin
Readme 1 MiB
Languages
Shell 100%