From d483572d4c85bfe32a3c861f2ec7eb65cdf50167 Mon Sep 17 00:00:00 2001 From: V Date: Sat, 10 Dec 2022 02:49:47 +0400 Subject: [PATCH] Update .scripts/install_base.sh --- dot_scripts/executable_install_base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_scripts/executable_install_base.sh b/dot_scripts/executable_install_base.sh index 3af8426..976a43f 100644 --- a/dot_scripts/executable_install_base.sh +++ b/dot_scripts/executable_install_base.sh @@ -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