diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | taskrc | 95 |
2 files changed, 1 insertions, 96 deletions
@@ -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 | ||
53 | task: | 53 | task: |
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; \ |
@@ -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 | ||
14 | data.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 | ||
20 | include /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 | |||
32 | alias.note=! vim ~/.task/buffer | ||
33 | |||
34 | dateformat=b.d H:N | ||
35 | search.case.sensitive=no | ||
36 | default.command=next | ||
37 | |||
38 | calendar.holidays=full | ||
39 | calendar.details=full | ||
40 | holiday.double-ten_2020.name=雙十補假 | ||
41 | holiday.double-ten_2020.date=20201009 | ||
42 | holiday.new-year_2020.name=元旦 | ||
43 | holiday.new-year_2020.date=20210101 | ||
44 | holiday.ch_1.name=春節 | ||
45 | holiday.ch_1.date=20210210 | ||
46 | holiday.ch_2.name=春節 | ||
47 | holiday.ch_2.date=20210211 | ||
48 | holiday.ch_3.name=春節 | ||
49 | holiday.ch_3.date=20210212 | ||
50 | holiday.ch_4.name=春節 | ||
51 | holiday.ch_4.date=20210215 | ||
52 | holiday.ch_5.name=春節 | ||
53 | holiday.ch_5.date=20210216 | ||
54 | holiday.ch_6.name=春節補上班 | ||
55 | holiday.ch_6.date=20210220 | ||
56 | holiday.228.name=228補假 | ||
57 | holiday.228.date=20210301 | ||
58 | holiday.grave.name=清明節補假 | ||
59 | holiday.grave.date=20210402 | ||
60 | holiday.child.name=兒童節補假 | ||
61 | holiday.child.date=20210405 | ||
62 | holiday.dragon.name=端午節 | ||
63 | holiday.dragon.date=20210614 | ||
64 | holiday.moon_1.name=中秋補上班 | ||
65 | holiday.moon_1.date=20210911 | ||
66 | holiday.moon_2.name=中秋節彈性放假 | ||
67 | holiday.moon_2.date=20210920 | ||
68 | holiday.moon_3.name=中秋節 | ||
69 | holiday.moon_3.date=20210921 | ||
70 | holiday.double-ten_2021.name=雙十補假 | ||
71 | holiday.double-ten_2021.date=20211011 | ||
72 | holiday.new-year_2021.name=元旦 | ||
73 | holiday.new-year_2021.date=20211231 | ||
74 | |||
75 | uda.reviewed.type=date | ||
76 | uda.reviewed.label=Reviewed | ||
77 | uda.weight.type=numeric | ||
78 | |||
79 | report._reviewed.description=Tasksh review report. Adjust the filter to your needs. | ||
80 | report._reviewed.columns=uuid | ||
81 | report._reviewed.sort=reviewed+,modified+ | ||
82 | report._reviewed.filter=( reviewed.none: or reviewed.before:now-6days ) and ( +PENDING or +WAITING ) | ||
83 | |||
84 | report.nchc.description=Simple list of project:geothings.graphql.nchc-report | ||
85 | report.nchc.filter=project:geothings.graphql.nchc-report | ||
86 | report.nchc.labels=ID,Desc | ||
87 | report.nchc.columns=id,description.count | ||
88 | report.nchc.sort=entry+ | ||
89 | |||
90 | context.geothings=( +geothings or project:geothings ) | ||
91 | context.office=-trivial -home -not.office | ||
92 | context.foo=-home -office | ||
93 | context.home=-trivial -office | ||
94 | context.dev=-trivial -office project:dev | ||
95 | context=office | ||