summaryrefslogtreecommitdiffstats
path: root/.chezmoi.yml.tmpl
blob: a72311ce63b00aa3e23c55e4d3ea8be1488df806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{- $email := get . "email" -}}
{{- if not $email -}}
{{-   $email = promptString "email" -}}
{{- end -}}

{{- $work := get . "work" -}}
{{- if not $work -}}
{{-   $work = promptBool "work computer" -}}
{{- end -}}

data:
    email: {{ $email | quote }}
    work: {{ $work }}
edit:
    command: code
    args:
        - "--wait"