https://github.com/doodzik/osx_init
https://github.com/doodzik/osx_init
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/doodzik/osx_init
- Owner: doodzik
- Created: 2016-02-23T00:19:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T08:54:09.000Z (almost 10 years ago)
- Last Synced: 2025-02-03T14:31:48.668Z (over 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## reset
* While booting press Cmd+R
* Click on Disk Utility
* Select the startup drive(Macintosh HD)
* switch to the Erase tab and choose Mac OS Extended (Journaled) from the Format drop-down menu.
* Select Erase
* Quit out of the Disk Utility app
* Click on Reinstall OS X
* run basic/gui/dev script in CLI
## runs all of the Underneath
bash <(curl -fsSL https://raw.githubusercontent.com/Doodzik/osx_init/master/all.sh)
## sets up basic dev environment
bash <(curl -fsSL https://raw.githubusercontent.com/Doodzik/osx_init/master/dev_env.sh)
## installs guis
bash <(curl -fsSL https://raw.githubusercontent.com/Doodzik/osx_init/master/apps.sh)
## configures system
bash <(curl -fsSL https://raw.githubusercontent.com/Doodzik/osx_init/master/system_config.sh)