summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-05-05 15:55:30 +0200
committerMarc Vertes <mvertes@free.fr>2024-05-05 15:55:30 +0200
commit617a8ed41f31e26c4043d8622266748e5cebfc6e (patch)
tree260cceeae1f2167b649fd854b836615109701717
parenta60ed6e662512f0bfd82d25319443c5dfe931c46 (diff)
update
-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