From 7d9a04b4a6ed76a6ca605d2eff6bf643b0f0a676 Mon Sep 17 00:00:00 2001 From: wrightbradley Date: Fri, 13 Dec 2024 15:53:13 -0500 Subject: [PATCH] feat: support ghq for personal repos Signed-off-by: wrightbradley --- home/dot_gitconfig.personal.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/dot_gitconfig.personal.tmpl b/home/dot_gitconfig.personal.tmpl index f4b3bf1..a696b29 100644 --- a/home/dot_gitconfig.personal.tmpl +++ b/home/dot_gitconfig.personal.tmpl @@ -2,3 +2,6 @@ name = {{ .ghuser | quote }} signingkey = {{ .hwkey | quote }} email = {{ .email_personal | quote }} +[ghq] + vcs = git + root = ~/Projects/code