Update Configs

This commit is contained in:
2024-07-20 11:47:52 -05:00
parent da6a88e63a
commit 060d736b24
10 changed files with 69 additions and 31 deletions

7
bin/sunhat-push Normal file
View File

@ -0,0 +1,7 @@
cd $SUNHAT_PATH
git pull
cp -r ~/Documents/Configs/. $SUNHAT_PATH/configs/dotfiles/
git add -A
git commit -m "Update Configs"
git push
cd -