From 872d33bbb641022064f93ae6fac00ffdde7e873f Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Sat, 28 Jun 2025 21:52:32 -0700 Subject: [PATCH] feat: add ghostty --- .config/ghostty/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/ghostty/config diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..d6b4df9 --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,15 @@ +theme = tokyonight + +cursor-style = block +shell-integration-features = no-cursor + +font-family = "OperatorMono Nerd Font" +font-style = "Regular" +font-size = 20 +adjust-cell-height = 20% +font-feature = -liga + +font-style-bold = "Medium" + +window-decoration = none +window-inherit-font-size = false