refactor(alacritty): import OS/system-specific configs, archive unused themes

This commit is contained in:
Oliver Ladner 2025-10-17 08:45:01 +02:00
commit 43b1430606
17 changed files with 337 additions and 409 deletions

View file

@ -1,26 +1,4 @@
# Alacritty Windows config
# Alacritty config
```
import = [
"C:/Users/foobar/AppData/Roaming/alacritty/tokyonight_moon.toml"
]
[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
size = 16
[window]
decorations = "Full"
padding = { x = 5, y = 5 }
dynamic_padding = true
[bell]
duration = 10
color = "#3a3a3a"
[cursor]
style = { shape = "Block", blinking = "Always" }
[keyboard]
bindings = [{ key = "T", mods = "Control", action = "CreateNewWindow" }]
```
Delete the `alacrity-<systemdescr>.toml` files you will not need. Those contain
OS/system-dependant preferences like font size etc.