2022-03-23 18:24:02 -04:00
|
|
|
# unprivileged user's name, change this if it isnt right
|
2022-03-25 16:56:19 -04:00
|
|
|
LOCAL_USER="michael"
|
2022-03-23 18:24:02 -04:00
|
|
|
|
2022-03-25 16:56:19 -04:00
|
|
|
# change default shells for root and unpriv-user to zsh
|
2022-03-24 01:49:16 -04:00
|
|
|
usermod --shell /bin/zsh root
|
2022-03-25 16:56:19 -04:00
|
|
|
usermod --shell /bin/zsh $LOCAL_USER
|
2022-03-25 16:39:42 -04:00
|
|
|
#usermod -aG sudo $USER
|
2022-03-23 18:24:02 -04:00
|
|
|
|
|
|
|
# List gnome extensions to install
|
|
|
|
echo -e "\nGnome extensions:"
|
2022-03-24 19:15:56 -04:00
|
|
|
echo -e "\tAppIndicator and KStatusNotifierItem Support: https://extensions.gnome.org/extension/615/appindicator-support/"
|
2022-03-23 18:24:02 -04:00
|
|
|
echo -e "\tArcMenu: https://extensions.gnome.org/extension/3628/arcmenu/"
|
|
|
|
echo -e "\tLaunch new instance: https://extensions.gnome.org/extension/600/launch-new-instance/"
|
|
|
|
echo -e "\tRemovable Drive Menu: https://extensions.gnome.org/extension/7/removable-drive-menu/"
|
|
|
|
echo -e "\tTactile: https://extensions.gnome.org/extension/4548/tactile/"
|
|
|
|
echo -e "\tVitals: https://extensions.gnome.org/extension/1460/vitals/"
|
|
|
|
echo -e "\tWorkspace Indicator: https://extensions.gnome.org/extension/21/workspace-indicator/"
|
2022-03-25 16:40:37 -04:00
|
|
|
echo -e "\tAutohide Battery: https://extensions.gnome.org/extension/595/autohide-battery/"
|
|
|
|
echo -e "\tSound Input & Output Device Chooser: https://extensions.gnome.org/extension/906/sound-output-device-chooser/"
|