Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 461:a5fb80022655
Add wezterm config
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 20 Sep 2021 18:45:30 +0200 |
parents | 6503de68af7b |
children | 174245fca5a3 |
line wrap: on
line source
{{- $email := promptString "email" -}} {{- $name := promptString "name" -}} {{- $signingkey := promptString "gpg key" -}} {{- $font_size := promptString "font_size" -}} [data] email = "{{ $email }}" name = "{{ $name }}" signingkey = "{{ $signingkey }}" font_size = "{{ $font_size }}"