Skip to content

Instantly share code, notes, and snippets.

@ankion
Last active August 29, 2015 14:20
Show Gist options
  • Save ankion/640eaa763d05adebe3bf to your computer and use it in GitHub Desktop.
Save ankion/640eaa763d05adebe3bf to your computer and use it in GitHub Desktop.
#!/bin/bash
# install xcode command tool
xcode-select --install
# check
xcode-select -p
# install brew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
# check brew
brew doctor
brew update
# install cask
brew install caskroom/cask/brew-cask
brew cask install google-chrome
brew cask install firefox
brew cask install 1password
brew cask install skype
brew cask install nally
brew cask install iterm2
brew cask install dropbox
brew cask install evernote
brew cask install virtualbox
brew cask install shortcat
brew cask install karabiner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment