*
Jes Olson j3s@c3f.net
Tue, 27 Sep 2022 22:03:11 -0500
1 files changed,
25 insertions(+),
0 deletions(-)
jump to
M
README
→
README
@@ -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: