task/config/task/taskrc
Danielle McLean 3d0ce126fa
Remove unnecessary colour scheme config
There's no easy way to tell Taskwarrior that you want to load a colour
scheme from its defaults, rather than using an absolute path, which
means if Taskwarrior is installed in a different place than it can't
find the colour schemes and doesn't work properly.

Thankfully, Taskwarrior's default colour scheme is actually the one I
want, 256 colour dark. So there's no real need for me to import one of
the bundled colour schemes in the first place, so I can make my config
more portable by removing that include statement entirely.
2021-08-17 15:44:13 +10:00

29 lines
1.1 KiB
INI

# vim: set ft=dosini :
# [Created by task 2.5.1 4/26/2020 18:33:44]
# 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=~/.local/share/task
hooks.location=~/.config/task/hooks
# Report specifically for displaying my in-progress task in the shell prompt, as a quick reminder
report.progress.description=Tasks currently in progress
report.progress.columns=id,description.truncated
report.progress.filter=status:pending and +ACTIVE
# Sync!
taskd.server=task.00dani.me:53589
taskd.ca=~/.config/task/isrgrootx1.pem
taskd.certificate=~/.config/task/client.cert.pem
taskd.key=~/.config/task/client.key.pem
include ~/.config/task/taskd.credentials