summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 604922f636338bb7903c808aaf5e6ff691d34997 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[user]
	email = [email protected]
	name = Thanos Apollo
	signingkey = 5F6B32E27F433AA9E42A530A0A50703D1CE7AE29
[commit]
	gpgsign = true
[format]
	subjectPrefix = PATCH
[sendemail]
	from = Thanos Apollo <[email protected]>
	smtpserver = smtp.fastmail.com
	smtpuser = [email protected]
	smtpencryption = ssl
	smtpserverport = 465
	annotate = yes

[credential "smtp://smtp.fastmail.com:465"]
    helper = "!f() { echo [email protected]; echo \"password=$(pass show fastmail.com/thanosapollo.com | sed -n '3p')\"; }; f"