#dev environment Repo to easily bootstrap a mac or a vagrant box(currently ubuntu).
./bootstrap_mac.sh
vagrant up
- add the app/font to
cast_tasks
- add a folder with the name of the app/task
- add a
_bootstrap.sh
and add the needed commands to link config files, set options, etc. -> have a look at existing tasks
- add a
*.sh
script to the_scripts
folder - call it from
bootstrap_mac.sh
, optional with a prompt for user