My dotfiles. Period.

setup 519B

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