diff --git a/alacritty/alacritty_sm.toml b/alacritty/alacritty_sm.toml new file mode 100644 index 0000000..001eadc --- /dev/null +++ b/alacritty/alacritty_sm.toml @@ -0,0 +1,10 @@ + +[font] +normal = { family = "JetBrainsMono Nerd Font" } +size = 12.0 + +[general] +import = [ + "theme.toml" +] +live_config_reload = true