This script helps people set up their Terminal for development.
Packages it installs:
- git
- Homebrew (Mac only)
- Heroku Toolbelt
- pip/Django/Flask
- rbenv/rvm/Rails
- Postgres
- MySQL
If you don't have git, download and unzip: https://github.com/sameetandpotatoes/Enviguration/archive/master.zip
Then from the Terminal, run sudo setup.sh
Important: It is essential that you run this script with sudo privileges. In other words sudo ./setup.sh and not just ./setup.sh.
I created this project because I've looked everywhere for really simple scripts that install a lot of common developer tools all at once, for Mac and Linux. I couldn't find something that satisfied all of my requirements, so I created one.
Shoot me an email, or better yet, file an issue if you'd like to see more added or if there's a bug on your environemnt!
- Rails takes a long time to install, so be patient.
- If at any time the script hangs, press Ctrl C and it should move on to the next item to install.
- Support non-Debian based Linux systems