[make] Add gnupg dir creation to stow
This commit is contained in:
1
Makefile
1
Makefile
@ -3,6 +3,7 @@
|
|||||||
OS_NAME := $(shell uname -s | tr A-Z a-z)
|
OS_NAME := $(shell uname -s | tr A-Z a-z)
|
||||||
|
|
||||||
stow:
|
stow:
|
||||||
|
mkdir -p ~/.gnupg && chmod 0700 ~/.gnupg
|
||||||
stow -t ~ */
|
stow -t ~ */
|
||||||
dconf load / < gnome/.local/share/custom-gconf.conf \
|
dconf load / < gnome/.local/share/custom-gconf.conf \
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user