xxh

Bring your favorite shell configuration to remote servers via SSH

brewmacoslinux
Try with needOr install directly
Source

About

Bring your favorite shell wherever you go through the ssh

Commands

xxh

Examples

connect to remote server with your local shell$ xxh +i ~/.ssh/id_rsa user@example.com
use bash shell on remote server instead of default$ xxh +s bash user@example.com
copy your shell plugins and aliases to remote machine$ xxh +i ~/.ssh/id_rsa +p xxh-shell-zsh user@example.com
run command on remote server with your shell environment$ xxh user@example.com 'echo $SHELL && ls -la'
list available shell plugins you can use$ xxh --list