From f412ef2e44caced1c85835142ea89204244e6521 Mon Sep 17 00:00:00 2001 From: "Rasmus \"Pez\" Wejlgaard" Date: Mon, 11 May 2026 20:04:08 +0100 Subject: [PATCH 1/2] Delete config/kitty/kitty.conf --- config/kitty/kitty.conf | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 config/kitty/kitty.conf diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf deleted file mode 100644 index 135d820..0000000 --- a/config/kitty/kitty.conf +++ /dev/null @@ -1,22 +0,0 @@ -# Kitty config file - -# Preferred color scheme -color0 #000000 -color8 #555555 -color1 #ff0000 -color9 #ff0000 -color2 #00ff00 -color10 #00ff00 -color3 #ffff00 -color11 #ffff00 -color4 #5555ff -color12 #5555ff -color5 #ff00ff -color13 #ff00ff -color6 #00ffff -color14 #00ffff -color7 #ffffff -color15 #ffffff - -# For some reason kitty likes using "xterm-kitty" as TERM (this breaks a lot of stuff) so let's set this to xterm -term xterm \ No newline at end of file From f8de5e80f8f8c6355e1b017eb8f7bcebe6ce3c8c Mon Sep 17 00:00:00 2001 From: "Rasmus \"Pez\" Wejlgaard" Date: Mon, 11 May 2026 20:06:33 +0100 Subject: [PATCH 2/2] Remove use of kitty.conf --- install-scripts/02-move-files.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install-scripts/02-move-files.sh b/install-scripts/02-move-files.sh index f58366a..cc2209a 100755 --- a/install-scripts/02-move-files.sh +++ b/install-scripts/02-move-files.sh @@ -23,6 +23,3 @@ fi # tmux cp config/tmux/tmux.conf ~/.tmux.conf - -# kitty -cp config/kitty/kitty.conf ~/.config/kitty/ \ No newline at end of file