Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timgws/OSeXy
From a clean OS X to a deployed OS X in minutes!
https://github.com/timgws/OSeXy
Last synced: about 1 month ago
JSON representation
From a clean OS X to a deployed OS X in minutes!
- Host: GitHub
- URL: https://github.com/timgws/OSeXy
- Owner: timgws
- License: mit
- Created: 2016-02-18T09:55:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T15:31:59.000Z (over 8 years ago)
- Last Synced: 2024-11-20T13:49:21.517Z (about 2 months ago)
- Language: Shell
- Size: 41 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/timgws/OSeXy/blob/master/Brewfile) & [casks](https://github.com/timgws/OSeXy/blob/master/Caskfile)
4. Set [OSX sensitive defaults](https://github.com/timgws/OSeXy/blob/master/osx.sh)
5. Download and install [MAMP](https://www.mamp.info) VMWare Fusion, VirtualBox and Vagrant
6. Rearange [all the items in your dock](https://github.com/timgws/OSeXy/blob/master/dock.sh)
7. Download IE9 and IE11 VMs from [modern.ie](https://www.modern.ie/en-us/virtualization-tools#downloads)## How to use
Copy and paste the following code into the `Terminal` app on your Mac:
```bash
## Download OSeXy from Git/GitHub
git clone [email protected]: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](https://github.com/joaocunha)'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:* [Mathias Bynens](https://github.com/mathiasbynens/dotfiles)
* [Matthew Mueller](http://lapwinglabs.com/blog/hacker-guide-to-setting-up-your-mac)
* [Zeno Rocha](https://gist.github.com/zenorocha/7159780)
* [Ahmed El Gabri](https://github.com/ahmedelgabri/dotfiles)
* [Ben Alman](https://github.com/cowboy/dotfiles)
* [Brandon Brown](https://gist.github.com/brandonb927/3195465)
* [Eduardo Lundgren](https://github.com/eduardolundgren/dotfiles)
* [Jonas Rosland](https://github.com/virtualswede/osx-bootstrap)