From 31eeba2c374af554628bd4856f591dfbc92cb69d Mon Sep 17 00:00:00 2001 From: V Date: Sun, 4 Dec 2022 00:40:13 +0400 Subject: [PATCH] Update .scripts/install_base.sh --- dot_scripts/executable_install_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 dot_scripts/executable_install_base.sh diff --git a/dot_scripts/executable_install_base.sh b/dot_scripts/executable_install_base.sh old mode 100755 new mode 100644 index 17142e0..0d701fd --- a/dot_scripts/executable_install_base.sh +++ b/dot_scripts/executable_install_base.sh @@ -50,7 +50,7 @@ else fi ## Neovim -nvim -c 'PackerSync' -c 'qall' +nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' ## Add user to useful groups sudo usermod -aG wheel,input,audio,video,lp v