From fe6a59ea558971a2c3e532e922b4fc4232bc1719 Mon Sep 17 00:00:00 2001 From: Hunt Date: Sat, 7 Jun 2025 17:23:25 -0700 Subject: Add emacs config --- dots/alacritty/.config/alacritty/alacritty.toml | 19 ++----------------- dots/alacritty/.config/alacritty/theme.toml | 4 ---- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 dots/alacritty/.config/alacritty/theme.toml (limited to 'dots/alacritty/.config') diff --git a/dots/alacritty/.config/alacritty/alacritty.toml b/dots/alacritty/.config/alacritty/alacritty.toml index f742d05..cfb90fe 100644 --- a/dots/alacritty/.config/alacritty/alacritty.toml +++ b/dots/alacritty/.config/alacritty/alacritty.toml @@ -2,25 +2,10 @@ style = "Block" unfocused_hollow = false -[font] -size = 14.0 - [font.glyph_offset] x = 0 y = 0 -[font.bold] -family = "Lekton Nerd Font Mono" -style = "Bold" - -[font.italic] -family = "Lekton Nerd Font Mono" -style = "Italic" - -[font.normal] -family = "Lekton Nerd Font Mono" -style = "Regular" - [font.offset] x = 0 y = 1 @@ -37,8 +22,8 @@ x = 12 y = 4 [env] -TERM = "alacritty-direct" +TERM = "xterm-256color" [general] -import = ["~/.theme/alacritty.toml"] +import = ["~/.config/theme/alacritty.toml"] diff --git a/dots/alacritty/.config/alacritty/theme.toml b/dots/alacritty/.config/alacritty/theme.toml deleted file mode 100644 index b8631a4..0000000 --- a/dots/alacritty/.config/alacritty/theme.toml +++ /dev/null @@ -1,4 +0,0 @@ -[general] -import = [ - "/tmp/alacritty_theme.toml" -] -- cgit v1.2.3-70-g09d2