Simplify command
This commit is contained in:
parent
f09eb44cda
commit
5b0724ca41
1 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue