Move theming after AUR

This commit is contained in:
RealStickman 2023-05-21 16:52:53 +02:00
parent 3cefaef5fa
commit eb2fb5d98d

View File

@ -42,7 +42,7 @@ fi
# fix install problems
echo Updating keyring
sudo pacman -Sy archlinux-keyring
sudo pacman -Sy --noconfirm archlinux-keyring
echo Updating repos and packages
sudo pacman -Syu
echo Installing pip
@ -250,11 +250,6 @@ echo Installing default pacman programs
sudo pacman -S --needed - <"$setupdir/packages/officialpkgs.txt"
echo Installed official programs
# theming
echo Installing themes and icons
paru -S --needed - <"$setupdir/packages/theme-packages.txt"
echo Installed themes and icons
#install wine
echo Installing wine
sudo pacman -S --needed - <"$setupdir/packages/winepkgs.txt"
@ -287,6 +282,11 @@ paru -S --needed - <"$setupdir/packages/aurpkgs.txt"
# TODO for nohang, use nohang (1)
echo Installed AUR programs
# theming
echo Installing themes and icons
paru -S --needed - <"$setupdir/packages/theme-packages.txt"
echo Installed themes and icons
###################
#selected programs#
###################