diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-14 01:08:16 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-14 01:34:12 +0400 |
commit | 95489906e160ed78d25ffe665a46f674ffc8264a (patch) | |
tree | 3a72e38c041a5b889873e2b0b5ab24d244084795 /.chezmoi.toml.tmpl | |
parent | d00c86a97392043d66574b8c903f58c04db301ca (diff) |
Add basic .ssh/config and .ssh/authorized_keys
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 }} |