From 3202e6f84c9d38807f478b6a9fa4160a0cdfc134 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 13:13:58 +0200 Subject: [PATCH] Update .gitconfig_lw --- dot_gitconfig_lw.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_gitconfig_lw.tmpl b/dot_gitconfig_lw.tmpl index 29fb3e4..b1e559c 100644 --- a/dot_gitconfig_lw.tmpl +++ b/dot_gitconfig_lw.tmpl @@ -1,7 +1,7 @@ [user] - name = Kasper J. Hermansen - email = kah@lunar.app - signingkey = A35FF1D3697C3E13 + name = {{ .lunar_name }} + email = {{ .lunar_email }} + signingkey = {{ .lunar_public_gpg }} [commit] gpgsign = true [url "ssh://git@github.com/"]