Install Gnome extensions on Arch
This commit is contained in:
parent
99445e671b
commit
5907712552
1 changed files with 9 additions and 0 deletions
|
@ -6,4 +6,13 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
# GRUB Shenanigans
|
# GRUB Shenanigans
|
||||||
. "../Software/minegrub-theme/install.sh";
|
. "../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;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue