From f93e1f0f00bf209a1db992219d20ad542d169efd Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Thu, 8 Jul 2021 18:02:41 -0400 Subject: refactor --- utils/installer/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') 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" -- cgit v1.2.3