1
0

Update home/.config/alacritty/alacritty.toml

This commit is contained in:
Jeff Lance 2024-12-01 19:12:54 +01:00
parent b5194cce1d
commit e5cd87b26a

View File

@ -1,6 +1,3 @@
import = ["/home/jeff/.config/alacritty/themes/onedarkpro.toml"]
live_config_reload = true
[cursor.style]
blinking = "On"
shape = "Beam"
@ -24,7 +21,7 @@ style = "Italic"
family = "JetBrainsMono Nerd Font"
style = "Bold Italic"
[shell]
[terminal.shell]
program = "/bin/zsh"
[window]
@ -38,3 +35,9 @@ title = "Alacritty"
bindings = [
{key = "|", mods = "Control", chars = "\\x01\\x7c"}
]
[general]
live_config_reload = true
import = ["/home/jeff/.config/alacritty/themes/onedarkpro.toml"]
[terminal]