diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl new file mode 100644 index 0000000..a6d7c2f --- /dev/null +++ b/.chezmoi.toml.tmpl @@ -0,0 +1,14 @@ +{{ if eq .chezmoi.os "darwin" }} +[edit] + command = "code" + args = ["--wait"] +{{ else }} + command = "vim" +{{ end }} + +# {{- $email := promptString "Git email address for the author/committer" }} +# {{- $name := promptString "Git username for the author/committer" }} + +[data] + email = "{{ $email }}" + name = "{{ $name }}"