You don't need a bootstrap when you use Jandals!
Jandals main goal is to bootstrap a new development environment with no prerequisites.
Chances are you are not a Kiwi so you are probably wondering "what the heck is a jandal"? So now that is out of the way...
Okay so we failed already, there are some prerequisites:
- You need a modern operating system with a supported shell.
- To have setup an OpenPGP key.
Jandals will do the following things:
- Install and configure the Package Manager.
- Install the runtime environment (Python 3).
- Download and install the rest of itself.
- This will be custom until the point where Jandals itself is able to be managed by the Package Manager.
- Setup the rest of the environment.
OS | Shell | Package Manager |
---|---|---|
macOS (10.14.x - Mojave) | Bash | Homebrew |
Run:
bash <(curl -s https://raw.githubusercontent.com/BotTech/jandals/master/bin/jandals.sh)