From 098e99f8225efe83a6ac5fbea07b2f25a094d86f Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 1 Apr 2023 11:11:29 +0000 Subject: [PATCH] Move gpg.conf into gnupg directory --- gpg.conf => gnupg/gpg.conf | 0 setup.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gpg.conf => gnupg/gpg.conf (100%) diff --git a/gpg.conf b/gnupg/gpg.conf similarity index 100% rename from gpg.conf rename to gnupg/gpg.conf diff --git a/setup.sh b/setup.sh index d4b9105..36bab5d 100755 --- a/setup.sh +++ b/setup.sh @@ -46,7 +46,7 @@ fi have git && link_file git .config/git ../ if have gpg || have gpg2; then mkdir -p $HOME/.local/share/gnupg - link_file gpg.conf .local/share/gnupg/gpg.conf ../../../ + link_file gnupg/gpg.conf .local/share/gnupg/gpg.conf ../../../ fi have mpv && link_file mpv .config/mpv ../ have sway && link_file sway .config/sway ../