From bcba3f2f2e538e136f7567e98919019733cc18c2 Mon Sep 17 00:00:00 2001 From: Beisel Date: Tue, 4 Jun 2024 17:25:06 +0200 Subject: [PATCH] Add .gitconfig --- dot_gitconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dot_gitconfig 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 +