dotfiles/dot_config/alacritty/alacritty.toml

18 lines
275 B
TOML
Raw Normal View History

2024-09-18 13:28:19 -03:00
live_config_reload = true
[shell]
program = "pwsh"
args = ["-NoLogo"]
[window]
dimensions.columns = 120
dimensions.lines = 30
dynamic_padding = true
dynamic_title = true
[font]
normal.family = "CaskaydiaCove Nerd Font"
[cursor]
style.shape = "Beam"
style.blinking = "Off"