Makefile: Do not stow gnupg config

Stowing gnupg config results in gnupg settings being stored inside
dotfiles repo which does not play well with permissions required for
gnupg directory.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-01-03 15:27:01 +05:30
parent 21d2888b09
commit a67b25fd4b
1 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,6 @@ install:
mkdir -p ~/.config
stow git
stow gnupg
stow imapfilter
stow mbsync
stow msmtp
@ -25,7 +24,6 @@ install:
reinstall:
stow -R git
stow -R gnupg
stow -R imapfilter
stow -R mbsync
stow -R msmtp
@ -38,7 +36,6 @@ reinstall:
delete:
stow -D git
stow -D gnupg
stow -D imapfilter
stow -D mbsync
stow -D msmtp