From e113ec5e0213daf8a57ae8e3420c56eac95bd1b0 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 2 Mar 2026 10:59:21 -0500 Subject: [PATCH] [make] Add gnupg dir creation to stow --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1728944..237c25d 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ OS_NAME := $(shell uname -s | tr A-Z a-z) stow: + mkdir -p ~/.gnupg && chmod 0700 ~/.gnupg stow -t ~ */ dconf load / < gnome/.local/share/custom-gconf.conf \