From 6041c8e022b1f13986fe7d3482fec52fea0d2b00 Mon Sep 17 00:00:00 2001 From: V Date: Sat, 3 Dec 2022 23:37:47 +0400 Subject: [PATCH] Update .scripts/install_base.sh --- dot_scripts/executable_install_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_scripts/executable_install_base.sh b/dot_scripts/executable_install_base.sh index e3b5c31..34327d8 100755 --- a/dot_scripts/executable_install_base.sh +++ b/dot_scripts/executable_install_base.sh @@ -46,7 +46,7 @@ else fi ## Neovim -nvim -c 'PackerUpdate | qall' +nvim -c 'PackerSync | qall' ## Add user to useful groups sudo usermod -aG wheel,input,audio,video,lp v