Add tmux config, fix ssh config, updated nvim pkg

This commit is contained in:
Ismo Vuorinen
2022-12-22 13:59:00 +02:00
parent e109cca22a
commit 2a5b2400d7
4 changed files with 73 additions and 6 deletions

View File

@@ -1,2 +1,15 @@
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa
Host bitbucket.com
Hostname bitbucket.com
IdentityFile ~/.ssh/id_rsa
Host gitlab.com
Hostname gitlab.com
IdentityFile ~/.ssh/id_rsa