init
This commit is contained in:
10
kde/i-catppuccin
Normal file
10
kde/i-catppuccin
Normal 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"
|
||||
Reference in New Issue
Block a user