From f9aca5bb9bfb54c8ddaef7a5dbd1bb6a44880911 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 18 Dec 2024 22:32:46 +0100 Subject: [PATCH] feat: setup chezmoi dir Signed-off-by: kjuulh --- dot_gitconfig.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 1ad5f14..0b1b107 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -4,18 +4,16 @@ name = {{ .github_name }} [includeIf "gitdir:~/git/github.com/lunarway/"] path = .gitconfig_lw -[includeIf "gitdir:~/git/azure/lendify/"] - path = .gitconfig_lw [includeIf "gitdir:~/Documents/vaults/kjuulh/"] path = .gitconfig_front [includeIf "gitdir:~/git/git.front.kjuulh.io/**"] path = .gitconfig_front [includeIf "gitdir:~/git/github.com/kjuulh/"] path = .gitconfig_front +[includeIf "gitdir:~/.local/share/chezmoi/**"] + path = .gitconfig_front [includeIf "gitdir:~/.config/nvim/"] path = .gitconfig_front -[commit] - gpgsign = true [init] defaultBranch = main [filter "lfs"]