From 0bfa788df8069ccbdeb61d39674635e5ea48321a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 13:09:32 +0200 Subject: [PATCH] Update .gitconfig --- dot_gitconfig.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 4959355..c52d377 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -1,7 +1,7 @@ [user] - signingkey = B3C49C86AD15B2F7 - email = contact@kjuulh.io - name = kjuulh + signingkey = {{ .lunar.public_gpg }} + email = {{ .lunar.email }} + name = {{ .lunar.name }} [includeIf "gitdir:~/git/github.com/lunarway/"] path = .gitconfig_lw [includeIf "gitdir:~/git/azure/lendify/"]