brew packages and cask packages

brew packages

Basic Apps

$ brew install bash
$ brew install bash-completion
$ brew install maven
$ brew install openssl
$ brew install ssh-copy-id
$ brew install wget
$ brew install gawk

Big data Apps

$ brew install hadoop
$ brew install hive
$ brew install pig
$ brew install nifi

Guide on setting up hadoop, hive & tez guide, here – https://github.com/d-robin/mac-hadoop-setup

 

brew cask packages

Install GUI apps on MAC the brew way 🙂

Quick look plugin Installation

$ brew cask install qlcolorcode
$ brew cask install qlstephen
$ brew cask install qlmarkdown
$ brew cask install quicklook-json
$ brew cask install qlprettypatch
$ brew cask install quicklook-csv
$ brew cask install betterzipql
$ brew cask install webpquicklook
$ brew cask install suspicious-package

 

App Installation

$ brew cask install airmail
$ brew cask install alfred
$ brew cask install android-file-transfer
$ brew cask install asepsis
$ brew cask install appcleaner
$ brew cask install caffeine
$ brew cask install cheatsheet
$ brew cask install doubletwist
$ brew cask install dropbox
$ brew cask install google-chrome
$ brew cask install google-drive
$ brew cask install google-hangouts
$ brew cask install flux
$ brew cask install latexian
$ brew cask install 1password
$ brew cask install pdftk
$ brew cask install spectacle
$ brew cask install sublime-text
$ brew cask install superduper
$ brew cask install totalfinder
$ brew cask install transmission
$ brew cask install valentina-studio
$ brew cask install vlc

 

My list of brew and cask packages as of 2016-11-03

~$ brew list | cat
apr
apr-util
bash-completion
boost
cless
dnsmasq
gawk
gmp
hadoop
hive
jansson
jemalloc
less
libev
libevent
maven
mpfr
nghttp2
nifi
openssl
pcre
pig
readline
spdylay
ssh-copy-id
wget
zlib

 

~$ brew cask list | cat
ampps
android-file-transfer
cakebrew
daisydisk
disk-inventory-x
eclipse-java
flux
gimp
intellij-idea-ce
jd-gui
kodi
meld
mono-mdk
pgadmin3
pngyu
quickjson
quicklook-json
sublime-text
virtualbox
visual-studio-code
vlc
vox
xamarin-studio
xampp
xnviewmp
yed

 

 

Resources

  1. http://sourabhbajaj.com/mac-setup/Homebrew/Cask.html

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *