This commit is contained in:
Michael Zhang 2020-06-15 05:26:20 -05:00
parent f4316a54af
commit 7474e38302
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -1,4 +1,7 @@
{{- $email := promptString "email" -}}
{{- $graphical := promptString "graphical" -}}
{{- $root := promptString "root" -}}
[data]
email = "{{ $email }}"
email = "iptq@protonmail.com"
graphical = {{ $graphical }}
root = {{ $root }}