Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 448:d847c4df584b
Remove custom icons from status line
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 04 Sep 2021 11:40:32 +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 }}"