From 2140ab51deed88e90eafebf9520fa5f9995dc7c9 Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:28:05 -0600 Subject: Migrate from stow --- dot_config/foot/alacritty.toml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dot_config/foot/alacritty.toml (limited to 'dot_config/foot/alacritty.toml') diff --git a/dot_config/foot/alacritty.toml b/dot_config/foot/alacritty.toml new file mode 100644 index 0000000..e427c93 --- /dev/null +++ b/dot_config/foot/alacritty.toml @@ -0,0 +1,34 @@ +[env] +TERM = "xterm-256color" + +[cursor] +#style = {shape = "beam", blinking = "Off"} +style.shape = "beam" + +[font] +# Customized version of Apple Meslo, very normie +normal = { family = "MesloLGS Nerd Font", style = "Mono" } + +# Patched spleen (font from OpenBSD) +#normal = { family = "Spleen32x64Nerd Font Mono", style = "Regular" } + +#normal = { family = "Terminess Nerd Font", style = "Regular" } + +# Somewhat similar to spleen +#normal = { family = "VictorMono Nerd Font Mono", style = "Regular" } +#italic = { style = "Oblique" } +size = 12 + +[window] +opacity = 1 + +[general] +import = [ + "~/.config/alacritty/acme.toml" + #"~/.config/alacritty/catppuccin-latte.toml" + #"~/.config/alacritty/selenized-white.toml" + #"~/.config/alacritty/selenized-light.toml" + #"~/.config/alacritty/themes/themes/one_light.toml" + #"~/.config/alacritty/themes/themes/ayu_light.toml" +] + -- cgit v1.2.3