Last active
August 29, 2015 14:20
-
-
Save ankion/640eaa763d05adebe3bf to your computer and use it in GitHub Desktop.
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
#!/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