diff options
| -rw-r--r-- | .config/foot/foot.ini | 5 | ||||
| -rwxr-xr-x | bin/wup | 8 |
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 @@ -0,0 +1,8 @@ +#!/bin/sh -e + +# Wiki update + +cd ~/Wiki +[ "$(git status --porcelain)" ] && git add . && git commit -m update +git pull +git push |
