Compare commits
No commits in common. "62e1ca550abb9334874d1a4849efc9e2f26d416f" and "fa96a5a1bfd6f866418fd5dbfd3b9712f6367f21" have entirely different histories.
62e1ca550a
...
fa96a5a1bf
@ -4,8 +4,3 @@ USER=$2
|
||||
7z x $1.zip -o./$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
|
||||
|
@ -1,8 +1,6 @@
|
||||
# unprivileged user's name, change this if it isnt right
|
||||
USER="michael"
|
||||
|
||||
usermod --shell /bin/zsh root
|
||||
usermod --shell /bin/zsh $USER
|
||||
|
||||
# List gnome extensions to install
|
||||
echo -e "\nGnome extensions:"
|
||||
|
Loading…
Reference in New Issue
Block a user