Dev Tools To Get started On MacOs

Dev Tools To Get started On MacOs

Must have Homebrew tools for MacOS

I am one of those folks that always rebooting my machine and always forget my must have tools. So this is my list to get my dev tools quick using homebrew to avoid downloading every app from a website. Homebrew makes it easy to get project installed and running in a matter of seconds.

Install Homebrew using the following script:

Paste that in a macOS Terminal or Linux shell prompt.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

What is Homebrew?

It decleraes itself The Missing Package Manager for macOS (or Linux) and I do agree as it allows me to bulk install programs and all it takes is copy and paaste links and run them once to install and also update in bulk if need to.

Here is a list of commands:

brew install arp-scan
brew install asciidoc
brew install brew-cask-completion
brew install cmake
brew install composer
brew install docbook-xsl
brew install ghostscript
brew install git
brew install highlight
brew install imagemagick
brew install lastpass-cli --with-pinentry --with-doc
brew install nmap
brew install node
brew install openssl
brew install php72
brew install php-cs-fixer
brew install phplint
brew install pkg-config
brew install python3
brew postinstall python3
brew install thefuck
brew install vassh
brew install vim
brew install wget
brew install wrk
brew install zsh-syntax-highlighting

Homebrew Cask

Some programs don’t exist in Homebrew, usually the apps that you use with a GUI, as opposed to command line tools. For these there is Homebrew Cask, an extension of Homebrew for the software that doesn’t exist in core.

brew cask install alfred
brew cask install arduino
brew cask install boostnote
brew cask install calibre
brew cask install cleanmymac
brew cask install dropbox
brew cask install etcher
brew cask install evernote
brew cask install firefox
brew cask install google-chrome
brew cask install imageoptim
brew cask install iterm2
brew cask install nordvpn
brew cask install owasp-zap
brew cask install qlcolorcode
brew cask install qlmarkdown
brew cask install qlprettypatch
brew cask install qlstephen
brew cask install quicklook-csv
brew cask install quicklook-json
brew cask install sequel-pro
brew cask install signal
brew cask install skype
brew cask install slack
brew cask install spectacle
brew cask install sublime-text
brew cask install suspicious-package
brew cask install telegram
brew cask install transmit
brew cask install vagrant
brew cask install virtualbox
brew cask install vlc
brew cask install webpquicklook
brew cask install caskroom/fonts/font-source-code-pro

Hope this helps folks 🍺

Did you find this article valuable?

Support Martin Patino by becoming a sponsor. Any amount is appreciated!