My recommended tool setup for back-end devs/DevOps for Mac OS


Author: Artyom Tsvirko Published on: January 14, 2023
  1. Install HomeBrew as a package manager for Mac OS:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install Jetbrains Toolbox, then open & install your fav IDEs from Jetbrains
brew install --cask jetbrains-toolbox
  1. Chrome & Firefox
brew install --cask google-chrome
brew install --cask firefox
  1. Install Iterm2 (my recomendation for default terminal) and customize with ohmyzsh
brew install iterm2
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Install SDKMAN! It’s a great tool for managing different versions of JDK, build tools and SDKs. Follow installation instructions and install necessary tools.

  2. Rectangle for windows snapping (if you don’t like default MAC snapping tool)

brew install rectangle
  1. Misc
brew install git
brew install --cask docker
brew install --cask lens
brew install wget
brew install --cask flycut
brew install --cask openvpn-connect
brew install --cask miro
brew install --cask postman
brew install tldr
brew install httpie
brew install cheatsheet
brew install --cask keepassxc
brew install --cask obs
brew install --cask cleanshot
brew install azure-cli