Skip to content

zelic91/zsetupscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

zsetupscript

Setup useful development tools for your OSX.

Update: Now there's a script for setting up a new Ubuntu RoR server :D

Why?

Everytime I fresh install OSX, I have to waste a lot of time on installing stuff (I'm a mobile and web developer). Also, when I fire up an EC2/Droplet instance, I have to follow some guides which take time. As you might guess, I'm lazy, that's why I created this script to help installing stuff easier.

How?

  1. Save the file for your platform:
    1. MacOS as setup_script.sh (or whatever you want it to be)
    2. Ubuntu as setup_script.sh (or whatever you want it to be)
  2. Make usre the file is executable by running chmod +x setup_core.sh.
  3. ./setup_core.sh.
  4. Feel fresh.

Included tools?

MacOS

  • XCode Command Line Tools
  • Homebrew
  • Git
  • RVM
  • Ruby on Rails
  • NodeJS
  • Bower
  • Postgres
  • CocoaPods
  • React Native

Ubuntu

  • RVM
  • NodeJS
  • Bundler
  • Ruby
  • PostgreSQL
  • ImageMagick

About

Setup for useful development tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages