-
-
Save florido/ce12ffc5b0f07c9413a6a6a0337a4d00 to your computer and use it in GitHub Desktop.
brews + casks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ack | |
dos2unix | |
coreutils | |
figlet | |
git | |
gnupg | |
iftop | |
lynx | |
memcached | |
nload | |
openssl | |
phantomjs | |
redis | |
watch | |
wget | |
whereami | |
youtube-dl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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