8 lines
140 B
Plaintext
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 -
|