├── LICENSE ├── README.md ├── hosts └── localhost.yml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twada/macbook-provisioning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twada/macbook-provisioning/HEAD/README.md -------------------------------------------------------------------------------- /hosts: -------------------------------------------------------------------------------- 1 | localhost 2 | -------------------------------------------------------------------------------- /localhost.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twada/macbook-provisioning/HEAD/localhost.yml --------------------------------------------------------------------------------