Compare commits

...

2 Commits

2 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,8 @@ 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,6 +1,8 @@
# 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:"