- Install Command Line Tools:
xcode-select --install
- Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install ansible:
brew install ansible
- Clone this repository:
git clone git@github.com:italodr/osx-provision.git
- Run:
- been logged in into iCloud
- created an ssh-key for github connection
ansible-playbook playbook.yml -i "localhost," -K
- OS Mojave +10.14.5 You need to boot your machine in Recovery mode and follow this link
Basically you need to:
- Download VirtualBox
- Restart your Mac into Recovery Mode (Cmd + R)
- Open Utilities > Terminal
- Type `spctl kext-consent add VB5E2TV963` and hit Return
- Restart your Mac normally
- Older versions
brew cask install virtualbox