diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index db849088..46aeaf86 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -7,12 +7,14 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; . "../Software/minegrub-theme/install.sh"; # Gnome Extensions -yay --noconfirm -Syu gnome-shell-extension-order-icons-git; -yay --noconfirm -Syu gnome-shell-extension-desktop-icons-ng; -yay --noconfirm -Syu gnome-shell-extension-dash-to-dock; -yay --noconfirm -Syu gnome-shell-extension-pop-shell-git; -yay --noconfirm -Syu gnome-shell-extension-order-icons-git; -yay --noconfirm -Syu gnome-shell-extension-pano-git; +yay --noconfirm -Syu \ + gnome-shell-extension-order-icons-git \ + gnome-shell-extension-desktop-icons-ng \ + gnome-shell-extension-dash-to-dock \ + gnome-shell-extension-pop-shell-git \ + gnome-shell-extension-order-icons-git \ + gnome-shell-extension-pano-git; + . "../Config/GnomeExtensions/install.sh"; popd > /dev/null;