diff options
author | Hunt <lizhunt@amazon.com> | 2025-06-07 17:23:25 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-06-07 17:23:25 -0700 |
commit | fe6a59ea558971a2c3e532e922b4fc4232bc1719 (patch) | |
tree | 0372373802692c54da133fb6448b7abb6dc522ce /dots/alacritty/.config | |
parent | da1dbddd46cac345116488cd38d42d7502522465 (diff) | |
download | dotfiles-fe6a59ea558971a2c3e532e922b4fc4232bc1719.tar.gz dotfiles-fe6a59ea558971a2c3e532e922b4fc4232bc1719.zip |
Add emacs config
Diffstat (limited to 'dots/alacritty/.config')
-rw-r--r-- | dots/alacritty/.config/alacritty/alacritty.toml | 19 | ||||
-rw-r--r-- | dots/alacritty/.config/alacritty/theme.toml | 4 |
2 files changed, 2 insertions, 21 deletions
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" -] |