diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 69af6b3..293bb25 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,5 +1,9 @@ {{- $name := promptString "name" -}} {{- $email := promptString "email" -}} +{{- $category := promptString "Server category" -}} [data] - name = "{{ $name }}" - email = "{{ $email }}" + name = "{{ $name }}" + email = "{{ $email }}" + + [bash] + prompt.category = "{{ $category }}"