Set of scripts to easily create Pharo environments within a terminal.
First, you need to fork and update the user-properties
file with your preferences.
Then clone your repository and evaluate it in a terminal
$> ./scripts/setup-workspace {name}
Replace
{name}
with the name of your new environment.
This will create a new folder with the necessary scripts. Move it to some other directory of your choosing.
To start Pharo, go into that directory and type in a terminal
$> cd workspace
$> ./pharo-ui