Browse Source

Accomodate TaskWarrior in mydots

Alois Mahdal 8 years ago
parent
commit
d48e26144e
5 changed files with 28 additions and 1 deletions
  1. 0
    1
      dotfiles/task
  2. 1
    0
      dotfiles/task/data
  3. 2
    0
      dotfiles/task/head.taskrc
  4. 10
    0
      dotfiles/task/main.taskrc
  5. 15
    0
      dotfiles/task/setup

+ 0
- 1
dotfiles/task View File

@@ -1 +0,0 @@
1
-../external/dotfiles/task

+ 1
- 0
dotfiles/task/data View File

@@ -0,0 +1 @@
1
+../../external/dotfiles/task/data

+ 2
- 0
dotfiles/task/head.taskrc View File

@@ -0,0 +1,2 @@
1
+data.location=~/.task/data
2
+include ~/.task/main.taskrc

+ 10
- 0
dotfiles/task/main.taskrc View File

@@ -0,0 +1,10 @@
1
+alias.m=modify
2
+calendar.holidays=full
3
+journal.info=no
4
+weekstart=Monday
5
+
6
+context.work=+rh or +ipu or +rhel or +rqkit or +iputool or +teamb
7
+context.foss=+foss or +shellfu or +bmo or +saturnin or +tfkit or +mkit or +bmo
8
+context.homeit=+homeit or +azzgoat or +hugo or +ith or +vornet
9
+context.lounge=+lounge or +games or +listen or +fest or +beer or +surf or +watch or +read
10
+context.home=+home or +family or +money or +newhome or +vacation or +ftgg

+ 15
- 0
dotfiles/task/setup View File

@@ -0,0 +1,15 @@
1
+#!/bin/sh
2
+
3
+{
4
+    echo '##########################################################'
5
+    echo '# added by taskwarrior setup utility from mydots'
6
+    echo '# in ideal case:'
7
+    echo '#'
8
+    echo '#  *  permanent and/or context-specific changes are kept'
9
+    echo '#     in head.taskrc or linked files'
10
+    echo '#'
11
+    echo '#  *  rest of the file is left for aut-edits of `task'
12
+    echo '#'
13
+    echo 'include ~/.task/head.taskrc'
14
+    echo '##########################################################'
15
+} >> $HOME/.taskrc