====== ghostty ====== ===== Framework Installation ===== My Framework is an AMD Ubuntu 22.04.5 LTS. Download the appropriate package from [[https://github.com/mkasberg/ghostty-ubuntu/releases|the Releases Repo]]. Then install (or update) locally: sudo dpkg -i ./ghostty_1.1.2-0.ppa1_amd64_22.04.deb ===== Configuration ===== Consider reading [[https://www.reddit.com/r/Zig/comments/1hod58j/how_i_configure_ghostty/|r/Zig How I configure ghostty]]. I use the following configurations [[https://github.com/dblume/dotfiles/blob/main/.config/ghostty/config|.config/ghostty/config]]. ===== ssh ===== Per [[https://ghostty.org/docs/help/terminfo|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.