[make] Add gnupg dir creation to stow

This commit is contained in:
2026-03-02 10:59:21 -05:00
parent 748d65369a
commit e113ec5e02

View File

@ -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 \