Skip to content

carlosveloso/osx-devel-enviroment-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

What is this?

A script to help you set up your development enviroment on OSX. It was custom made for me, so before you run it, please read the code, comment or add what you need. You can use it as an example to write your own script that fits your needs.

Tested in Mavericks and Yosemite

What it does?

Installs:

Add Some basic packages:

  • wget
  • curl
  • ffmpeg
  • node
  • mongodb
  • nginx
  • redis
  • siege
  • siege
  • mariadb

Install apps (that I use):

  • Dropbox
  • Spotify
  • Disk-inventory-x
  • Firefox
  • Google Chrome
  • Virtualbox
  • Mplayerx
  • Utorrent
  • Steam
  • Teamviewer
  • Vlc
  • Skype
  • Filezilla
  • Sqlite
  • Mailbox

Apps for development:

  • Iterm 2
  • Sublime-Text 3
  • Robomongo
  • Sequel-pro
  • Macdown

Fixes some OSX annoyances:

  • Save to disk (not to iCloud) by default
  • Disable press-and-hold for keys in favor of a key repeat
  • Fast keyboard repeat rate

Misc:

  • Link Sublime Text command line

Usage

Clone it, make the file executable

chmod a+x start.sh

Run it

./start.sh

that's it

Credits

The script is based in this two great examples:

Hacker's Guide to Setting up Your Mac

OSX for Hackers: Yosemite/Mavericks Edition

About

A script to automate the process of setting up your OSX development enviroment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages