summary refs log tree commit diff
path: root/.chezmoi.toml.tmpl
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-14 01:08:16 +0400
committerAlen <alen@dotfiles.xyz>2023-09-14 01:34:12 +0400
commit95489906e160ed78d25ffe665a46f674ffc8264a (patch)
tree3a72e38c041a5b889873e2b0b5ab24d244084795 /.chezmoi.toml.tmpl
parentd00c86a97392043d66574b8c903f58c04db301ca (diff)
Add basic .ssh/config and .ssh/authorized_keys
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 }}