XDG stuff

This commit is contained in:
2025-01-28 01:30:35 -04:00
parent 806e8ea150
commit 6817e96a5b
2 changed files with 12 additions and 0 deletions

18
dot_config/git/config Normal file
View File

@ -0,0 +1,18 @@
[credential]
credentialStore = secretservice
helper = /usr/lib/git-core/git-credential-libsecret
[user]
email = ir.shoebottom@gmail.com
name = Isaac Shoebottom
[core]
editor = micro
autocrlf = false
[init]
defaultBranch = master
[pull]
rebase = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true