From 0d8364eaf9d8f146a9c076b9172b22540164c111 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 26 Dec 2024 18:26:51 -0500 Subject: [PATCH] feat: Adds ghostty config --- ghostty/config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ghostty/config diff --git a/ghostty/config b/ghostty/config new file mode 100644 index 0000000..a592a3a --- /dev/null +++ b/ghostty/config @@ -0,0 +1,17 @@ +theme = catppuccin-mocha + +confirm-close-surface = false + +font-size = 18 +font-family = "Inconsolata Nerd Font" +font-thicken = true + +# HACK: to open as large as possible. +window-height = 1000 +window-width = 1000 + +copy-on-select = true +quit-after-last-window-closed = true +macos-auto-secure-input = true + +keybind = super+shift+t=toggle_quick_terminal