DEV Community

Arijeet Bhakat
Arijeet Bhakat

Posted on • Edited on

Mac Setup

  • Install homebrew for easy installation of command line tools and applications
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Enter fullscreen mode Exit fullscreen mode

https://stackoverflow.com/questions/65619529/fixing-zsh-command-not-found-brew-installing-homebrew

For developers

Top comments (0)