diff options
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r-- | .chezmoi.toml.tmpl | 6 |
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 }} |