diff options
| -rw-r--r-- | ar/.config/git/config | 3 | ||||
| -rw-r--r-- | global/.ssh/config | 4 | ||||
| -rw-r--r-- | mac/.config/git/config | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/ar/.config/git/config b/ar/.config/git/config index 578e556..bfa7d64 100644 --- a/ar/.config/git/config +++ b/ar/.config/git/config @@ -82,3 +82,6 @@ [user] name = TheSiahxyz email = 164138827+TheSiahxyz@users.noreply.github.com + signingkey = 67BE7AD056C803BA +[commit] + gpgsign = true diff --git a/global/.ssh/config b/global/.ssh/config index b90ef0a..7483e7f 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -1,5 +1,9 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" +Host github.com + User git + IdentityAgent ~/.gnupg/S.gpg-agent.ssh + Host dts-cowork HostName joonhoe.com User dts diff --git a/mac/.config/git/config b/mac/.config/git/config index 578e556..bfa7d64 100644 --- a/mac/.config/git/config +++ b/mac/.config/git/config @@ -82,3 +82,6 @@ [user] name = TheSiahxyz email = 164138827+TheSiahxyz@users.noreply.github.com + signingkey = 67BE7AD056C803BA +[commit] + gpgsign = true |
