I've reinstalled my Mini Mac from scratch (His Sierra v 10.13)
I haven't installed anything or made any configurations manually except connecting to the WiFi and logging into my GitHub account through Safari
1st run is
brew doctor || ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
The command starts by installing Xcode Command Line tool.
Next up is to get sensible on the machine
brew doctor && brew list ansible || brew install ansible
after that it's time to clone the git repo:
mkdir -p ~/GitHub/lakruzz
cd ~/GitHub/lakruzz
git clone https://github.com/lakruzz/MacAsCode.git
cd MacAsCode
First manuscript:
./womm --manuscript manuscripts/default-mac.yml
Second is
./womm --manuscript manuscripts/docker.yml
This one refused to install the virtual box, I had to go to Security and Privacy settings and accept the install from Oracle
I've reinstalled my Mini Mac from scratch (His Sierra v 10.13)
I haven't installed anything or made any configurations manually except connecting to the WiFi and logging into my GitHub account through Safari
1st run is
The command starts by installing Xcode Command Line tool.
Next up is to get sensible on the machine
after that it's time to clone the git repo:
First manuscript:
Second is
This one refused to install the virtual box, I had to go to Security and Privacy settings and accept the install from Oracle