summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2018-12-18 15:40:29 -0800
committerJesse Luehrs <doy@stripe.com>2018-12-18 15:40:29 -0800
commitea0bf5fca6faa79c21c3b486a8ff9fb993a6aa82 (patch)
tree6a360d00f3480c705507871e9532e651b58722b2
parent73c7f9b05cfd3e285498380d885f0673400b335d (diff)
downloadconf-ea0bf5fca6faa79c21c3b486a8ff9fb993a6aa82.tar.gz
conf-ea0bf5fca6faa79c21c3b486a8ff9fb993a6aa82.zip
only install gpg config on hush
-rw-r--r--Makefile2
-rw-r--r--Makefile.hush2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 70ec1eb..d49a917 100644
--- a/Makefile
+++ b/Makefile
@@ -34,8 +34,6 @@ INSTALL := \
.config/zsh/zsh-syntax-highlighting \
.crawlrc \
.gdbinit \
- .gnupg/gpg.conf \
- .gnupg/gpg-agent.conf \
.inputrc \
.ledgerrc \
.less \
diff --git a/Makefile.hush b/Makefile.hush
index f3c5370..9d7a996 100644
--- a/Makefile.hush
+++ b/Makefile.hush
@@ -12,6 +12,8 @@ INSTALL := \
.config/offlineimap/pass.py \
.config/perspektiv/config.toml \
.config/touchegg/touchegg.conf \
+ .gnupg/gpg.conf \
+ .gnupg/gpg-agent.conf \
.notmuch-config \
.xbindkeysrc \
.Xdefaults \