Add .config/alacritty/alacritty.toml

This commit is contained in:
Lewis Wynne 2025-10-30 22:34:43 +00:00
parent 289efb7172
commit 5a7188c209

View file

@ -0,0 +1,28 @@
general.import = ["~/.config/omarchy/current/theme/alacritty.toml"]
[terminal.shell]
program = "/usr/bin/fish"
args = ["--login"]
[env]
TERM = "xterm-256color"
[font]
normal = { family = "JetBrainsMonoNL Nerd Font" }
bold = { family = "JetBrainsMonoNL Nerd Font" }
italic = { family = "JetBrainsMonoNL Nerd Font" }
size = 9
[window]
padding.x = 14
padding.y = 14
decorations = "None"
[keyboard]
bindings = [
{ key = "F11", action = "ToggleFullscreen" },
{ key = "Insert", mods = "Shift", action = "Paste" },
{ key = "Insert", mods = "Control", action = "Copy" },
]
[terminal]