just a bunch of misc tweaks, and more to come
This commit is contained in:
parent
9e72ed1f31
commit
d0930f097a
9 changed files with 102 additions and 68 deletions
|
@ -4,3 +4,4 @@
|
|||
.vscode
|
||||
.envrc
|
||||
.aider*
|
||||
**/.claude/settings.local.json
|
|
@ -16,7 +16,7 @@ private-commits = "description(glob:'private:*') | bookmarks('merge')"
|
|||
|
||||
[ui]
|
||||
default-command = ["log"]
|
||||
diff.format = "git"
|
||||
diff-formatter = ":git"
|
||||
|
||||
[[--scope]]
|
||||
--when.repositories = ["~/Klaviyo", "~/.klaviyocli"]
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
[
|
||||
{
|
||||
"name": "default",
|
||||
"path": "/Users/matthew.dillon/notebook/klaviyo/work.klg"
|
||||
"path": "/Users/matthew.dillon/notebook/tracker.klg"
|
||||
},
|
||||
{
|
||||
"name": "work",
|
||||
"path": "/Users/matthew.dillon/notebook/klaviyo/work.klg"
|
||||
"name": "tracker",
|
||||
"path": "/Users/matthew.dillon/notebook/tracker.klg"
|
||||
},
|
||||
{
|
||||
"name": "agenda",
|
||||
"path": "/Users/matthew.dillon/notebook/agenda.klg"
|
||||
}
|
||||
]
|
||||
|
|
18
home/private_dot_config/task/taskrc.tmpl
Normal file
18
home/private_dot_config/task/taskrc.tmpl
Normal file
|
@ -0,0 +1,18 @@
|
|||
data.location={{ .chezmoi.homeDir }}/.task
|
||||
news.version=3.4.1
|
||||
|
||||
# must be specified bc taskrc not in default ~/.taskrc location
|
||||
data.location=~/.local/share/task
|
||||
hooks.location=~/.config/task/hooks
|
||||
|
||||
include solarized-dark-256.theme
|
||||
|
||||
report.list.columns=id,start.age,depends.indicator,priority,project,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count
|
||||
report.list.labels=id,active,d,p,project,tags,r,sch,due,until,description
|
||||
|
||||
report.next.columns=id,start.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description
|
||||
report.next.labels=id,active,deps,p,project,tag,recur,s,due,until,description
|
||||
|
||||
sync.server.url={{ .task_url }}
|
||||
sync.server.client_id={{ .task_client_id }}
|
||||
sync.encryption_secret={{ .task_encryption_secret }}
|
Loading…
Add table
Add a link
Reference in a new issue