macOS
Aboutβ
macOS (/ΛmΓ¦koΚΛΙs/; previously Mac OS X and later OS X) is a series of proprietary graphical operating systems developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac computers. (Wikipedia, 2020)
Reinstall macOSβ
Backup current installationβ
- Export bookmarks and browser extensions
- Backup user folder (incl. Documents, Downloads, Pictures, Videos, Music, Desktop)
- Safe all licenses &/ keys left
- Sync git repositories
- Sync cloud services
- Screenshot System Preferences
Create bootable installer for macOSβ
https://support.apple.com/en-us/HT201372
Download macOS from the App Storeβ
- Download macOS from the App Store. To download, use a Mac that is compatible with the version of macOS you're downloading.
- When the macOS installer opens, quit it without continuing installation.
- Find the installer in your Applications folder as a single βInstallβ file, such as Install macOS High Sierra.
Use the 'createinstallmedia' command in Terminalβ
- After downloading the installer, connect your Mac to the USB flash drive or other volume that will be used as the bootable installer. Make sure that it has at least 12GB of available storage.
- Open Terminal, which is in the Utilities folder of your Applications folder.
- Type or paste one of the following commands in Terminal. These assume that the installer is still in your Applications folder, and the name of your volume is
MyVolume
. If it's named differently, replaceMyVolume
accordingly.
macOS High Sierra (10.13):
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ High\ Sierra.app
- Press Return after typing the command.
- When prompted, type your administrator password and press Return again. Terminal doesn't show any characters as you type your password.
- When prompted, type
Y
to confirm that you want to erase the volume, then press Return. Terminal shows the progress as the bootable installer is created. - Quit Terminal when done.
(optional) iCloudβ
- Logout iCloud at Mac
danger
The default macOS filesystem is case-insensitive.
Use the bootable installer (Alternative A)β
- Connect the volume containing the bootable installer to a compatible Mac.
- Use Startup Disk preferences or Startup Manager to select that volume as the startup disk. Learn about selecting a startup disk, including what to do if your Mac doesn't start up from it.
- Your Mac then starts up directly to the macOS installer. Follow the onscreen instructions to install macOS.
Use the bootable installer (Alternative B, erase disk)β
- Connect the volume containing the bootable installer to a compatible Mac.
- Reboot Mac and press & hold the
ALT / OPTION
key - Select the
Install [..]
volume - Start Disk Utility and erase everything and format the drive to
APFS
(previous versions usedOS X Extended
andGUID Partition Map
) - Go back to the Main menu and install macOS
Must Have Toolsβ
Homebrewβ
The missing package manager for macOS.
We have a seperate section on this here.
iTerm2β
iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.14 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.
Recommended Toolsβ
JetBrains Toolboxβ
One tool to download them all. IntelliJ, PyCharm, DataGrip and all their brothers & sisters.
IntelliJ IDEAβ
IntelliJ is a highly customizable, feature rich and well designed IDE made by developers for developers.
Visual Studio Codeβ
Code editing.Redefined. Free. Built on open source. Runs everywhere.
We have a seperate section on this here.
GitKrakenβ
Legendary Git GUI client for Windows, Mac & Linux