| tags |
|
|---|
Notes for setting up MacOS: install Homebrew, core CLI tools, common desktop apps, a quick Finder tip, and references for troubleshooting port conflicts.
https://brew.sh
Install Homebrew first, then use it for CLI tools and casks.
brew install git bat lnavResources:
brew install --cask iterm2
brew install --cask visual-studio-code
brew install --cask postman
brew install --cask intellij-idea
brew install --cask google-chrome
brew install --cask drawio
# Optional:
# brew install --cask rectangle
# brew install plantumlShowing hidden files via Mac Finder
Command + Shift + . (period)
promo code: CMNDRMT-30
brew install --cask statsWhy is Control Center on Monterey listening to port 5000 and port 7000?
https://developer.apple.com/forums/thread/682332
lsof -nP | grep LISTENhttps://forums.docker.com/t/port-mappings-are-not-released/10565/33