From 3c8d77b719f211ec2f775b3a1fd4b7938dae0b28 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 9 Jan 2025 19:54:15 +0100 Subject: [PATCH] Delete configs for alacritty, zellij and lazygit, all programs I don't use anymore --- home/.config/alacritty/alacritty.toml | 76 ------------------- .../alacritty/catppuccin-macchiato.toml | 75 ------------------ home/.config/lazygit/config.yml | 20 ----- home/.config/zellij/config.kdl | 10 --- home/.config/zellij/top-bar.kdl | 6 -- 5 files changed, 187 deletions(-) delete mode 100644 home/.config/alacritty/alacritty.toml delete mode 100644 home/.config/alacritty/catppuccin-macchiato.toml delete mode 100644 home/.config/lazygit/config.yml delete mode 100644 home/.config/zellij/config.kdl delete mode 100644 home/.config/zellij/top-bar.kdl diff --git a/home/.config/alacritty/alacritty.toml b/home/.config/alacritty/alacritty.toml deleted file mode 100644 index c40bb24..0000000 --- a/home/.config/alacritty/alacritty.toml +++ /dev/null @@ -1,76 +0,0 @@ - -[bell] -animation = "EaseOutExpo" -duration = 0 - -[cursor] -blink_interval = 500 -blink_timeout = 5 -unfocused_hollow = false - -[cursor.style] -blinking = "Off" -shape = "Block" - -[env] -TERM = "alacritty" - -[font] -size = 12 - -[font.bold] -family = "JetBrainsMono Nerd Font" -style = "Bold" - -[font.glyph_offset] -x = 0 -y = 0 - -[font.italic] -family = "JetBrainsMono Nerd Font" - -[font.normal] -family = "JetBrainsMono Nerd Font" -style = "Regular" - -[font.offset] -x = 0 -y = 1 - -[mouse] -hide_when_typing = true - -[[mouse.bindings]] -action = "PasteSelection" -mouse = "Middle" - -[selection] -semantic_escape_chars = ",│`|:\"' ()[]{}<>" - -[terminal.shell] -program = "/bin/zsh" - -[window] -decorations = "none" -dynamic_title = true -startup_mode = "Maximized" -opacity = 0.95 -blur = true -option_as_alt = "Both" - -[window.dimensions] -columns = 160 -lines = 80 - -[window.padding] -x = 4 -y = 2 - -[general] - -live_config_reload = true -import = [ - "~/.config/alacritty/catppuccin-macchiato.toml" -] - -[terminal] diff --git a/home/.config/alacritty/catppuccin-macchiato.toml b/home/.config/alacritty/catppuccin-macchiato.toml deleted file mode 100644 index 05cc701..0000000 --- a/home/.config/alacritty/catppuccin-macchiato.toml +++ /dev/null @@ -1,75 +0,0 @@ -[colors.primary] -background = "#24273a" -foreground = "#cad3f5" -dim_foreground = "#8087a2" -bright_foreground = "#cad3f5" - -[colors.cursor] -text = "#24273a" -cursor = "#f4dbd6" - -[colors.vi_mode_cursor] -text = "#24273a" -cursor = "#b7bdf8" - -[colors.search.matches] -foreground = "#24273a" -background = "#a5adcb" - -[colors.search.focused_match] -foreground = "#24273a" -background = "#a6da95" - -[colors.footer_bar] -foreground = "#24273a" -background = "#a5adcb" - -[colors.hints.start] -foreground = "#24273a" -background = "#eed49f" - -[colors.hints.end] -foreground = "#24273a" -background = "#a5adcb" - -[colors.selection] -text = "#24273a" -background = "#f4dbd6" - -[colors.normal] -black = "#494d64" -red = "#ed8796" -green = "#a6da95" -yellow = "#eed49f" -blue = "#8aadf4" -magenta = "#f5bde6" -cyan = "#8bd5ca" -white = "#b8c0e0" - -[colors.bright] -black = "#5b6078" -red = "#ed8796" -green = "#a6da95" -yellow = "#eed49f" -blue = "#8aadf4" -magenta = "#f5bde6" -cyan = "#8bd5ca" -white = "#a5adcb" - -[colors.dim] -black = "#494d64" -red = "#ed8796" -green = "#a6da95" -yellow = "#eed49f" -blue = "#8aadf4" -magenta = "#f5bde6" -cyan = "#8bd5ca" -white = "#b8c0e0" - -[[colors.indexed_colors]] -index = 16 -color = "#f5a97f" - -[[colors.indexed_colors]] -index = 17 -color = "#f4dbd6" diff --git a/home/.config/lazygit/config.yml b/home/.config/lazygit/config.yml deleted file mode 100644 index 5509aca..0000000 --- a/home/.config/lazygit/config.yml +++ /dev/null @@ -1,20 +0,0 @@ -theme: - activeBorderColor: - - '#8aadf4' - - bold - inactiveBorderColor: - - '#a5adcb' - optionsTextColor: - - '#8aadf4' - selectedLineBgColor: - - '#363a4f' - cherryPickedCommitBgColor: - - '#494d64' - cherryPickedCommitFgColor: - - '#8aadf4' - unstagedChangesColor: - - '#ed8796' - defaultFgColor: - - '#cad3f5' - searchingActiveBorderColor: - - '#eed49f' \ No newline at end of file diff --git a/home/.config/zellij/config.kdl b/home/.config/zellij/config.kdl deleted file mode 100644 index 504066d..0000000 --- a/home/.config/zellij/config.kdl +++ /dev/null @@ -1,10 +0,0 @@ -theme "catppuccin-macchiato" -simplified_ui true -pane_frames false -default_layout "compact" - -ui { - pane_frames { - rounded_corners true - } -} diff --git a/home/.config/zellij/top-bar.kdl b/home/.config/zellij/top-bar.kdl deleted file mode 100644 index bcc6c0c..0000000 --- a/home/.config/zellij/top-bar.kdl +++ /dev/null @@ -1,6 +0,0 @@ -layout { - pane size=1 borderless=true { - plugin location="compact-bar" - } - pane -}