improve templating
This commit is contained in:
parent
d255af488a
commit
a2e9abc408
2 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@ git pull --recurse-submodules
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "./data"
|
cd "./data"
|
||||||
stow --verbose --target="$HOME" "home"
|
stow --verbose --target="$HOME" --no-folding "home"
|
||||||
)
|
)
|
||||||
|
|
|
@ -10,5 +10,5 @@ read
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "./data"
|
cd "./data"
|
||||||
stow --verbose --delete --target="$HOME" "home"
|
stow --verbose --delete --target="$HOME" --no-folding "home"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue