From 62e1ca550abb9334874d1a4849efc9e2f26d416f Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 01:52:07 -0400 Subject: [PATCH] adding auto-linking for zshrc and neofetch --- auto_move.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/auto_move.sh b/auto_move.sh index 968b8de..55c8164 100644 --- a/auto_move.sh +++ b/auto_move.sh @@ -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