about summary refs log tree commit diff
path: root/swaywm/update.sh
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-02-27 17:06:42 +0000
committervenomade <venomade@venomade.com>2025-02-27 17:06:42 +0000
commit1cace80e4832a5d250ef4b7ccd687996563fb01b (patch)
treedb1ced91d1382ca3cabe37dbae00da51231d6a99 /swaywm/update.sh
Add old dotfiles
Diffstat (limited to 'swaywm/update.sh')
-rwxr-xr-xswaywm/update.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/swaywm/update.sh b/swaywm/update.sh
new file mode 100755
index 0000000..d2a0f47
--- /dev/null
+++ b/swaywm/update.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+#GIT PUSH
+git add *
+git commit -m "Dotfiles Update: $(date)"
+git push -u origin master