diff options
author | christianchiarulli <[email protected]> | 2021-07-08 18:59:44 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 18:59:44 -0400 |
commit | f20cbc740c33750af9aa8c99351115719cb2a3c4 (patch) | |
tree | cc38f3e14448a3a932cebe5ffb75b61818ddbf73 | |
parent | 934535df61d01ad877d8c70c16429f4de8de97db (diff) |
test again
-rwxr-xr-x | utils/installer/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 6541339f..8ae5c925 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -104,10 +104,10 @@ cloneconfig() { cp $HOME/.config/nvim/utils/installer/lv-config.example.lua $HOME/.config/nvim/lv-config.lua nvim -cq --headless \ +'autocmd User PackerComplete sleep 100m | qall' \ - +PackerInstall >/dev/null 2>&1 + +PackerInstall nvim -cq --headless \ +'autocmd User PackerComplete sleep 10m | qall' \ - +PackerSync >/dev/null 2>&1 + +PackerSync echo -e "\nCompile Complete" # nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1 } |