- #!/bin/sh
 - 
 - {
 -     echo '##########################################################'
 -     echo '# added by taskwarrior setup utility from mydots'
 -     echo '# in ideal case:'
 -     echo '#'
 -     echo '#  *  permanent and/or context-specific changes are kept'
 -     echo '#     in head.taskrc or linked files'
 -     echo '#'
 -     echo '#  *  rest of the file is left for aut-edits of `task'
 -     echo '#'
 -     echo 'include ~/.task/head.taskrc'
 -     echo '##########################################################'
 - } >> $HOME/.taskrc
 
 
  |