guixconfig/home/git/config

64 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-12-08 13:50:54 +00:00
[commit]
gpgSign = true
2023-12-11 18:39:43 +00:00
user = dziltener@lyrion.ch
2023-12-08 13:50:54 +00:00
[core]
pager = "diff-so-fancy | less '--tabs=4' '-RFX'"
[diff-so-fancy]
changeHunkIndicators = true
markEmptyLines = true
stripLeadingSymbols = true
useUnicodeRuler = true
[gpg]
2023-12-11 10:59:44 +00:00
program = "gpg"
2023-12-08 13:50:54 +00:00
[interactive]
diffFilter = "diff-so-fancy --patch"
[pull]
rebase = true
[push]
autoSetupRemote = true
[rebase]
autoStash = true
[sendemail]
2023-12-11 10:59:44 +00:00
smtpEncryption = "tls"
smtpServer = "lyrion.ch"
smtpServerPort = 465
smtpUser = "dziltener"
2023-12-08 13:50:54 +00:00
[sendemail "LMail"]
from = "dziltener@lyrion.ch"
smtpEncryption = "tls"
smtpServer = "lyrion.ch"
smtpUser = "dziltener"
[sendemail "RedSky"]
from = "dz@redsky.io"
smtpEncryption = "ssl"
smtpServer = "smtp.gmail.com"
smtpServerPort = 465
smtpUser = "dz@redsky.io"
[tag]
gpgSign = true
[user]
email = "dziltener@lyrion.ch"
name = "Daniel Ziltener"
signingKey = "37F655BAF43BC0FF300A91A1B38976E82C9DAE42"
2023-12-11 10:59:44 +00:00
[init]
defaultBranch = master
[github]
user = dziltener@lyrion.ch
[gitlab]
user = zilti