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" -}}
|
{{- $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 }}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue