Update .gitconfig

Update .logseq/config/plugins.edn
Update Library/Application Support/Code/User/settings.json
Update .local/bin/vpn
Update .ssh/config
This commit is contained in:
Florian Beisel
2024-09-27 20:49:21 +02:00
parent 6c198f3468
commit 1cb3648eab
5 changed files with 54 additions and 11 deletions

View File

@ -1,6 +1,3 @@
Host git.beisel.it
User git
IdentityFile ~/.ssh/id_ed25519-private
Host gitlab.com
User git
@ -11,3 +8,21 @@ Host *.intersport.de
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