adding auto-linking for zshrc and neofetch

This commit is contained in:
Michael Scalzetti 2022-03-24 01:52:07 -04:00
parent 544fbd784c
commit 62e1ca550a

View File

@ -4,3 +4,8 @@ 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