Add .gitconfig

This commit is contained in:
Beisel 2024-06-04 17:25:06 +02:00
parent 3d20a7fc6a
commit bcba3f2f2e
1 changed files with 11 additions and 0 deletions

11
dot_gitconfig Normal file
View File

@ -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