Update .scripts/install_base.sh

This commit is contained in:
V 2022-12-04 00:24:30 +04:00
parent 2514f86d74
commit b8ba49e5db
1 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,11 @@ else
fi
## AUR Packages
paru --needed --noconfirm -Syua paru-bin bashmount ulauncher nvim-packer-git
paru --needed --noconfirm -Syua paru-bin bashmount ulauncher
if ! pacman -Qi nvim-packer-git > /dev/null; then
paru -S nvim-packer-git
fi
## Chezmoi
# Get and apply dotfiles