about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-07-31 16:42:46 -0400
committerBen Harris <ben@tilde.team>2018-07-31 16:42:46 -0400
commit6775213b3360540d55e43ee76cf027320cc9baf9 (patch)
tree4db865dbbb0dfae1c38c73e1dfc39122bceeb27e
parentaa45320a823bb911cf84d248df2c42eee43272ac (diff)
add gpg-agent.conf
-rw-r--r--Makefile9
-rw-r--r--gnupg/.gnupg/gpg-agent.conf3
2 files changed, 10 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 256c9d7..6ccc5d3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 install:
 	@make $(UNAME)
 
-Linux: bash fish git mutt byobu weechat vim
+Linux: bash fish git mutt byobu weechat vim gnupg
 Windows: bash git vim
 Other: bash git vim
 
@@ -29,6 +29,7 @@ clean:
 	stow -t "$$HOME" -D mutt
 	stow -t "$$HOME" -D byobu
 	stow -t "$$HOME" -D weechat
+	stow -t "$$HOME" -D gnupg
 
 bash:
 	@printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)"
@@ -59,5 +60,9 @@ weechat:
 	@printf "$(YELLOW)--- weechat --------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" weechat
 
-.PHONY: bash fish git vim mutt byobu weechat clean install Windows Linux Other
+gnupg:
+	@printf "$(YELLOW)--- gnupg ----------------------------------------------\n$(RESET)"
+	stow -t "$$HOME" gnupg
+
+.PHONY: bash fish git vim mutt byobu weechat gnupg clean install Windows Linux Other
 
diff --git a/gnupg/.gnupg/gpg-agent.conf b/gnupg/.gnupg/gpg-agent.conf
new file mode 100644
index 0000000..ff0f384
--- /dev/null
+++ b/gnupg/.gnupg/gpg-agent.conf
@@ -0,0 +1,3 @@
+enable-ssh-support
+keep-display
+