To download and set up the Ghostty configuration file from the provided Gist, follow these steps:
-
Download the Config File: Open a terminal and run the following command to download the configuration file directly to your
$HOME/.config/ghostty/
directory:mkdir -p $HOME/.config/ghostty/ wget -q -O $HOME/.config/ghostty/config https://gist.githubusercontent.com/elkuno213/05ff9bc034667383ace6242eb7e588d9/raw/config
-
Verify the File: After downloading, you can verify that the file is correctly placed by checking its contents:
cat $HOME/.config/ghostty/config
-
Apply the Configuration: If Ghostty is running, you might need to reload the configuration. Check the Gist for the reload keybinding, which is
alt+r
in this case.
This configuration includes key bindings for splitting, navigating, scrolling, resizing, and other actions, along with a theme setting.