1
1
Fork 0

Move gpg.conf into gnupg directory

This commit is contained in:
Jonathan Schleifer 2023-04-01 11:11:29 +00:00
parent b3fc366819
commit 098e99f822
2 changed files with 1 additions and 1 deletions

View file

@ -46,7 +46,7 @@ fi
have git && link_file git .config/git ../ have git && link_file git .config/git ../
if have gpg || have gpg2; then if have gpg || have gpg2; then
mkdir -p $HOME/.local/share/gnupg 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 fi
have mpv && link_file mpv .config/mpv ../ have mpv && link_file mpv .config/mpv ../
have sway && link_file sway .config/sway ../ have sway && link_file sway .config/sway ../