diff options
author | christianchiarulli <[email protected]> | 2021-07-08 18:02:41 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 18:02:41 -0400 |
commit | f93e1f0f00bf209a1db992219d20ad542d169efd (patch) | |
tree | f309f39695d3d4e36b85785c172e4a28a691d8fe | |
parent | a5b7a7c16a298b65de30391699c0403e929fe63e (diff) |
refactor
-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 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" |