User Tools

Site Tools


ghostty

This is an old revision of the document!


ghostty

Consider reading r/Zig How I configure ghostty.

The following config eases me in from my iTerm2 settings. Still exploring themes.

config
# https://wiki.dlma.com/ghostty
# https://ghostty.org/docs/config
#theme = "Builtin Pastel Dark"
#theme = "iTerm2 Pastel Dark Background"
#theme = "Hardcore"
#theme = "GitHub Dark"
#theme = "Kanagawa Dragon"  <-- hard no
#theme = "Kolorit"
#theme = "LiquidCarbonTransparent"
#theme = "MaterialDarker"
#theme = "mellow"
#theme = "Monokai Pro Spectrum"
theme = "catppuccin-mocha"
#theme = "SpaceGray Eighties"
 
# Esp for catppuccin-mocha, esp rokulog files
palette = 6=#74d0c0
 
# This foreground override is esp for SpaceGray Eighties
#foreground = dddace
 
# For Monokai Pro Spectrum
#background = 141618
 
font-family = "Roboto Mono for Powerline"
font-thicken = true
 
window-height = 86
window-width = 120
 
# Similar solid block cursor to iTerm2
cursor-style-blink = false
shell-integration-features = no-cursor
 
# consider
#copy-on-select = clipboard

ssh

Per ghostty terminfo page, if you run into a missing or unsuitable terminal: xterm-ghostty error, you can:

infocmp -x | ssh YOUR-SERVER -- tic -x -

to export the terminfo entry from your host and import it on the remote machine.

ghostty.1736357082.txt.gz · Last modified: 2025/01/08 09:24 by dblume