Update .scripts/install_base.sh

This commit is contained in:
V 2022-12-10 02:49:47 +04:00
parent ce9edc5128
commit d483572d4c
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ sudo pacman -Su --needed --noconfirm
# Install packages
sudo pacman --needed --noconfirm -S base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi foot polkit openssh firefox-developer-edition gnome-keyring xdg-utils qpwgraph qt6-wayland man-db udisks2 ttf-cascadia-code ponysay lm_sensors wget fish mosh jq pkgfile
# Sync pkgfile db
pkgfile -u
## Paru (AUR helper)
# Install Paru from AUR if not installed
if pacman -Qs paru > /dev/null ; then