Install Gnome extensions on Arch

This commit is contained in:
Manuel Thalmann 2023-04-04 02:54:11 +02:00
parent a8e344e570
commit baf157a594

View file

@ -6,4 +6,13 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
# GRUB Shenanigans
. "../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;
. "../Config/GnomeExtensions/install.sh";
popd > /dev/null;