Skip to content
/ OSeXy Public

From a clean OS X to a deployed OS X in minutes!

License

Notifications You must be signed in to change notification settings

timgws/OSeXy

Repository files navigation

OSeXy

A script your OSX will be glad to call its first.

OSeXy is a bootstrap intended to be the very first script to be ran on a fresh OSX install. It will:

  1. Check for system updates
  2. Install Xcode command line tools
  3. Install homebrew and several formulas & casks
  4. Set OSX sensitive defaults
  5. Download and install MAMP VMWare Fusion, VirtualBox and Vagrant
  6. Rearange all the items in your dock
  7. Download IE9 and IE11 VMs from modern.ie

How to use

Copy and paste the following code into the Terminal app on your Mac:

    ## Download OSeXy from Git/GitHub
    git clone git@github.com:timgws/OSeXy.git || \
        ( curl -o osexy.zip https://codeload.github.com/timgws/OSeXy/zip/master \
          && unzip osexy.zip )
    cd OSeXy*
    
    ## Run Installer
    sh install.sh

Disclaimer

TL;DR
----------

This script is designed to be run on a new, fresh, cleanly installed Mac.

Not doing so may have unintended consiquences.

This script will clear your Dock, and may change a handful of settings.

OSeXy is a WIP personal project, hence it's very opinionated, poorly tested and incomplete. I'll improve it over time, but maybe you can find one or two niceties on how I tackle OSX bootstrapping.

Please check the source before using it.

This repository has been forked from João Cunha's original OSeXy, mainly because we are different human beings, with different highlighting tastes, and I own VMWare/MS Office licenses!

OS X releases supported by OSeXy

  • OS X 10.11.6 (El Capitan)
  • OS X 10.11.2 (El Capitan)
  • OS X 10.11.1 (El Capitan)
  • OS X 10.10.5 (Yosemite)
  • OS X 10.10.3 (Yosemite)
  • OS X 10.10.1 (Yosemite)

Currently only Yosemite & El Capitan is supported, however, newer releases should have support, too.

Credits

Inspired by the work of these fine gentlemen:

About

From a clean OS X to a deployed OS X in minutes!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages