Update Configs
This commit is contained in:
7
bin/sunhat-push
Normal file
7
bin/sunhat-push
Normal 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 -
|
Reference in New Issue
Block a user