diff --git a/git/.gitignore b/git/.gitignore index c7bb3b6..c502e15 100644 --- a/git/.gitignore +++ b/git/.gitignore @@ -18,9 +18,6 @@ node_modules # WSL stuff *Zone.Identifier -# Kitty backup file -kitty.conf.bak - # IntelliJ .idea diff --git a/homebrew/Brewfile b/homebrew/Brewfile index d61c453..59aac00 100644 --- a/homebrew/Brewfile +++ b/homebrew/Brewfile @@ -54,7 +54,6 @@ cask "handbrake" cask "karabiner-elements" cask "keepingyouawake" cask "keka" -cask "kitty" cask "obs" cask "orbstack" cask "raycast" diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf deleted file mode 100644 index 8018216..0000000 --- a/kitty/.config/kitty/kitty.conf +++ /dev/null @@ -1,36 +0,0 @@ -# vim:ft=conf - -# Use the Super TTC Iosevka Term variant -# https://github.com/be5invis/Iosevka/releases/download/v32.3.0/SuperTTC-Iosevka-32.3.0.zip -font_family Iosevka Term -bold_font Iosevka Term -italic_font Iosevka Term -bold_italic_font Iosevka Term - -font_size 16.0 -enable_audio_bell no -window_alert_on_bell no -bell_on_tab no - -cursor_shape block -shell_integration no-cursor - -window_padding_width 2 - -# https://github.com/kovidgoyal/kitty/pull/5969 -text_gamma_adjustment 1.7 -text_contrast 30 - -macos_traditional_fullscreen yes -macos_quit_when_last_window_closed yes -macos_option_as_alt yes - -map alt+left send_text all \x1b\x62 -map alt+right send_text all \x1b\x66 - -disable_ligatures always - -# BEGIN_KITTY_THEME -# Catppuccin-Pinkdrink-v3 -include current-theme.conf -# END_KITTY_THEME diff --git a/kitty/.config/kitty/themes/mocha.conf b/kitty/.config/kitty/themes/mocha.conf deleted file mode 100644 index 2533db7..0000000 --- a/kitty/.config/kitty/themes/mocha.conf +++ /dev/null @@ -1,80 +0,0 @@ -# vim:ft=kitty - -## name: Catppuccin-Mocha -## author: Pocco81 (https://github.com/Pocco81) -## license: MIT -## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf -## blurb: Soothing pastel theme for the high-spirited! - - - -# The basic colors -foreground #CDD6F4 -background #1E1E2E -selection_foreground #1E1E2E -selection_background #F5E0DC - -# Cursor colors -cursor #F5E0DC -cursor_text_color #1E1E2E - -# URL underline color when hovering with mouse -url_color #F5E0DC - -# Kitty window border colors -active_border_color #B4BEFE -inactive_border_color #6C7086 -bell_border_color #F9E2AF - -# OS Window titlebar colors -wayland_titlebar_color system -macos_titlebar_color system - -# Tab bar colors -active_tab_foreground #11111B -active_tab_background #CBA6F7 -inactive_tab_foreground #CDD6F4 -inactive_tab_background #181825 -tab_bar_background #11111B - -# Colors for marks (marked text in the terminal) -mark1_foreground #1E1E2E -mark1_background #B4BEFE -mark2_foreground #1E1E2E -mark2_background #CBA6F7 -mark3_foreground #1E1E2E -mark3_background #74C7EC - -# The 16 terminal colors - -# black -color0 #45475A -color8 #585B70 - -# red -color1 #F38BA8 -color9 #F38BA8 - -# green -color2 #A6E3A1 -color10 #A6E3A1 - -# yellow -color3 #F9E2AF -color11 #F9E2AF - -# blue -color4 #89B4FA -color12 #89B4FA - -# magenta -color5 #F5C2E7 -color13 #F5C2E7 - -# cyan -color6 #94E2D5 -color14 #94E2D5 - -# white -color7 #BAC2DE -color15 #A6ADC8 diff --git a/kitty/.config/kitty/themes/pinkdrink.conf b/kitty/.config/kitty/themes/pinkdrink.conf deleted file mode 100644 index b2ba704..0000000 --- a/kitty/.config/kitty/themes/pinkdrink.conf +++ /dev/null @@ -1,80 +0,0 @@ -# vim:ft=kitty - -## name: Catppuccin-Pinkdrink -## author: Boggs (https://github.com/b-ggs) -## license: MIT -## upstream: https://github.com/b-ggs/catppuccin-kitty/blob/main/pinkdrink.conf -## blurb: Soothing pastel theme for the high-spirited! - - - -# The basic colors -foreground #F4CDE9 -background #2E1E26 -selection_foreground #2E1E26 -selection_background #F5E0DC - -# Cursor colors -cursor #F5E0DC -cursor_text_color #2E1E26 - -# URL underline color when hovering with mouse -url_color #F5E0DC - -# Kitty window border colors -active_border_color #B4BEFE -inactive_border_color #876D82 -bell_border_color #F9E2AF - -# OS Window titlebar colors -wayland_titlebar_color system -macos_titlebar_color system - -# Tab bar colors -active_tab_foreground #1B1116 -active_tab_background #CBA6F7 -inactive_tab_foreground #F5CEF1 -inactive_tab_background #25181E -tab_bar_background #1B1116 - -# Colors for marks (marked text in the terminal) -mark1_foreground #2E1E26 -mark1_background #B4BEFE -mark2_foreground #2E1E26 -mark2_background #CBA6F7 -mark3_foreground #2E1E26 -mark3_background #74C7EC - -# The 16 terminal colors - -# black -color0 #5A4551 -color8 #705867 - -# red -color1 #F38BA8 -color9 #F38BA8 - -# green -color2 #A6E3A1 -color10 #A6E3A1 - -# yellow -color3 #F9E2AF -color11 #F9E2AF - -# blue -color4 #89B4FA -color12 #89B4FA - -# magenta -color5 #F5C2E7 -color13 #F5C2E7 - -# cyan -color6 #94E2D5 -color14 #94E2D5 - -# white -color7 #DEBAD4 -color15 #C8A6BE diff --git a/kitty/.config/kitty/themes/pinkdrink_v2.conf b/kitty/.config/kitty/themes/pinkdrink_v2.conf deleted file mode 100644 index a2ebe63..0000000 --- a/kitty/.config/kitty/themes/pinkdrink_v2.conf +++ /dev/null @@ -1,80 +0,0 @@ -# vim:ft=kitty - -## name: Catppuccin-Pinkdrink-v2 -## author: Boggs (https://github.com/b-ggs) -## license: MIT -## upstream: https://github.com/b-ggs/catppuccin-kitty/blob/main/pinkdrink_v2.conf -## blurb: Soothing pastel theme for the high-spirited! - - - -# The basic colors -foreground #EFADEC -background #352939 -selection_foreground #352939 -selection_background #F5E0DC - -# Cursor colors -cursor #F5E0DC -cursor_text_color #352939 - -# URL underline color when hovering with mouse -url_color #F5E0DC - -# Kitty window border colors -active_border_color #B4BEFE -inactive_border_color #846788 -bell_border_color #F9E2AF - -# OS Window titlebar colors -wayland_titlebar_color system -macos_titlebar_color system - -# Tab bar colors -active_tab_foreground #1A1016 -active_tab_background #CBA6F7 -inactive_tab_foreground #EFADEC -inactive_tab_background #211924 -tab_bar_background #1A1016 - -# Colors for marks (marked text in the terminal) -mark1_foreground #352939 -mark1_background #B4BEFE -mark2_foreground #352939 -mark2_background #CBA6F7 -mark3_foreground #352939 -mark3_background #74C7EC - -# The 16 terminal colors - -# black -color0 #5B465E -color8 #6F5674 - -# red -color1 #F38BA8 -color9 #F38BA8 - -# green -color2 #A6E3A1 -color10 #A6E3A1 - -# yellow -color3 #F9E2AF -color11 #F9E2AF - -# blue -color4 #89B4FA -color12 #89B4FA - -# magenta -color5 #F5C2E7 -color13 #F5C2E7 - -# cyan -color6 #94E2D5 -color14 #94E2D5 - -# white -color7 #DAA2DA -color15 #C590C6 diff --git a/kitty/.config/kitty/themes/pinkdrink_v3.conf b/kitty/.config/kitty/themes/pinkdrink_v3.conf deleted file mode 100644 index 08c226c..0000000 --- a/kitty/.config/kitty/themes/pinkdrink_v3.conf +++ /dev/null @@ -1,80 +0,0 @@ -# vim:ft=kitty - -## name: Catppuccin-Pinkdrink-v3 -## author: Boggs (https://github.com/b-ggs) -## license: MIT -## upstream: https://github.com/b-ggs/catppuccin-kitty/blob/main/pinkdrink_v3.conf -## blurb: Soothing pastel theme for the high-spirited! - - - -# The basic colors -foreground #F4CDE9 -background #352939 -selection_foreground #352939 -selection_background #F5E0DC - -# Cursor colors -cursor #F5E0DC -cursor_text_color #352939 - -# URL underline color when hovering with mouse -url_color #F5E0DC - -# Kitty window border colors -active_border_color #B4BEFE -inactive_border_color #876D82 -bell_border_color #F9E2AF - -# OS Window titlebar colors -wayland_titlebar_color system -macos_titlebar_color system - -# Tab bar colors -active_tab_foreground #1A1016 -active_tab_background #CBA6F7 -inactive_tab_foreground #F5CEF1 -inactive_tab_background #25181E -tab_bar_background #1B1116 - -# Colors for marks (marked text in the terminal) -mark1_foreground #352939 -mark1_background #B4BEFE -mark2_foreground #352939 -mark2_background #CBA6F7 -mark3_foreground #352939 -mark3_background #74C7EC - -# The 16 terminal colors - -# black -color0 #5A4551 -color8 #705867 - -# red -color1 #F38BA8 -color9 #F38BA8 - -# green -color2 #A6E3A1 -color10 #A6E3A1 - -# yellow -color3 #F9E2AF -color11 #F9E2AF - -# blue -color4 #89B4FA -color12 #89B4FA - -# magenta -color5 #F5C2E7 -color13 #F5C2E7 - -# cyan -color6 #94E2D5 -color14 #94E2D5 - -# white -color7 #DEBAD4 -color15 #C8A6BE diff --git a/kitty/.gitignore b/kitty/.gitignore deleted file mode 100644 index edd2486..0000000 --- a/kitty/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.config/kitty/current-theme.conf