.
This commit is contained in:
parent
7cc272c595
commit
392a018c86
21 changed files with 446 additions and 2547 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