Themeing for ghostty

This commit is contained in:
David Heinemeier Hansson
2025-09-16 18:27:57 +02:00
parent bf0c2cc9a5
commit 198ead1231
13 changed files with 33 additions and 0 deletions

View File

@@ -3,4 +3,5 @@
case "$TERMINAL" in
"alacritty") touch ~/.config/alacritty/alacritty.toml ;;
"kitty") pkill -USR1 kitty ;;
"ghostty") pkill -USRSIG2 ghostty ;;
esac