Last active
March 24, 2017 04:16
-
-
Save arduanov/671b5639ca17ff567ea9300936d63269 to your computer and use it in GitHub Desktop.
macOS
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
#xcode | |
xcode-select --install | |
sudo xcodebuild -license | |
#homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
#utils | |
brew install mc wget peco | |
#langs | |
brew tap homebrew/dupes | |
brew tap homebrew/php | |
brew install nodejs php55 composer golang | |
#soft | |
brew cask install google-chrome slack tunnelblick skype iterm2 sublime-text vagrant virtualbox kitematic phpstorm commander-one disk-inventory-x | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment