This commit is contained in:
pika 2025-04-01 19:44:27 +02:00
parent 7cc272c595
commit 392a018c86
21 changed files with 446 additions and 2547 deletions

15
makefile Normal file
View file

@ -0,0 +1,15 @@
all:
./makedir.sh
./install.sh
# stow --verbose --target=$$HOME --defer=^.*git.* --restow */
install:
./makedir.sh
./install.sh
# stow --verbose --target=$$HOME --defer=^.*git.* --restow */
delete:
stow --verbose --target=$$HOME --delete */
remove:
stow --verbose --target=$$HOME --delete */