Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.8 KiB

5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
3 years ago
3 years ago
5 years ago
4 years ago
3 years ago
  1. # info {{{ #
  2. # [Created by task 2.5.1 9/3/2019 01:25:18]
  3. # Taskwarrior program configuration file.
  4. # For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
  5. # 'man task-sync' or 'man taskrc'
  6. # Here is an example of entries that use the default, override and blank values
  7. # variable=foo -- By specifying a value, this overrides the default
  8. # variable= -- By specifying no value, this means no default
  9. # #variable=foo -- By commenting out the line, or deleting it, this uses the default
  10. # Use the command 'task show' to see all defaults and overrides
  11. # }}} info #
  12. data.location=~/.task
  13. # rc.debug=1
  14. # Color theme (uncomment one to use){{{
  15. #include /usr/share/doc/task/rc/light-16.theme
  16. #include /usr/share/doc/task/rc/light-256.theme
  17. include /usr/share/doc/task/rc/dark-16.theme
  18. # include /usr/share/doc/task/rc/dark-256.theme
  19. #include /usr/share/doc/task/rc/dark-red-256.theme
  20. #include /usr/share/doc/task/rc/dark-green-256.theme
  21. #include /usr/share/doc/task/rc/dark-blue-256.theme
  22. #include /usr/share/doc/task/rc/dark-violets-256.theme
  23. #include /usr/share/doc/task/rc/dark-yellow-green.theme
  24. #include /usr/share/doc/task/rc/dark-gray-256.theme
  25. #include /usr/share/doc/task/rc/dark-gray-blue-256.theme
  26. #include /usr/share/doc/task/rc/solarized-dark-256.theme
  27. #include /usr/share/doc/task/rc/solarized-light-256.theme
  28. #include /usr/share/doc/task/rc/no-color.theme
  29. # color.blocking=color1 on color15
  30. # }}}
  31. # server {{{ #
  32. taskd.certificate=\/home\/kevin\/.task\/do.cert.pem
  33. taskd.key=\/home\/kevin\/.task\/do.key.pem
  34. taskd.ca=\/home\/kevin\/.task\/ca.cert.pem
  35. taskd.server=taskd.khkm.gq:53589
  36. taskd.credentials=Hevin\/Kevin\/eb6225dc-80fb-4721-8b03-9114c6c4423d
  37. # }}} server #
  38. # urgency {{{ #
  39. urgency.due.coefficient=18
  40. urgency.user.project.codm.coefficient=2
  41. urgency.user.project.crim.coefficient=1
  42. urgency.user.project.fn.coefficient=5
  43. urgency.user.project.mny.coefficient=10
  44. urgency.user.project.ms.coefficient=3
  45. urgency.user.project.pey.coefficient=10
  46. urgency.user.project.pogo.coefficient=0
  47. urgency.user.project.sch.coefficient=7
  48. urgency.uda.priority.H.coefficient=10
  49. urgency.uda.priority.M.coefficient=4
  50. urgency.uda.priority.L.coefficient=-7
  51. urgency.uda.priority..coefficient=1
  52. urgency.user.tag.helm.coefficient=5
  53. urgency.user.tag.jira.coefficient=5
  54. # urgency.user.tag.nx.coefficient=15
  55. urgency.user.tag.nexus.coefficient=3
  56. report.ready.sort=urgency-
  57. # }}} urgency #
  58. # context {{{ #
  59. # context.home=project.not:ieas project.not:out project.not:sch tag.not:amn
  60. context.home=project.not:ieas project.not:out
  61. context.ieas=project:ieas
  62. context.not-pey=project.not:pey project.not:sch
  63. context.out=project:out
  64. context.mny=project:mny
  65. context.pey=project:pey
  66. context.sch=project:sch
  67. # context=home
  68. # context=out
  69. # context=sch
  70. context=mny
  71. # context=pey
  72. # context=not-pey
  73. # }}} context #