From 1dbc4053af6683310424243a8b669f8831bffff9 Mon Sep 17 00:00:00 2001 From: none Date: Fri, 8 May 2026 15:11:45 -0700 Subject: [PATCH] rm: several alacritty folders, and make it minimal --- configs/alacritty_g/M1Pro/alacritty.toml | 30 --------- configs/alacritty_g/M1Pro/themes | 1 - configs/alacritty_g/README.md | 2 +- configs/alacritty_g/Win11/README.md | 13 ---- configs/alacritty_g/Win11/alacritty.toml | 63 ------------------- configs/alacritty_g/Win11/themes | 1 - .../{main.alacritty.toml => alacritty.toml} | 14 +++-- 7 files changed, 9 insertions(+), 115 deletions(-) delete mode 100644 configs/alacritty_g/M1Pro/alacritty.toml delete mode 160000 configs/alacritty_g/M1Pro/themes delete mode 100644 configs/alacritty_g/Win11/README.md delete mode 100755 configs/alacritty_g/Win11/alacritty.toml delete mode 160000 configs/alacritty_g/Win11/themes rename configs/alacritty_g/{main.alacritty.toml => alacritty.toml} (78%) diff --git a/configs/alacritty_g/M1Pro/alacritty.toml b/configs/alacritty_g/M1Pro/alacritty.toml deleted file mode 100644 index 4bcb6f2..0000000 --- a/configs/alacritty_g/M1Pro/alacritty.toml +++ /dev/null @@ -1,30 +0,0 @@ -[font] -size = 20.0 - -[font.bold] -family = "Iosevka Nerd Font" -style = "Bold" - -[font.bold_italic] -family = "Iosevka Nerd Font" -style = "Bold Italic" - -[font.italic] -family = "Iosevka Nerd Font" -style = "Italic" - -[font.normal] -family = "Iosevka Nerd Font" -style = "Regular" - -[scrolling] -history = 10000 -multiplier = 3 - -[window] -decorations = "none" -startup_mode = "Maximized" - -[window.padding] -x = 36 -y = 36 diff --git a/configs/alacritty_g/M1Pro/themes b/configs/alacritty_g/M1Pro/themes deleted file mode 160000 index 94e1dc0..0000000 --- a/configs/alacritty_g/M1Pro/themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 94e1dc0b9511969a426208fbba24bd7448493785 diff --git a/configs/alacritty_g/README.md b/configs/alacritty_g/README.md index f7fd47b..a2ac033 100644 --- a/configs/alacritty_g/README.md +++ b/configs/alacritty_g/README.md @@ -1 +1 @@ -# This includes my main Gruvbox config file, just copy and paste on ~/home/.config/alacritty/alacritty.toml +# Alacritty Configuration & Notes diff --git a/configs/alacritty_g/Win11/README.md b/configs/alacritty_g/Win11/README.md deleted file mode 100644 index 58d7003..0000000 --- a/configs/alacritty_g/Win11/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Windows 11 -## Theme -**Alacritty config location** -- `%APPDATA%\alacritty\alacritty.toml` if `alacritty.toml` does not exist create it - - [Themes Source](https://github.com/alacritty/alacritty-theme) -- Copy all *theme* folder into the *alacritty config location* -- Copy the content of the desired *theme* and paste it at the buttom of `alacritty.toml` -```bash -# or you can run the following one-liner -echo ./themes/{theme}.toml >> ./alacritty.toml -``` -- Install `Iosevka Nerd Font` if other font is used, edit `alacritty.toml` - - [Iosevka Source](https://www.nerdfonts.com/font-downloads) diff --git a/configs/alacritty_g/Win11/alacritty.toml b/configs/alacritty_g/Win11/alacritty.toml deleted file mode 100755 index 26d4483..0000000 --- a/configs/alacritty_g/Win11/alacritty.toml +++ /dev/null @@ -1,63 +0,0 @@ -[font] -size = 14.0 - -[font.bold] -family = "Iosevka Nerd Font" -style = "Bold" - -[font.bold_italic] -family = "Iosevka Nerd Font" -style = "Bold Italic" - -[font.italic] -family = "Iosevka Nerd Font" -style = "Italic" - -[font.normal] -family = "Iosevka Nerd Font" -style = "Regular" - -[scrolling] -history = 10000 -multiplier = 3 - -[window] -startup_mode = "Windowed" -opacity = 0.9 - -[window.padding] -x = 40 -y = 40 - -[shell] -program = "wsl" - -# Colors (Gotham) - -# Default colors -[colors.primary] -background = '#0a0f14' -foreground = '#98d1ce' - -# Normal colors -[colors.normal] -black = '#0a0f14' -red = '#c33027' -green = '#26a98b' -yellow = '#edb54b' -blue = '#195465' -magenta = '#4e5165' -cyan = '#33859d' -white = '#98d1ce' - -# Bright colors -[colors.bright] -black = '#10151b' -red = '#d26939' -green = '#081f2d' -yellow = '#245361' -blue = '#093748' -magenta = '#888ba5' -cyan = '#599caa' -white = '#d3ebe9' - diff --git a/configs/alacritty_g/Win11/themes b/configs/alacritty_g/Win11/themes deleted file mode 160000 index 94e1dc0..0000000 --- a/configs/alacritty_g/Win11/themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 94e1dc0b9511969a426208fbba24bd7448493785 diff --git a/configs/alacritty_g/main.alacritty.toml b/configs/alacritty_g/alacritty.toml similarity index 78% rename from configs/alacritty_g/main.alacritty.toml rename to configs/alacritty_g/alacritty.toml index a652f0f..4c01b37 100644 --- a/configs/alacritty_g/main.alacritty.toml +++ b/configs/alacritty_g/alacritty.toml @@ -24,25 +24,25 @@ cyan = '0x89b482' white = '0xd4be98' [font] -size = 16 +size = 12 [font.bold] -family = "Iosevka Nerd Font" +family = "FiraCode Nerd Font Mono" style = "Bold" [font.bold_italic] -family = "FantasqueSansM Nerd Font" +family = "FiraCode Nerd Font Mono" style = "Bold Italic" [font.italic] -family = "FantasqueSansM Nerd Font" +family = "FiraCode Nerd Font Mono" style = "Italic" [font.normal] -family = "FantasqueSansM Nerd Font" +family = "FiraCode Nerd Font Mono" style = "Regular" -[shell] +[terminal.shell] program = "/bin/zsh" [window] @@ -51,3 +51,5 @@ opacity = 1.000000 [window.padding] x = 30 y = 20 + +[terminal]