From 7474e38302870714eeaabac41efe02bc2443bdd2 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 15 Jun 2020 05:26:20 -0500 Subject: [PATCH] a --- .chezmoi.toml.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index fbfeba2..3f9ce01 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,7 @@ -{{- $email := promptString "email" -}} +{{- $graphical := promptString "graphical" -}} +{{- $root := promptString "root" -}} [data] - email = "{{ $email }}" + email = "iptq@protonmail.com" + graphical = {{ $graphical }} + root = {{ $root }}