dotfiles-alacritty/.config/alacritty/alacritty.toml
finga 9dec689c77 Create a basic config for alacritty
Create a basic configuration for alacritty. We create a minimal
configuration file which just imports the "style" configuration. In
the style configuration we configure the font and the color of the
cursor.
2024-03-08 18:08:36 +01:00

3 lines
54 B
TOML

import = [
"~/.config/alacritty/style.toml",
]