baopham / ansible-mac

Ansible scripts to setup a Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osxc

Ansible scripts to setup a Mac

Get started

  1. Be sure to have the XCode Command-Line tools installed: xcode-select --install
  2. Install homebrew
  3. Install ansible
  4. Install MacVim app and then ln -s /Applications/MacVim.app/Contents/bin/mvim /usr/local/bin/mvim && ln -s /usr/local/bin/mvim /usr/local/bin/vim
  5. git clone git@github.com:baopham/ansible-mac ~/osxc
  6. Take a quick look at requirements.yml, installation.yml, configuration.yml and customizing to your liking.
  7. Start osxc with ansible-playbook desktop.yml -i inventory (run: ansible-galaxy install -r requirements.yml first if you need to install any roles)

About

Ansible scripts to setup a Mac

License:MIT License