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"]