sunhat/bin/sunhat-push
2024-07-20 11:47:52 -05:00

8 lines
140 B
Plaintext

cd $SUNHAT_PATH
git pull
cp -r ~/Documents/Configs/. $SUNHAT_PATH/configs/dotfiles/
git add -A
git commit -m "Update Configs"
git push
cd -