Skip to content

Commit

Permalink
Use YAML as format for chezmoi config template (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Oct 20, 2021
1 parent 6a28736 commit fb9d291
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .chezmoi.toml.tmpl → .chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{{- writeToStdout "💡 Tip: you can re-enter your name and email with `chezmoi init --data=false`.\n" -}}
{{- end -}}

sourceDir = "{{ .chezmoi.sourceDir }}"
sourceDir: "{{ .chezmoi.sourceDir }}"

[data]
name = "{{ $name }}"
email = "{{ $email }}"
data:
name: "{{ $name }}"
email: "{{ $email }}"

0 comments on commit fb9d291

Please sign in to comment.