23 lines
554 B
Text
23 lines
554 B
Text
# Ghostty config
|
|
|
|
# Set the shell to zsh
|
|
# This will be searched in the PATH so should find our custom install
|
|
command = zsh
|
|
|
|
# Font configuration
|
|
font-size = 18
|
|
ont-family = Hack Nerd Font Mono
|
|
font-thicken = true
|
|
|
|
# Set the theme
|
|
#theme = light:Catppuccin Latte,dark:Catppuccin Macchiato
|
|
theme = light:tangere-light.conf,dark:tangere-dark.conf
|
|
|
|
# Try to ensure readability of text
|
|
minimum-contrast = 1.1
|
|
|
|
# I got used to this behaviour on iTerm
|
|
copy-on-select = clipboard
|
|
|
|
# Open new tabs in the home directory
|
|
window-inherit-working-directory = false
|