Florian Beisel 1cb3648eab Update .gitconfig
Update .logseq/config/plugins.edn
Update Library/Application Support/Code/User/settings.json
Update .local/bin/vpn
Update .ssh/config
2024-09-27 20:49:21 +02:00

29 lines
489 B
Plaintext

Host gitlab.com
User git
IdentityFile ~/.ssh/id_ed25519-work
Host *.intersport.de
User gitea
IdentityFile ~/.ssh/id_ed25519-work
AddKeysToAgent yes
Host git.beisel.it
User git
IdentityFile ~/.ssh/id_ed25519-private
Host *.beisel.it 95.216.116.5
IdentityFile ~/.ssh/id_ed25519-private
Host github-private
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519-private
Host github-work
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519-work