summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:35 +0100
committersommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:35 +0100
commit10b83c2c08eb7b102333d690c31b322dabc0719f (patch)
tree8491b8a19f7005b60849c7c5ca392de5298288e8 /dot_config
parentf2f339db8811b8ff1169bade79abc77027e83142 (diff)
downloaddotfiles-10b83c2c08eb7b102333d690c31b322dabc0719f.tar.gz
dotfiles-10b83c2c08eb7b102333d690c31b322dabc0719f.tar.bz2
dotfiles-10b83c2c08eb7b102333d690c31b322dabc0719f.zip
Set SSH identities for personal and work access
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/git/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/dot_config/git/config b/dot_config/git/config
index a554e3b..4237892 100644
--- a/dot_config/git/config
+++ b/dot_config/git/config
@@ -10,6 +10,7 @@
whitespace = trailing-space,cr-at-eol
pager = delta
hooksPath = ~/.config/git/hooks
+ sshCommand = "ssh -i ~/.ssh/nym.pub"
[branch]
sort=-committerdate
[diff]
@@ -130,10 +131,10 @@
update=!git fetch && git merge --ff-only
[includeIf "gitdir:~/doxfiles/.git"]
path = config-personal
-[includeIf "gitdir:~/dev/copilot/.git"]
- path = config-personal
[includeIf "gitdir:~/dev/personal/"]
path = config-personal
+[includeIf "gitdir:~/dev/canonical/"]
+ path = config-work
[sendemail]
smtpServer = 127.0.0.1
smtpServerPort = 1016