summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-08 18:02:41 -0400
committerchristianchiarulli <[email protected]>2021-07-08 18:02:41 -0400
commitf93e1f0f00bf209a1db992219d20ad542d169efd (patch)
treef309f39695d3d4e36b85785c172e4a28a691d8fe
parenta5b7a7c16a298b65de30391699c0403e929fe63e (diff)
refactor
-rwxr-xr-xutils/installer/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh
index 726cd584..9ec34876 100755
--- a/utils/installer/install.sh
+++ b/utils/installer/install.sh
@@ -102,10 +102,10 @@ cloneconfig() {
echo "Cloning LunarVim configuration"
git clone --branch master https://github.com/ChristianChiarulli/lunarvim.git ~/.config/nvim
cp $HOME/.config/nvim/utils/installer/lv-config.example.lua $HOME/.config/nvim/lv-config.lua
- nvim -es --headless \
- +'autocmd User PackerComplete sleep 100m | write ~/.config/nvim/.packer-install.log | qall' \
+ nvim --headless \
+ +'autocmd User PackerComplete sleep 100m | qall' \
+PackerInstall
- nvim -es --headless \
+ nvim --headless \
+'autocmd User PackerComplete sleep 10m | qall' \
+PackerSync
echo -e "\nCompile Complete"