some theming

This commit is contained in:
2026-04-11 09:46:27 +02:00
parent 3acc5bc70d
commit aae65576fb
7 changed files with 190 additions and 331 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
out_dir="$HOME/dotfiles/themes/.config/themes/kitty/catppuccin/mocha.conf"
url="https://raw.githubusercontent.com/catppuccin/kitty/main/themes/mocha.conf"
curl -o "$out_dir" "$url"