From 6775213b3360540d55e43ee76cf027320cc9baf9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 31 Jul 2018 16:42:46 -0400 Subject: [PATCH] add gpg-agent.conf --- Makefile | 9 +++++++-- gnupg/.gnupg/gpg-agent.conf | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 gnupg/.gnupg/gpg-agent.conf 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 +