My PC (M1 Mac mini) provisioner
since my previous "mba-provisioner"
- macOS Big Sur ~ (zsh)
- Mac mini (M1,2020)
- MacBook Air (M1,2020)
- Allow full access to terminal.app
- System Environment Settings -> Security & Privacy
-
Install Homebrew (refs https://brew.sh/)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
Install Ansible
brew update brew install ansible
-
Install Rosetta (refs https://support.apple.com/HT211861)
-
Clone this repository
git clone https://github.com/sogaoh/mba-provisioner2.git
-
Set
variables.yaml
(If runmake ma
)mackerel_agent_apikey: "<your_key>"
cd /path/to/mba-provisioner2
make prezto # probably just for me
make dot # probably just for me
make cli
make gui
make ma # install mackerel-agent
make ext # via AppStore. 手動で入れても良い(大した数じゃないので)