diff options
author | christianchiarulli <[email protected]> | 2021-07-08 19:03:25 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 19:03:25 -0400 |
commit | 583d0b8af10c75e38aa9c7fb9b0511b26cdb899a (patch) | |
tree | 382235561288aace847cf8a53a2679b5953c7ae1 | |
parent | 05b564179f256369e902ad1ac3ade9b7cf9e5bdc (diff) |
open automatically
-rwxr-xr-x | utils/installer/install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 75a2f23f..a8d99017 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -105,9 +105,9 @@ cloneconfig() { nvim --headless \ +'autocmd User PackerComplete sleep 100m | qall' \ +PackerInstall - nvim --headless \ - +'autocmd User PackerComplete sleep 10m | qall' \ - +PackerSync + + nvim +PackerSync + echo -e "\nCompile Complete" # nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1 } |