From 995e3a6d5376378f160ad9f657932bdb172ad273 Mon Sep 17 00:00:00 2001 From: Phantop Date: Tue, 31 Mar 2020 18:16:29 -0400 Subject: [PATCH] Git: add .gitconfig --- .gitconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..e43523a --- /dev/null +++ b/.gitconfig @@ -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:"