♻ refactor(git): Move ~/.gitconfig -> ~/.config/

This commit is contained in:
punkfairie 2024-03-09 19:25:53 -08:00
parent 6345642b96
commit 64610bda00
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 6 additions and 8 deletions

View file

@ -114,5 +114,11 @@
[url "https://aur.archlinux.org/"]
insteadOf = aur://
[credential "https://github.com"]
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper = !/usr/bin/gh auth git-credential
[include]
path = ~/.config/git/config.local

View file

@ -1,8 +0,0 @@
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[core]
hooksPath = ~/.config/git/hooks