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:
- Check for system updates
- Install Xcode command line tools
- Install homebrew and several formulas & casks
- Set OSX sensitive defaults
- Download and install MAMP VMWare Fusion, VirtualBox and Vagrant
- Rearange all the items in your dock
- Download IE9 and IE11 VMs from modern.ie
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
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 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.
Inspired by the work of these fine gentlemen: