We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TERMINFO
1 parent 627310e commit 8639ce5Copy full SHA for 8639ce5
scripts/hf-setup.sh
@@ -113,6 +113,11 @@ chmod 600 ~/.ssh/id_ed25519
113
chmod 644 ~/.ssh/id_ed25519.pub
114
chmod 600 ~/.ssh/config
115
116
+# Copy Ghostty TERMINFO from local machine (ignore warnings about older tic versions)
117
+# https://ghostty.org/docs/help/terminfo#copy-ghostty's-terminfo-to-a-remote-machine
118
+echo "Setting up Ghostty TERMINFO..."
119
+infocmp -x xterm-ghostty 2>/dev/null | tic -x - 2>/dev/null
120
+
121
# TODO(gpg): Temporarily remove until fully fixed
122
# # Set correct permissions for GPG key
123
# chmod 600 ~/hf-sign-priv.asc
0 commit comments