Skip to content

choonchernlim/mac-dev-bootstrap

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published