aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-03-27 15:37:48 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-03-27 15:37:48 +0800
commitbb89cb29c189b7c92443b3378a710aac36b63d4a (patch)
tree27f3a67942ab9cb4bbd0b4444a74b11c2ede7267 /Makefile
parentc7e01791ff397f9ae3621d71424a95cd068a0edf (diff)
update
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