XDG stuff
This commit is contained in:
18
dot_config/git/config
Normal file
18
dot_config/git/config
Normal 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
|
Reference in New Issue
Block a user