aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--taskrc (renamed from .taskrc)0
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a4afa77..fb3a901 100644
--- a/Makefile
+++ b/Makefile
@@ -52,3 +52,7 @@ libinput:
52 52
53task: 53task:
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
diff --git a/.taskrc b/taskrc
index a95233c..a95233c 100644
--- a/.taskrc
+++ b/taskrc