Commit graph

5 commits

Author SHA1 Message Date
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
Danielle McLean 42bacbb2f2
Set taskrc filetype to something close enough 2021-08-03 10:44:48 +10:00
Danielle McLean 0e53342ce2
Move hooks into XDG_CONFIG_HOME
Taskwarrior hooks are configuration, not data. Their default location is
data.location/hooks, but they really belong alongside the user's
.taskrc, like this.
2021-07-26 16:31:37 +10:00
Danielle McLean 061bfa3a7d
Taskserver sync :O separate auth files required 2021-07-14 21:55:14 +10:00
Danielle McLean f3b3fa4e6c
Initial commit - super-simple XDG-flavoured Taskwarrior config, which mostly does what I want 2020-06-01 15:26:37 +10:00