aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--taskrc95
2 files changed, 1 insertions, 96 deletions
diff --git a/Makefile b/Makefile
index f106308..7d87a79 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ libinput:
51 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ 51 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/
52 52
53task: 53task:
54 ln -sf `pwd`/taskrc "$(HOME)/.taskrc" 54 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc
55 if [ ! -d "$(HOME)/.task/.git" ]; then \ 55 if [ ! -d "$(HOME)/.task/.git" ]; then \
56 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; \ 56 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; \
57 git clone --depth 1 https://github.com/typebrook/task.git ~/.task; \ 57 git clone --depth 1 https://github.com/typebrook/task.git ~/.task; \
diff --git a/taskrc b/taskrc
deleted file mode 100644
index 17b385f..0000000
--- a/taskrc
+++ /dev/null
@@ -1,95 +0,0 @@
1# [Created by task 2.5.1 10/2/2020 09:12:59]
2# Taskwarrior program configuration file.
3# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
4# 'man task-sync' or 'man taskrc'
5
6# Here is an example of entries that use the default, override and blank values
7# variable=foo -- By specifying a value, this overrides the default
8# variable= -- By specifying no value, this means no default
9# #variable=foo -- By commenting out the line, or deleting it, this uses the default
10
11# Use the command 'task show' to see all defaults and overrides
12
13# Files
14data.location=~/.task
15
16# Color theme (uncomment one to use)
17#include /usr/share/doc/task/rc/light-16.theme
18#include /usr/share/doc/task/rc/light-256.theme
19#include /usr/share/doc/task/rc/dark-16.theme
20include /usr/share/doc/task/rc/dark-256.theme
21#include /usr/share/doc/task/rc/dark-red-256.theme
22#include /usr/share/doc/task/rc/dark-green-256.theme
23#include /usr/share/doc/task/rc/dark-blue-256.theme
24#include /usr/share/doc/task/rc/dark-violets-256.theme
25#include /usr/share/doc/task/rc/dark-yellow-green.theme
26#include /usr/share/doc/task/rc/dark-gray-256.theme
27#include /usr/share/doc/task/rc/dark-gray-blue-256.theme
28#include /usr/share/doc/task/rc/solarized-dark-256.theme
29#include /usr/share/doc/task/rc/solarized-light-256.theme
30#include /usr/share/doc/task/rc/no-color.theme
31
32alias.note=! vim ~/.task/buffer
33
34dateformat=b.d H:N
35search.case.sensitive=no
36default.command=next
37
38calendar.holidays=full
39calendar.details=full
40holiday.double-ten_2020.name=雙十補假
41holiday.double-ten_2020.date=20201009
42holiday.new-year_2020.name=元旦
43holiday.new-year_2020.date=20210101
44holiday.ch_1.name=春節
45holiday.ch_1.date=20210210
46holiday.ch_2.name=春節
47holiday.ch_2.date=20210211
48holiday.ch_3.name=春節
49holiday.ch_3.date=20210212
50holiday.ch_4.name=春節
51holiday.ch_4.date=20210215
52holiday.ch_5.name=春節
53holiday.ch_5.date=20210216
54holiday.ch_6.name=春節補上班
55holiday.ch_6.date=20210220
56holiday.228.name=228補假
57holiday.228.date=20210301
58holiday.grave.name=清明節補假
59holiday.grave.date=20210402
60holiday.child.name=兒童節補假
61holiday.child.date=20210405
62holiday.dragon.name=端午節
63holiday.dragon.date=20210614
64holiday.moon_1.name=中秋補上班
65holiday.moon_1.date=20210911
66holiday.moon_2.name=中秋節彈性放假
67holiday.moon_2.date=20210920
68holiday.moon_3.name=中秋節
69holiday.moon_3.date=20210921
70holiday.double-ten_2021.name=雙十補假
71holiday.double-ten_2021.date=20211011
72holiday.new-year_2021.name=元旦
73holiday.new-year_2021.date=20211231
74
75uda.reviewed.type=date
76uda.reviewed.label=Reviewed
77uda.weight.type=numeric
78
79report._reviewed.description=Tasksh review report. Adjust the filter to your needs.
80report._reviewed.columns=uuid
81report._reviewed.sort=reviewed+,modified+
82report._reviewed.filter=( reviewed.none: or reviewed.before:now-6days ) and ( +PENDING or +WAITING )
83
84report.nchc.description=Simple list of project:geothings.graphql.nchc-report
85report.nchc.filter=project:geothings.graphql.nchc-report
86report.nchc.labels=ID,Desc
87report.nchc.columns=id,description.count
88report.nchc.sort=entry+
89
90context.geothings=( +geothings or project:geothings )
91context.office=-trivial -home -not.office
92context.foo=-home -office
93context.home=-trivial -office
94context.dev=-trivial -office project:dev
95context=office