diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-05 09:19:09 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-05 09:24:45 +0800 |
commit | 0109835b296caa7c0089fbea3c2ac4b0a79e2a86 (patch) | |
tree | 208f359e8e0acddf0943c92106298a749e3ff83a | |
parent | 649d832a42e78ba0e21508c165d2fe7465f4c196 (diff) |
update task
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | taskrc (renamed from .taskrc) | 0 |
2 files changed, 4 insertions, 0 deletions
@@ -52,3 +52,7 @@ libinput: | |||
52 | 52 | ||
53 | task: | 53 | task: |
54 | ln -sf taskrc ~/.taskrc | 54 | ln -sf taskrc ~/.taskrc |
55 | if [ ! -d "$(HOME)/.task/.git" ]; then \ | ||
56 | if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; \ | ||
57 | git clone --depth 1 https://github.com/typebrook/task.git ~/.task; \ | ||
58 | fi | ||