Ghostty
Project's Website: Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
Installation
Configuration
Note See ghostty(5) or Ghostty official documentation for a more in-depth look.
The configuration file, config, is loaded from these locations in the following order. Configuration is optional and if no configuration file is found, Ghostty will use its defaults.
$XDG_CONFIG_HOME/ghostty/config-
$HOME/.config/ghostty/configif XDG_CONFIG_HOME is not defined
The full default configuration, ghostty +show-config --default --docs. Best viewed with the less command.
$ ghostty +show-config --default --docs | less
Basic syntax
# The syntax is "key = value". The whitespace around the # equals does not matter. background = 282c34 background=282c34 background =282c34 background= 282c34 # Comments start with a `#` # Empty values reset the configuration to the default value font-family =
Font
font-size = 15 font-family = "Monospace" font-family-bold = "Monospace"