]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
misc: taskwarrior: add
authorSimon Ruderich <simon@ruderich.org>
Mon, 21 Jan 2019 16:03:30 +0000 (17:03 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 21 Jan 2019 16:03:30 +0000 (17:03 +0100)
misc/setup.sh
misc/taskwarrior/taskrc [new file with mode: 0644]

index c04bc5269c1876527c829cd47f77125dc399bb66..2d65a384b2f85f1e37c9648db06cc7495436152b 100755 (executable)
@@ -66,3 +66,7 @@ fi
 if installed perlcritic; then
     link perl/perlcriticrc ~/.perlcriticrc
 fi
+
+if installed task; then
+    link taskwarrior/taskrc ~/.taskrc
+fi
diff --git a/misc/taskwarrior/taskrc b/misc/taskwarrior/taskrc
new file mode 100644 (file)
index 0000000..f804658
--- /dev/null
@@ -0,0 +1,41 @@
+# Taskwarrior configuration file.
+
+# Copyright (C) 2019  Simon Ruderich
+#
+# This file is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file.  If not, see <http://www.gnu.org/licenses/>.
+
+
+data.location=~/.local/share/taskwarrior
+
+
+# Where I live the week starts on Monday.
+weekstart=monday
+
+# I like (really) short commands.
+abbreviation.minimum=1
+
+# `task projects` should list projects of all tasks, not only pending ones.
+list.all.projects=1
+
+
+# +later is used for tasks which I don't want to forget but which don't have
+# to happen any time soon.
+urgency.user.tag.later.coefficient=-2
+color.tag.later=color242
+
+# Blocking something doesn't make the task more important, it should just
+# reduce the urgency of the blocked command.
+urgency.blocking.coefficient=0.0
+color.blocking=
+color.blocked=