PortValhalla/scripts/Arch/Collections/personal.sh

21 lines
504 B
Bash
Raw Normal View History

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../Software/yay/install.sh";
# GRUB Shenanigans
. "../Software/minegrub-theme/install.sh";
2023-04-04 00:54:11 +00:00
# Gnome Extensions
2023-04-04 01:01:05 +00:00
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;
2023-04-04 00:54:11 +00:00
. "../Config/GnomeExtensions/install.sh";
popd > /dev/null;