small pixel drawing of a pufferfish zoa

*
Jes Olson j3s@c3f.net
Tue, 27 Sep 2022 22:03:11 -0500
commit

40918dcb44f585301aeebda2b22b76973b921266

parent

4399774a254a219704e6979278d1397f4d8696d9

1 files changed, 25 insertions(+), 0 deletions(-)

jump to
M READMEREADME

@@ -33,6 +33,31 @@ - you dislike the terminal in general

+ -> quickstart + + # install zoa + $ wget https://j3s.sh/zoa/zoa (TODO) + $ mv zoa /usr/local/sbin + $ chmod +x /usr/local/sbin/zoa + # set up your zoa repo with an entrypoint + $ mkdir zoa + $ cd zoa + $ printf 'uname -a' > main + # push your zoa repo + $ git init + $ git add --all + $ git commit -m 'my first zoa commit weee' + $ git remote add origin git@your-git-repo + $ git push + # finally, as root: + $ zoa git@your-git-repo + + done. + you have set up config management for your host. read on for + more deets! :3 + + + why did you write this? (are you insane) first, yes, duh, but also: