Restructure for symlink

This change makes it easier to recursively copy these config files into
a real home directory and also gets rid of empty folders
This commit is contained in:
Ian Keane 2022-06-07 13:47:55 -04:00
parent d9d326eaa1
commit 9a6bfc1daf
111 changed files with 560 additions and 2114 deletions

View file

@ -1,27 +0,0 @@
# Using vit:
- a: add task
- A: annotate task
- task description project:projectname depends:id#
- e: edit task in `$EDITOR`
# colors:
- `include dark-yellow-green.theme`
```
color.project.unraid=yellow
color.project.workflow=green
color.project.home=color5 # purple
color.project.renovation=blue
```
- get colors with `task color`
# handle 'subtasks' through annotations
- see annotations using `:long`
- get old view back with :list
- `vit list` to get just the list at startup after adding annotations
# rapidly add similar tasks using history
- `Add: project:aws depends:37` + new task desc multiple times, etc
# Taskwarrior quirks
- Urgency is usually a function of blockers + priority, you might find that
high priority doesn't put a task over one that blocks many others