peterkuterna / mac-install

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac-install

My OS X on MacBook Pro install.

Getting Started

  • Currently tested against Mojave
    • These scripts might work on previous versions, down to Sierra, but are maintained with only the latest macOS in mind
  • Install Xcode 10

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

License:MIT License


Languages

Language:Shell 99.8%Language:Ruby 0.2%