This commit is contained in:
skullbite
2025-03-19 01:46:17 -04:00
commit 8fdf778133
4 changed files with 27 additions and 0 deletions

10
kde/i-catppuccin Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# i-catppuccin: Installs the catppuccin theme
last_dir="$PWD"
git clone https://github.com/catppuccin/kde /tmp/cat-kde
cd /tmp/cat-kde
chmod +x install.sh
./install.sh
cd "$last_dir"