fixed it for minimal
This commit is contained in:
parent
0cf9582c35
commit
b558438cef
3 changed files with 347 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