|
@@ -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
|