From 59077125524a7e8f9a226f76c391c25299eba13e Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 4 Apr 2023 02:54:11 +0200 Subject: [PATCH] Install Gnome extensions on Arch --- scripts/Arch/Collections/personal.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index a6e41894..db849088 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -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;