2025-01-18 21:18:34 +00:00
|
|
|
# Ghostty config
|
|
|
|
|
|
2025-03-16 16:06:36 +00:00
|
|
|
# Set the shell to zsh
|
|
|
|
|
# This will be searched in the PATH so should find our custom install
|
|
|
|
|
command = zsh
|
|
|
|
|
|
2025-01-18 21:18:34 +00:00
|
|
|
# Font configuration
|
|
|
|
|
font-size = 18
|
|
|
|
|
font-family = MonaspiceKr NFM
|
|
|
|
|
font-thicken = true
|
|
|
|
|
|
|
|
|
|
# Set the theme
|
2025-10-26 11:18:04 +00:00
|
|
|
#theme = light:Catppuccin Latte,dark:Catppuccin Macchiato
|
|
|
|
|
theme = light:tangere-light.conf,dark:tangere-dark.conf
|
2025-01-18 21:18:34 +00:00
|
|
|
|
|
|
|
|
# Try to ensure readability of text
|
|
|
|
|
minimum-contrast = 1.1
|
|
|
|
|
|
|
|
|
|
# I got used to this behaviour on iTerm
|
2025-03-16 16:06:36 +00:00
|
|
|
copy-on-select = clipboard
|
2025-01-25 10:33:12 +00:00
|
|
|
|
|
|
|
|
# Open new tabs in the home directory
|
|
|
|
|
window-inherit-working-directory = false
|