Mercurial > dotfiles
diff .chezmoi.toml.tmpl @ 257:d726921aaabe
Clean start of dotfiles repo
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 21 May 2020 11:28:36 +0200 |
parents | |
children | 6503de68af7b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.chezmoi.toml.tmpl Thu May 21 11:28:36 2020 +0200 @@ -0,0 +1,8 @@ +{{- $email := promptString "email" -}} +{{- $name := promptString "name" -}} +{{- $signingkey := promptString "gpg key" -}} + +[data] + email = "{{ $email }}" + name = "{{ $name }}" + signingkey = "{{ $signingkey }}"