From 0109835b296caa7c0089fbea3c2ac4b0a79e2a86 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 5 Oct 2020 09:19:09 +0800 Subject: update task --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4afa77..fb3a901 100644 --- a/Makefile +++ b/Makefile @@ -52,3 +52,7 @@ libinput: task: ln -sf taskrc ~/.taskrc + if [ ! -d "$(HOME)/.task/.git" ]; then \ + if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; \ + git clone --depth 1 https://github.com/typebrook/task.git ~/.task; \ + fi -- cgit v1.2.3-70-g09d2