diff --git a/dot_gitconfig b/dot_gitconfig new file mode 100644 index 0000000..3378ba1 --- /dev/null +++ b/dot_gitconfig @@ -0,0 +1,11 @@ +# ~/.gitconfig + +[includeIf "gitdir:~/work/"] + path = .gitconfig-work +[includeIf "gitdir:~/private/"] + path = .gitconfig-private + +# Special Cases +[includeIf "gitdir:/Users/beisel/.local/share/chezmoi"] + path = .gitconfig-private +