mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 13:31:04 +00:00
Fix installation
This commit is contained in:
parent
6091726137
commit
da2295e309
1 changed files with 3 additions and 3 deletions
|
|
@ -7,8 +7,8 @@ mkdir -p $targetDir
|
||||||
flags="--verbose=1 -t ${targetDir}"
|
flags="--verbose=1 -t ${targetDir}"
|
||||||
|
|
||||||
if [[ "$args" == "--uninstall" ]]; then
|
if [[ "$args" == "--uninstall" ]]; then
|
||||||
echo 'Uninstalling'
|
echo 'Uninstalling'
|
||||||
flags="-D --verbose=1 -t $HOME"
|
flags="-D --verbose=1 -t $targetDir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
stow $flags . # newest
|
stow $flags . # newest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue