sunhat/bin/sunhat-push

8 lines
140 B
Plaintext
Raw Normal View History

2024-07-20 11:47:52 -05:00
cd $SUNHAT_PATH
git pull
cp -r ~/Documents/Configs/. $SUNHAT_PATH/configs/dotfiles/
git add -A
git commit -m "Update Configs"
git push
cd -