Skip to content

A shell script to setup and configure a new computer running macOS.

Notifications You must be signed in to change notification settings

mphstudios/macOS_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS Setup

A shell script to setup and configure a computer running macOS.

This script is influenced and inspired by Mathias Bynens' dotfiles scripts and the Thoughtbot Laptop script.

Usage

Download and decompress the repository archive

curl --output setup.zip https://github.com/mphstudios/macOS_setup/archive/refs/heads/main.zip
unzip setup.zip -d macOS_setup/

or

curl --output setup.tar.gz https://github.com/mphstudios/macOS_setup/archive/refs/heads/main.tar.gz
mkdir -p ~/Code/macOS_setup
tar -xvf setup.zip --directory ~/Code/macOS_setup/

Review the script

cd ~/Code/macOS_setup
less ~/Code/macOS_setup/setup.sh

Execute the script

sh setup.sh 2>&1 | tee ~/macOS_setup.log

About

A shell script to setup and configure a new computer running macOS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages