Update .scripts/install_base.sh
This commit is contained in:
parent
f90522670f
commit
b5e13876df
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue