batman and wezterm/icons

This commit is contained in:
pika 2025-03-21 17:35:19 +01:00
commit 98c09cbdf4
179 changed files with 934 additions and 0 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 */