mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +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}"
|
||||
|
||||
if [[ "$args" == "--uninstall" ]]; then
|
||||
echo 'Uninstalling'
|
||||
flags="-D --verbose=1 -t $HOME"
|
||||
echo 'Uninstalling'
|
||||
flags="-D --verbose=1 -t $targetDir"
|
||||
fi
|
||||
|
||||
stow $flags . # newest
|
||||
stow $flags . # newest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue