diff options
author | christianchiarulli <[email protected]> | 2021-07-08 17:22:02 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 17:22:02 -0400 |
commit | 61a944f7a3b560bc00419a9a70c66f4e6784293e (patch) | |
tree | 725fcad08f8236f1b2b2c26d3f51d94e51a543bf | |
parent | 9b1d18a1c172e09bc44a9c80b79d1d9cb37a140a (diff) |
format
-rwxr-xr-x | utils/installer/install.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 2b9f23c7..5acc83c7 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -103,11 +103,11 @@ cloneconfig() { git clone --branch rolling https://github.com/ChristianChiarulli/lunarvim.git ~/.config/nvim mv $HOME/.config/nvim/utils/installer/lv-config.example.lua $HOME/.config/nvim/lv-config.lua nvim --headless \ - +'autocmd User PackerComplete sleep 100m | qall' \ - +PackerInstall + +'autocmd User PackerComplete sleep 100m | qall' \ + +PackerInstall nvim --headless \ - +'autocmd User PackerComplete sleep 10m | qall' \ - +PackerSync + +'autocmd User PackerComplete sleep 10m | qall' \ + +PackerSync echo "\nCompile Complete" } |