some changes
This commit is contained in:
parent
370d6ea0f3
commit
ddaaa1e99d
6 changed files with 314 additions and 0 deletions
11
makefile
Normal file
11
makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
all:
|
||||
stow --verbose --target=$$HOME --adopt --restow */
|
||||
|
||||
install:
|
||||
stow --verbose --target=$$HOME --adopt --restow */
|
||||
|
||||
delete:
|
||||
stow --verbose --target=$$HOME --delete */
|
||||
|
||||
remove:
|
||||
stow --verbose --target=$$HOME --delete */
|
Loading…
Add table
Add a link
Reference in a new issue