Skip to content

Instantly share code, notes, and snippets.

@arduanov
Last active March 24, 2017 04:16
Show Gist options
  • Save arduanov/671b5639ca17ff567ea9300936d63269 to your computer and use it in GitHub Desktop.
Save arduanov/671b5639ca17ff567ea9300936d63269 to your computer and use it in GitHub Desktop.
macOS
#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