From d9b5503a0c4d1f68724f8b414f0dde30aa922cf6 Mon Sep 17 00:00:00 2001 From: mann Date: Fri, 27 Feb 2026 11:13:48 -0700 Subject: [PATCH] init --- .alacritty.toml | 11 +++++++++++ README.md | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 .alacritty.toml create mode 100644 README.md diff --git a/.alacritty.toml b/.alacritty.toml new file mode 100644 index 0000000..b95f2d2 --- /dev/null +++ b/.alacritty.toml @@ -0,0 +1,11 @@ +[font] +normal = { family = "JetBrainsMono Nerd Font", style = "Medium" } +bold = { family = "JetBrainsMono Nerd Font", style = "Bold" } +italic = { family = "JetBrainsMono Nerd Font", style = "Italic" } +bold_italic = { family = "JetBrainsMono Nerd Font", style = "Bold Italic" } +size = 18.0 + +[general] +import = [ + "~/.config/alacritty/themes/themes/jellybeans-default.toml" +] diff --git a/README.md b/README.md new file mode 100644 index 0000000..5cf90b0 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Alacritty Config + +A config file for Alacritty +1. place this dir in `.config` +2. cp the `.alacritty.toml` to `~/`