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 ../