Update .scripts/install_base.sh

This commit is contained in:
V 2022-12-03 22:09:11 +04:00
parent f90522670f
commit b5e13876df
1 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ else
fi
## AUR Packages
paru --needed --noconfirm -Syua paru-bin bashmount ulauncher
paru --needed --noconfirm -Syua paru-bin bashmount ulauncher neovim-plug-git
## Chezmoi
# Get and apply dotfiles
@ -46,12 +46,12 @@ 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
#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
## Add user to useful groups