wtf
This commit is contained in:
parent
4dd10cfba8
commit
fbcd316694
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
{{- $graphical := promptString "graphical" -}}
|
||||
{{- $root := promptString "root" -}}
|
||||
{{- $pass := promptString "pass" -}}
|
||||
|
||||
[data]
|
||||
email = "iptq@protonmail.com"
|
||||
email = "mail@mzhang.io"
|
||||
graphical = {{ $graphical }}
|
||||
root = {{ $root }}
|
||||
pass = {{ $pass }}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
{{ if .pass }}
|
||||
[sendemail]
|
||||
smtpServer = mzhang.io
|
||||
smtpServerPort = 465
|
||||
|
@ -20,6 +21,7 @@
|
|||
smtpPass = {{ pass "email/mail@mzhang.io" }}
|
||||
smtpEncryption = ssl
|
||||
confirm = auto
|
||||
{{ end }}
|
||||
|
||||
# vim: set filetype=gitconfig:
|
||||
|
||||
|
|
Loading…
Reference in a new issue