diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-13 01:52:41 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-13 02:07:18 +0400 |
commit | d00c86a97392043d66574b8c903f58c04db301ca (patch) | |
tree | 79683f6f2403ef4f6bd7b3bc0a912f494b25e3b2 /.chezmoi.toml.tmpl | |
parent | 83228d56450e8d2ae26fa8d1e3e399914fcc4f19 (diff) |
Add todo.txt config
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r-- | .chezmoi.toml.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 7c1864f..16c95bb 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -13,3 +13,6 @@ name = {{ promptString "git name" $defaultName | quote }} email = {{ promptString "git email" $defaultEmail | quote }} pager = {{ promptString "git pager" $defaultPager | quote }} + +[data.todo] + personalPriority = {{ promptString "personal todo.txt priority words" $defaultUsername | quote }} |