1
0
Fork 0

git: Load OS-specific config

This commit is contained in:
Jeremy Kaplan 2019-11-14 17:48:22 -08:00
commit de2065a17b
4 changed files with 7 additions and 0 deletions

View file

@ -4,3 +4,4 @@
- link: - link:
~/.config/zsh/os.zshrc: zsh/darwin.zshrc ~/.config/zsh/os.zshrc: zsh/darwin.zshrc
~/.config/git/config-os: git/config-darwin

1
git/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
config-os

View file

@ -41,5 +41,8 @@
[core] [core]
excludesfile = ~/.gitignore excludesfile = ~/.gitignore
[include]
path = config-os
[includeIf "gitdir:~/projects/"] [includeIf "gitdir:~/projects/"]
path = config-personal path = config-personal

2
git/config-darwin Normal file
View file

@ -0,0 +1,2 @@
[credential]
helper = osxkeychain