Skip to content

Instantly share code, notes, and snippets.

@dsosby
Created June 19, 2012 15:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsosby/2954839 to your computer and use it in GitHub Desktop.
Save dsosby/2954839 to your computer and use it in GitHub Desktop.
My TaskWarrior RC file
# [Created by task 2.0.0 6/5/2012 10:23:30]
# Taskwarrior program configuration file.
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq',
# 'man task-tutorial', '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=/.task
# Color theme (uncomment one to use)
#include /usr/share/doc/task/rc/light-16.theme
#include /usr/share/doc/task/rc/light-256.theme
#include /usr/share/doc/task/rc/dark-16.theme
#include /usr/share/doc/task/rc/dark-256.theme
#include /usr/share/doc/task/rc/dark-red-256.theme
#include /usr/share/doc/task/rc/dark-green-256.theme
#include /usr/share/doc/task/rc/dark-blue-256.theme
#include /usr/share/doc/task/rc/dark-violets-256.theme
#include /usr/share/doc/task/rc/dark-yellow-green.theme
#include /usr/share/doc/task/rc/dark-gray-256.theme
journal.time=on
color=off
default.command=next
weekstart=Monday
alias.dailystatus=status:completed end.after:today all
alias.punt=modify wait:1d
alias.someday=mod +someday wait:someday
urgency.tags.coefficient=0.0
alias.shortpunt=modify wait:3h
alias.longpunt=modify wait:1w
urgency.user.tag.blocks.coefficient=5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment