Scott Williams 🐧 on Nostr: npub1ztxcr…7t572 OK, here's what I did. Added this to the .ssh/config: ...
npub1ztxcrpp7m7japy6nrzqwy72v6g5alnqaxuda8cm9m63ffnfe0c4q67t572 (npub1ztx…t572) OK, here's what I did. Added this to the .ssh/config:
RemoteCommand /bin/bash --rcfile <(cat ~/.bashrc <(curl 2>/dev/null https://git-repo/dotfiles/raw/branch/main/.bashrc))
RequestTTY yes
And in that git .bashrc, I have this:
alias vim='vim -Nu <(curl https://git-repo/dotfiles/raw/branch/main/.vimrc)'
RemoteCommand /bin/bash --rcfile <(cat ~/.bashrc <(curl 2>/dev/null https://git-repo/dotfiles/raw/branch/main/.bashrc))
RequestTTY yes
And in that git .bashrc, I have this:
alias vim='vim -Nu <(curl https://git-repo/dotfiles/raw/branch/main/.vimrc)'