Loading...
Loading...
Use when SSHing to a remote host from Ghostty terminal and encountering terminfo errors, missing colors, broken key bindings, or "unknown terminal type" warnings
npx skill4agent add soulmachine/skills ghostty-terminfoxterm-ghostty$TERM| Task | Command |
|---|---|
| Check if remote has terminfo | |
| Install terminfo on remote | |
| One-liner check + install | |
| Verify after install | |
ticinfocmp -x xterm-ghostty | tic -x -infocmp -x xterm-ghostty | ssh user@host tic -x -if [ "$TERM" = "xterm-ghostty" ]; then
ssh "$HOST" 'infocmp xterm-ghostty >/dev/null 2>&1' || \
infocmp -x xterm-ghostty | ssh "$HOST" tic -x -
fiinfocmp xterm-ghostty-xinfocmp -xtic -xTERM=xterm-256color