I recently succumbed to the pressure of coding with a Mac.
Everything seems pretty new here. Well Visual Studio Code, Chrome and some stuff remain the same.
But i need help with a few things. Like why do i need Brew?
I recently succumbed to the pressure of coding with a Mac.
Everything seems pretty new here. Well Visual Studio Code, Chrome and some stuff remain the same.
But i need help with a few things. Like why do i need Brew?
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (3)
Just curious, why did you change to mac?
Switched to iPhone about a year ago and i love the experience. Tired of Windows.
As what it says in their homepage, it's the missing package manager for macOS.
For me though, it simplifies a lot of things, like for example when you need to install
dockeror other CLI tools that you need in your development.You can easily install these tools thru
brew install packageName