diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 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 taskrc ~/.taskrc | 54 | ln -sf `pwd`/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; \ |