Skip to content

Instantly share code, notes, and snippets.

@florido
Forked from jm3/Brewfile.md
Created November 21, 2018 23:10
Show Gist options
  • Save florido/ce12ffc5b0f07c9413a6a6a0337a4d00 to your computer and use it in GitHub Desktop.
Save florido/ce12ffc5b0f07c9413a6a6a0337a4d00 to your computer and use it in GitHub Desktop.
brews + casks
ack
dos2unix
coreutils
figlet
git
gnupg
iftop
lynx
memcached
nload
openssl
phantomjs
redis
watch
wget
whereami
youtube-dl
adium
airfoil
alfred
bartender
boot2docker
charles
couchbase-server-community
firefox
firefoxdeveloperedition
fission
flux
github
google-chrome
google-earth
google-refine
grabbox
grandperspective
handbrake
hipchat
iterm2
istumbler
macvim
multibit
namechanger
ngrok
onepassword
plex-home-theater
rowmote-helper
rstudio
sabnzbd
screenflow
send-to-kindle
sequel-pro
sizeup
sketchup
spotify
transmit
virtualbox
vlc
# install brew + cask
ruby -e "$(curl -fsSL http://proof.ly/install-homebrew)"
brew install caskroom/cask/brew-cask
cat brews.txt | xargs -n1 brew install
cat casks.txt | xargs -n1 brew cask install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment