🛠 Install scripts for developer onboarding on macOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/dnb-asa/tools/master/essentials.sh)"
Installs the essential software and utilities needed to set up macOS for DNB developers
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/dnb-asa/tools/master/gproxy.sh)"
Sets up gitproxy for access to DNB repositories
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/dnb-asa/tools/master/android.sh)"
Installs the basics you need to get up and running with Android development
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/dnb-asa/tools/master/flutter.sh)"
Installs the Flutter SDK