https://github.com/sameetandpotatoes/enviguration
A quick setup script to help newcomers install git, brew, psql, django, heroku toolbelt, and more!
https://github.com/sameetandpotatoes/enviguration
Last synced: 9 months ago
JSON representation
A quick setup script to help newcomers install git, brew, psql, django, heroku toolbelt, and more!
- Host: GitHub
- URL: https://github.com/sameetandpotatoes/enviguration
- Owner: sameetandpotatoes
- Created: 2016-05-28T23:42:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T00:44:44.000Z (about 9 years ago)
- Last Synced: 2025-06-12T01:04:41.514Z (about 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enviguration - Set up your environment
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
# Installation Instructions
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`.
# Why
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](mailto:sameet.sapra@gmail.com), or better yet, file an issue if you'd like to see more added or if there's a bug on your environemnt!
# Known Issues
- 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.
# Todo:
- Support non-Debian based Linux systems