Default ghostty config

This commit is contained in:
David Heinemeier Hansson
2025-07-02 19:35:57 -07:00
parent 2c1c755087
commit 363be8e6fe

27
config/ghostty/config Normal file
View File

@ -0,0 +1,27 @@
# Font configuration
font-family = CaskaydiaMono Nerd Font
font-size = 9
adjust-cell-height=7%
# Window settings
window-padding-x = 14
window-padding-y = 14
window-decoration = false
background-opacity = 0.98
# Window behavior
confirm-close-surface=false
resize-overlay = never
# Cursor stlying
cursor-style = "block"
cursor-style-blink = false
# Terminal settings
term = xterm-256color
# Keybindings
keybind = f11=toggle_fullscreen
# FIXME: Will need to change this theme out in a symlink
theme = "tokyonight"