home: add .gitconfig

This commit is contained in:
He4eT 2026-05-29 04:27:31 +02:00 committed by Alexey
commit c4823477f0

12
home/.gitconfig Normal file
View file

@ -0,0 +1,12 @@
[user]
name = He4eT
email = He4eT@oddsquat.org
[core]
pager = less -S
[pull]
rebase = true
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f