Skip to content

Instantly share code, notes, and snippets.

@iktakahiro
Created March 19, 2015 06:53
Show Gist options
  • Save iktakahiro/d748d63c7d2283a41e06 to your computer and use it in GitHub Desktop.
Save iktakahiro/d748d63c7d2283a41e06 to your computer and use it in GitHub Desktop.
Initial brew
# home brewをインストールし、caskを有効にします。
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew install caskroom/cask/brew-cask
brew tap caskroom/versions
# brew caskを利用してアプリケーションをインストールします。
brew cask install iterm2
brew cask install dropbox
brew cask install evernote
brew cask install skitch
brew cask install java
brew cask install java7
brew cask install python3
brew cask install python
brew cask install slack
brew cask install git
brew cask install pycharm
brew cask install sourcetree
brew cask install intellij-idea
brew cask install sublime-text3
brew cask install mailbox
brew cask install virtualbox
brew cask install vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment