adds push gnome settings script

This commit is contained in:
2024-01-09 11:29:47 -05:00
parent 9ef93d03ce
commit dca513c182

5
push-gnome-settings.sh Normal file
View File

@@ -0,0 +1,5 @@
cd ~/linux-setup/
git add gnome-config
git commit -m "Update gnome settings"
git push
echo "Gnome settings pushed to github"