renamed USER var to LOCAL_USER since the system uses a var named USER and I dont wanna overwrite that :p

This commit is contained in:
Michael Scalzetti 2022-03-25 16:56:19 -04:00
parent 8dbe3402af
commit 2c7b3d0f1a

View File

@ -1,8 +1,9 @@
# unprivileged user's name, change this if it isnt right # unprivileged user's name, change this if it isnt right
USER="michael" LOCAL_USER="michael"
# change default shells for root and unpriv-user to zsh
usermod --shell /bin/zsh root usermod --shell /bin/zsh root
usermod --shell /bin/zsh $USER usermod --shell /bin/zsh $LOCAL_USER
#usermod -aG sudo $USER #usermod -aG sudo $USER
# List gnome extensions to install # List gnome extensions to install