choonchernlim / mac-dev-bootstrap

A very opinionated Ansible playbook to configure my Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac-dev-bootstrap

A very opinionated Ansible playbook to install, configure and update the following development tools on a Mac:

Tested on:

  • macOS Sonoma
  • macOS Big Sur
  • macOS Catalina
  • macOS Ventura

Getting Started

  • Run ./mac-dev-bootstrap.sh to begin the installation.

  • To install/configure just specific installation(s), run ./mac-dev-bootstrap.sh --tags "[ROLE_TAGS]", ex:

    • ./mac-dev-bootstrap.sh --tags "nvm": Install just NVM.
    • ./mac-dev-bootstrap.sh --tags "nvm,gcloud": Install NVM and Google Cloud SDK.
  • To display the arguments passed to each task, run ANSIBLE_DISPLAY_ARGS_TO_STDOUT=true ./mac-dev-bootstrap.sh.

  • To update all the tools in the future, run update in the terminal.

About

A very opinionated Ansible playbook to configure my Mac

License:MIT License


Languages

Language:Shell 57.2%Language:Jinja 42.8%