Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 715 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 715 Bytes

provisioning

Scripts to initialize a machine with fractal's go-to dev tools

  1. 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
  1. 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