aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--gnupg/gpg.conf14
2 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index fb861593..3cf44ee3 100644
--- a/Makefile
+++ b/Makefile
@@ -455,8 +455,6 @@ install-git: git/config $(GIT_TEMPLATE_HOOKS)
install-gnupg: gnupg/profile.d/gnupg.sh install-sh
cp -p -- gnupg/profile.d/* $(HOME)/.profile.d
- mkdir -m 0700 -p -- $(HOME)/.gnupg
- cp -p -- gnupg/*.conf $(HOME)/.gnupg
install-gtk:
mkdir -p -- $(XDG_CONFIG_HOME)/gtk-3.0
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf
deleted file mode 100644
index 97c1ca77..00000000
--- a/gnupg/gpg.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# Assume I mean to encrypt to myself if no recipient is specified
-default-recipient-self
-
-# Don't use key IDs in listings, just show full fingerprints
-keyid-format none
-
-# Suppress the copyright message
-no-greeting
-
-# Don't sign pictures or other binary UID data
-only-sign-text-ids
-
-# Show fingerprints where they might not otherwise appear
-with-fingerprint