Setup Dev Mac

BT Ong
May 27, 2022

Basics

Pre-requisites

See how I setup a new Mac.

Development Tools

Essentials

  • Git
  • Postman

Java Development

  • See here to install JDK on Mac
  • Gradle: brew install gradle

IDE

  • IntelliJ: Learn
  • Visual Studio Code

AWS Development

  • AWS CLI
  • EKS CLI

Containers and Orchestration

  • Docker Desktop
  • Minikube
  • Kubectl

My setup

This is my full setup, installed using Homebrew:

--

--