9 lines
172 B
Plaintext
Raw Normal View History

#!/bin/bash
# installs required tools for development
scripts/brew_install
scripts/setup_git_hooks
if ! xcode-select -p > /dev/null ; then \
xcode-select --install; \
fi