Compare commits
2 Commits
fa96a5a1bf
...
62e1ca550a
Author | SHA1 | Date | |
---|---|---|---|
62e1ca550a | |||
544fbd784c |
@ -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
|
||||||
|
@ -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:"
|
||||||
|
Loading…
Reference in New Issue
Block a user