From ea0bf5fca6faa79c21c3b486a8ff9fb993a6aa82 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 18 Dec 2018 15:40:29 -0800 Subject: only install gpg config on hush --- Makefile | 2 -- Makefile.hush | 2 ++ 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 \ -- cgit v1.2.3-54-g00ecf