Compare commits

..

No commits in common. "62e1ca550abb9334874d1a4849efc9e2f26d416f" and "fa96a5a1bfd6f866418fd5dbfd3b9712f6367f21" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View File

@ -4,8 +4,3 @@ USER=$2
7z x $1.zip -o./$2/ 7z x $1.zip -o./$2/
mv ./$2/* /home/$2/ mv ./$2/* /home/$2/
chown -R $USER /home/$USER
chgrp -R $USER /home/$USER
ln -s /home/$USER/.zshrc ~/.zshrc
ln -s /home/$USER/.config/neofetch/config.conf ~/.config/neofetch/config.conf

View File

@ -1,8 +1,6 @@
# unprivileged user's name, change this if it isnt right # unprivileged user's name, change this if it isnt right
USER="michael" USER="michael"
usermod --shell /bin/zsh root
usermod --shell /bin/zsh $USER
# List gnome extensions to install # List gnome extensions to install
echo -e "\nGnome extensions:" echo -e "\nGnome extensions:"