Skip to content

jeroenseegers/provision-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Provisioning details for OSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages