Last active
November 3, 2016 00:29
-
-
Save wzulfikar/6de2ca0432097a05427eb0cc85ab4422 to your computer and use it in GitHub Desktop.
`brew`-ing my mac
This file contains 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 | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # <- see: http://brew.sh | |
# before `brew`-ing everything else | |
brew update && brew doctor | |
# quicklook plugins | |
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook suspicious-package | |
brew install zsh-syntax-highlighting | |
brew install mysql | |
brew install awscli | |
brew install php56 # <- or `brew install php70` to install php 7 | |
brew install ssh-copy-id | |
brew install postgres | |
brew cask install keycastr | |
brew install postgresql | |
brew install php56-pdo-pgsql | |
brew install httrack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment