Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 847 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 847 Bytes

tools

🛠 Install scripts for developer onboarding on macOS

essentials.sh

/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

gproxy.sh

⚠️ Needs root access ⚠️

sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/dnb-asa/tools/master/gproxy.sh)"

Sets up gitproxy for access to DNB repositories

android.sh

/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

flutter.sh

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/dnb-asa/tools/master/flutter.sh)"

Installs the Flutter SDK