From e2a8f8ed8ed6484eedd73153b0697e6b52740a11 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 02:13:22 -0400 Subject: [PATCH] added link for .gitconfig --- auto_move.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/auto_move.sh b/auto_move.sh index 55c8164..7678fac 100644 --- a/auto_move.sh +++ b/auto_move.sh @@ -9,3 +9,4 @@ 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 +ln -s /home/$USER/.gitconfig ~/.gitconfig