Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.11 KB

File metadata and controls

26 lines (15 loc) · 1.11 KB

Setup a New Mac via the Command Line

About

I wanted to do a fresh install on my new Apple Powerbook M2 so I created this script. You should fork and customize this script for your own needs.

This script can install apps via Homebrew and also the Mac App Store.

There is a corresponding article on the manual setup steps for many of the apps included in the command line install.

Finding other apps

When using Homebrew you can use the following command to get a list of "Apps" that you can install:

brew casks

When using the MAS-cli you can use this command:

mas list

Based Off of the following:

The following repos and articles are is what I referenced: