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 usinghomebrew
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 itselfThe 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-scanbrew install asciidocbrew install brew-cask-completionbrew install cmakebrew install composerbrew install docbook-xslbrew install ghostscriptbrew install gitbrew install highlightbrew install imagemagickbrew install lastpass-cli --with-pinentry --with-docbrew install nmapbrew install nodebrew install opensslbrew install php72brew install php-cs-fixerbrew install phplintbrew install pkg-configbrew install python3brew postinstall python3brew install thefuckbrew install vasshbrew install vimbrew install wgetbrew install wrkbrew 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 alfredbrew cask install arduinobrew cask install boostnotebrew cask install calibrebrew cask install cleanmymacbrew cask install dropboxbrew cask install etcherbrew cask install evernotebrew cask install firefoxbrew cask install google-chromebrew cask install imageoptimbrew cask install iterm2brew cask install nordvpnbrew cask install owasp-zapbrew cask install qlcolorcodebrew cask install qlmarkdownbrew cask install qlprettypatchbrew cask install qlstephenbrew cask install quicklook-csvbrew cask install quicklook-jsonbrew cask install sequel-probrew cask install signalbrew cask install skypebrew cask install slackbrew cask install spectaclebrew cask install sublime-textbrew cask install suspicious-packagebrew cask install telegrambrew cask install transmitbrew cask install vagrantbrew cask install virtualboxbrew cask install vlcbrew cask install webpquicklookbrew cask install caskroom/fonts/font-source-code-pro
Hope this helps folks 🍺
Top comments(0)
For further actions, you may consider blocking this person and/orreporting abuse