Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 355:44442a6b8aa6
Set the smso option to make italics work in tmux
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 01 Mar 2021 18:51:07 +0100 |
parents | d726921aaabe |
children | 6503de68af7b |
line wrap: on
line source
{{- $email := promptString "email" -}} {{- $name := promptString "name" -}} {{- $signingkey := promptString "gpg key" -}} [data] email = "{{ $email }}" name = "{{ $name }}" signingkey = "{{ $signingkey }}"