aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2ad7b5..02dd88e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1.PHONY: * 1.PHONY: *
2 2
3all: git vim tig 3all: git vim tig gpg
4 mkdir -p ~/git 4 mkdir -p ~/git
5 5
6git: 6git:
@@ -56,3 +56,7 @@ task:
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; \
58 fi 58 fi
59
60gpg:
61 sudo ln -sf `pwd`/gpg-agent ~/.gnupg/gpg-agent.conf
62 gpgconf --reload gpg-agent