Skip to content

Scripts to install and maintain an OS X install on a MacBook Pro

License

Notifications You must be signed in to change notification settings

filipmaelbrancke/mac-install

Repository files navigation

mac-install

My OS X on MacBook Pro install.

Getting Started

  • Currently tested against Big Sur
    • These scripts might work more or less on previous versions, down to High Sierra, but are maintained with only the latest macOS in mind
  • Install Xcode 12

Open up the OS X Terminal and run the following commands:

mkdir -p ~/workspace
cd ~/workspace
git clone https://github.com/filipmaelbrancke/mac-install.git
cd mac-install

Setup Machine

If you're setting up a machine run the following:

./setup-machine.sh

Maintain Machine

Keeping the machine up to date:

./update-machine.sh

This will :

  • update macOS software
  • update & upgrade homebrew packages
  • update & propose to upgrade homebrew cask packages
  • update npm / apm
  • suggest updates to apps installed through appstore

Info

Originally based on Pivotal's setup scripts (https://github.com/pivotal/workstation-setup)

Some defaults are commented out for the moment, due to Mojave's permissions. Adding Terminal/iTerm and bash to Full Disk Access allows to set defaults again, but it might be better to look up how to address the container directly...
See also: mathiasbynens/dotfiles#849

Credits

Based on :

About

Scripts to install and maintain an OS X install on a MacBook Pro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published