From 09a1aee79075c4a9fcb74282f07054280b6b42cf Mon Sep 17 00:00:00 2001 From: V Date: Sat, 3 Dec 2022 23:12:34 +0400 Subject: [PATCH] Update .scripts/install_base.sh --- dot_scripts/executable_install_base.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dot_scripts/executable_install_base.sh b/dot_scripts/executable_install_base.sh index 2ea125a..9c2ef59 100755 --- a/dot_scripts/executable_install_base.sh +++ b/dot_scripts/executable_install_base.sh @@ -46,13 +46,7 @@ else fi ## Neovim -#if [ ! -f ~/.local/share/nvim/autoload/plug.vim ]; then -# echo "Installing vim-plug" -# curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -#else -# echo "vim-plug already installed" -#fi - +nvim -c 'PlugUpgrade | PlugUpdate | qall' ## Add user to useful groups sudo usermod -aG wheel,input,audio,video,lp v