A collection of helper scripts for system and application setup.
Install Homebrew on your Mac.
brew tap cultureamp/web-team-devtools
Prepares our shared base development environment.
brew bootstrap-developer-system
This script:
- Installs the web team’s shared dotfiles
- Installs asdf via Homebrew
- Installs the ruby and nodejs asdf plugins
Installs asdf plugins and packages.
brew bootstrap-asdf
Run this script from within any directory with a .tool-versions
file present,
and it:
- Installs the asdf plugin (if required) for each specified package
- If nodejs is specified, imports the release team’s keyring, so the nodejs file signatures can be verified
- Then runs
asdf install
to install all the specified packages
We typically use command in project script/bootstrap
scripts, taken from our
scripts to rule them all.