Provisioning details for OSX
Be sure to generate a new SSH-key for use with GitHub.
ssh-keygen -t rsa -b 4096 -C "your.github.email@domain.com"
ssh-add -K /path/to/generated/key
pbcopy < /path/to/generate/key
Go to GitHub and paste your newly generated key. Test your GitHub access by running
ssh -T git@github.com
If you run into any issues, refer to this GitHub wiki page.
In the group_vars/all.yml
file you can specify the custom values needed for some of the actions.
- user: Your local username.
- computer_name: The name of your computer.
git clone git@github.com:jeroenseegers/provision-osx.git
cd provision-osx
./provision.sh