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