summary refs log tree commit diff
path: root/.chezmoi.toml.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r--.chezmoi.toml.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl
index 16c95bb..671e923 100644
--- a/.chezmoi.toml.tmpl
+++ b/.chezmoi.toml.tmpl
@@ -16,3 +16,9 @@
 
 [data.todo]
     personalPriority = {{ promptString "personal todo.txt priority words" $defaultUsername | quote }}
+
+[data.github]
+    username = {{ promptString "GitHub username" "n/a" | quote }}
+
+[data.ssh]
+    user = {{ promptString "SSH default user" $defaultUsername | quote }}