This commit is contained in:
Michael Zhang 2020-11-18 21:37:40 -06:00
parent 4dd10cfba8
commit fbcd316694
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
2 changed files with 5 additions and 1 deletions

View File

@ -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 }}

View File

@ -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: