From e89baa8a4a4b019255932a3f387d29ab592b4ef5 Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Tue, 24 Feb 2026 21:35:29 +0100 Subject: [PATCH] add ghostty config --- .config/ghostty/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/ghostty/config diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..82fd078 --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,8 @@ +font-family = "CommitMono Nerd Font Mono" +font-style = "Bold" +font-size = 11 + +theme = "Nord" +cursor-style = "bar" +window-padding-x = 10 +window-padding-y = 10