Merge branch 'master' of github.com:foozzi/.dotfiles

This commit is contained in:
foozzi 2024-02-21 19:54:44 -05:00
commit e0c18d410a
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,7 @@
import = [
"~/.config/alacritty/themes/dracula.toml",
"~/.config/alacritty/keybindings.toml"
"~/.config/alacritty/keybindings.toml",
"~/.config/alacritty/font.toml"
]
live_config_reload = true
@ -13,9 +14,6 @@ shape = "Block"
[env]
TERM = "xterm-256color"
[font]
size = 11
[font.bold]
family = "JetBrainsMono NF"
style = "Bold"

View file

@ -0,0 +1,2 @@
[font]
size = 11

View file

@ -0,0 +1,2 @@
[font]
size = 14