batman and wezterm/icons
This commit is contained in:
commit
98c09cbdf4
179 changed files with 934 additions and 0 deletions
15
makefile
Normal file
15
makefile
Normal 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 */
|
Loading…
Add table
Add a link
Reference in a new issue