We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: