Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 862 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 862 Bytes

provision-osx

Provisioning details for OSX

Before using

GitHub

Be sure to generate a new SSH-key for use with GitHub.

ssh-keygen -t rsa -b 4096 -C "[email protected]"
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

If you run into any issues, refer to this GitHub wiki page.

Customization

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.

Usage

git clone [email protected]:jeroenseegers/provision-osx.git
cd provision-osx
./provision.sh