Update a bunch of configs
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
738f83183f
commit
052fb6bada
24 changed files with 474 additions and 68 deletions
32
system/.config/task/taskrc
Normal file
32
system/.config/task/taskrc
Normal file
|
@ -0,0 +1,32 @@
|
|||
# [Created by task 2.5.1 3/24/2019 19:33:29]
|
||||
# Taskwarrior program configuration file.
|
||||
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
|
||||
# 'man task-sync' or 'man taskrc'
|
||||
|
||||
# Here is an example of entries that use the default, override and blank values
|
||||
# variable=foo -- By specifying a value, this overrides the default
|
||||
# variable= -- By specifying no value, this means no default
|
||||
# #variable=foo -- By commenting out the line, or deleting it, this uses the default
|
||||
|
||||
# Use the command 'task show' to see all defaults and overrides
|
||||
|
||||
# Files
|
||||
data.location=/home/severin/Tasks
|
||||
verbose=blank,footnote,label,new-id,affected,edit,special,project,sync,unwait
|
||||
|
||||
report.todo.description=Tasks with now due date, overdue or due in the next 7 days
|
||||
report.todo.columns=id,due,project,description.count
|
||||
report.todo.labels=ID,Due,Project,Description
|
||||
report.todo.sort=due+
|
||||
report.todo.filter=due.before:1wk and status:pending or due: and status:pending
|
||||
color=on
|
||||
color.uda.priority.H=
|
||||
color.uda.priority.L=
|
||||
color.uda.priority.M=
|
||||
color.overdue=
|
||||
color.scheduled=
|
||||
color.recurring=
|
||||
color.due=
|
||||
color.due.today=
|
||||
dateformat=Y-M-D H:N
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue