Files
server-package/scripts/ghostty.sh
Simon Martens 98a40fa65c Init
2025-10-01 13:36:05 +02:00

13 lines
248 B
Bash

#!/bin/bash
# This is used to export the terminfo entry from the host and import it on the remote machine
if [ -z "$1" ]; then
echo "Usage: $0 <ssh-server>"
exit 1
fi
SSH_SERVER="$1"
infocmp -x xterm-ghostty | ssh "$SSH_SERVER" -- tic -x -