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:
parent
21d2888b09
commit
a67b25fd4b
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue