commit 761907cc3d3b31bd4ccc31a1fe8e00d60e71de89 Author: frosty Date: Fri May 17 17:48:23 2024 -0400 add stow ignore and makefile diff --git a/.stow-local-ignore b/.stow-local-ignore new file mode 100644 index 0000000..3bc8ce2 --- /dev/null +++ b/.stow-local-ignore @@ -0,0 +1,9 @@ +\.git +\.gitignore +\.gitmodules + +^/README.* +^/LICENSE.* +^/COPYING + +^/Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..608339a --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: + stow --verbose --target=${HOME} --no-folding --restow . +delete: + stow --verbose --target=${HOME} --no-folding --delete .