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" -}} {{- $graphical := promptString "graphical" -}}
{{- $root := promptString "root" -}} {{- $root := promptString "root" -}}
{{- $pass := promptString "pass" -}}
[data] [data]
email = "iptq@protonmail.com" email = "mail@mzhang.io"
graphical = {{ $graphical }} graphical = {{ $graphical }}
root = {{ $root }} root = {{ $root }}
pass = {{ $pass }}

View file

@ -13,6 +13,7 @@
[commit] [commit]
gpgsign = true gpgsign = true
{{ if .pass }}
[sendemail] [sendemail]
smtpServer = mzhang.io smtpServer = mzhang.io
smtpServerPort = 465 smtpServerPort = 465
@ -20,6 +21,7 @@
smtpPass = {{ pass "email/mail@mzhang.io" }} smtpPass = {{ pass "email/mail@mzhang.io" }}
smtpEncryption = ssl smtpEncryption = ssl
confirm = auto confirm = auto
{{ end }}
# vim: set filetype=gitconfig: # vim: set filetype=gitconfig: