summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/foot/foot.ini5
-rwxr-xr-xbin/wup8
2 files changed, 13 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
new file mode 100644
index 0000000..f01343c
--- /dev/null
+++ b/.config/foot/foot.ini
@@ -0,0 +1,5 @@
+[main]
+font=monospace:size=9
+
+[cursor]
+color=ffffff ff0000
diff --git a/bin/wup b/bin/wup
new file mode 100755
index 0000000..e10eef4
--- /dev/null
+++ b/bin/wup
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+# Wiki update
+
+cd ~/Wiki
+[ "$(git status --porcelain)" ] && git add . && git commit -m update
+git pull
+git push