Open bvkimball opened 2 years ago
I currently have 5 repositories filled with zx scripts. One of them you can find here: https://github.com/pyronaur/zxbs
To clone my zxbs, you need to run this:
ZXBS=~/my_zxb_scripts
git clone git@github.com:pyronaur/zxbs.git $ZXBS
zxb add_source $ZXBS
Because zx
allows you to run zx scripts remotely, you could create an installation zx
script somewhere on gist and then install as many git repositories as you want.
zxb add_source <path>
is going to scan the directory for .mjs
files and automatically create all the bin file aliases.
You can confirm that the path has been successfully added by listing all your scripts using zxb ls
It would be nice to share my zx scripts with others within my org.
If they could add or install from git or gist that would be great. Also helpful when you switch to a new computer.