Set the Format to OS X Extended (Journaled). Set the Scheme to GUID Partition Map. Click Erase to format the drive. Install OS X to the Target Drive. Exit the Disk Utility and click Install OS X. Click Show All Disks and select the drive you just formatted to install OS X on it. Finally, click Install. The process takes about 25 minutes. Apple just released its next-generation operating system for Macs, OS X 10.11 El Capitan, to the public. If you haven’t been using a developer or public beta version over the last few months.
Mac OS X El Capitan 10.11.1 InstallESD DMG free download standalone offline setup for Windows 32-bit and 64-bit. The macOS X El Capitan 10.11.1 is a powerful application providing stability, compatibility and the security of the Mac along with different updates and enhancements. Apple's latest update to Mac OS X, 10.11 El Capitan, is currently available in the Mac App Store for everyone to download and install at no cost. The new OS features Split View mode for better multitasking, a cleaner Mission Control, smarter Spotlight, a way to mute Safari tabs playing audio, enhanced Mail and Notes apps, and more. Install OS X El Capitan 10.11.6.iso (7.14 GB) Choose free or premium download.
Inspired by a Gist from kevinelliott - thanks!
Install from App Store
- Xcode - for command line tools required by Homebrew
Install from Third-Party Websites
Xcode Command Line Tools
Need to be installed for all the fne stuff in the latest section
Xcode > Preferences > Downloads > Command Line Tools
or
Run Xcode and accept the license! Homebrew can not install properly until this occurs.
Install Homebrew
El Capitan Os X 10.11 Install
If this is not a fresh install of Homebrew, go ahead and purge the complete installation first:
Now install Homebrew
Install common libraries via Homebrew
Install Cask application manager
Install applications via Homebrew Cask
The following software is still in testing and not part of my default setup:
Install Chrome extensions
Some extensions are not pulled from your Google account, so re-install theam manully now:
Firefox profiles
TODO make sure the profiles are registered
After setting all the preferences, you need to reboot or at least restart Finder:
If you are curious, check this file for more possible settings.
Setup Github
Docker
Database
Ruby & Gems
Prepare a sandboxed ruby environment
within we install some gems
Vagrant and plugins
Install custom .dotfiles at the end, cause we utilize some of the previously installed packages
File this one under “Obscure problems that could ruin your day.” TidBITS reader Randy Singer alerted us that due to an expired certificate, OS X installers downloaded prior to 14 February 2016 won’t work.
The Apple Worldwide Developer Relations Intermediate Certificate is required for all apps in the Mac App Store, including OS X installers. When used to sign an app, the certificate enables OS X to confirm that the app has not been corrupted or modified by an attacker. This certificate expired on 14 February 2016, causing error dialogs and preventing some apps from launching. Most affected apps have already been updated with the new certificate. But if you
downloaded an OS X installer in case of trouble, you may be in for a surprise the next time you try to use it.
Happily, this is an easy problem to fix ahead of time:
- Delete any old OS X installers in the Applications folder or in other locations (be sure to look on external hard drives too; if the App Store detects an old installer, it won’t let you get a new one). These installers have names like Install OS X El Capitan and Install OS X Yosemite.
- Open the App Store app by choosing Apple menu > App Store.
Click the Purchased tab. Enter your App Store password if prompted.
Scroll down to the OS X installer you want and click Download.
The new installers are signed with a certificate that expires on 7 February 2023, so it will be quite a few years before Mac users are affected again.
Those who have created any bootable install disks for OS X will need to recreate them with the new installers. Dan Frakes wrote a guide to creating OS X 10.11 El Capitan install disks for Macworld.
There is one qualification to all this. Apple won’t allow a newer Mac to download versions of OS X that aren’t compatible with that Mac, so on a 27-inch iMac with Retina display, for instance, the App Store app refuses to let you download Mac OS X 10.7 Lion.
If you are in the middle of an OS X install and get tripped up by the expired certificate, Randy Singer offers a suggestion on how you can work around the problem quickly, without having to download a new installer:
- In the OS X Installer, choose Utilities > Terminal.
- Enter
sudo date 0201010116
, press Return, and enter your password. - Quit Terminal and continue the install.
That Terminal command sets your system date to 1 February 2016 — before the certificate’s expiration — so the installer can continue. Once you have completed the installation, visit System Preferences > Date & Time to reset the system date. Thanks to Randy for the heads up on this issue and the workaround!
As noted, this expired certificate affects more than just OS X installers — a number of Mac App Store apps suffered from it as well. If downloading a new version of an affected installer isn’t an option for some reason, Rich Trouton noted in 2012 that there’s an -allowUntrusted
flag for the command line installer
utility that might help, as might Greg Neagle’s flatpkgfixer.py tool.
Os X Version 10.11 Update
As indicated by those posts from 2012, this is only the latest in a series of expired certificate snafus that have rendered Mac App Store apps unusable — the last one hit in November 2015 (see “The Mac App Store Is Breaking Apps,” 12 November 2015). Put bluntly, Apple needs to do a better job in managing its Worldwide Developer Relations Intermediate Certificate and alerting both users and developers to the implications of any expiration or revocation. Having this sort of sporadic failure is decidedly a strike against “It just works.”