Scripts to initialize a machine with fractal's go-to dev tools
- Programming Environment Configurations
To install base platforms for:
- homebrew
- ack
- ruby & rails
- python & django
- node & npm
- postgresql
Copy and paste the following into your terminal:
sudo curl https://raw.githubusercontent.com/fractaltechnologylabs/provisioning/master/platform_installation.sh | sh
- Terminal Environment Configurations
To automatically configure your environment with basic terminal environment settings, copy and paste the following into your terminal:
curl https://raw.githubusercontent.com/fractaltechnologylabs/provisioning/master/setup.sh | sh