guix-dotfiles/home-config/gitconfig

20 lines
388 B
Plaintext
Raw Permalink Normal View History

2024-02-26 17:34:12 +00:00
[user]
email = ryan@rschanz.org
name = Ryan Schanzenbacher
[commit]
gpgSign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[color]
ui = auto
[init]
defaultBranch = main
2024-03-29 19:19:07 +00:00
[sendemail]
smtpserver = mail.rschanz.org
smtpuser = ryan@rschanz.org
smtpencryption = ssl
smtpserverport = 465