1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-26 15:06:50 +00:00

Git: add .gitconfig

This commit is contained in:
Phantop 2020-03-31 18:16:29 -04:00
parent afac63a826
commit 995e3a6d53

21
.gitconfig Normal file
View file

@ -0,0 +1,21 @@
[user]
email = phantop@tuta.io
name = Jonathan Hakimi
[credential]
helper = store
[core]
quotepath = false
commitGraph = true
[gc]
writeCommitGraph = true
[cola]
spellcheck = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[url "https://aur.archlinux.org/"]
insteadOf = "aur:"
[url "ssh://aur@aur.archlinux.org/"]
pushInsteadOf = "aur:"