Skip to content

Instantly share code, notes, and snippets.

@Twinuma
Last active August 29, 2015 14:21
Show Gist options
  • Save Twinuma/9322f88810264f1a2143 to your computer and use it in GitHub Desktop.
Save Twinuma/9322f88810264f1a2143 to your computer and use it in GitHub Desktop.
Homebrew勉強会スライド内のコマンド
## xcodeインストール
xcode-select --install
## Homebrew install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
## brew doctor
brew doctor
## brew update
brew update
## brew version
brew --version
## brew search wget
brew search wget
## brew info wget
brew info wget
## brew install wget
brew install wget
## wget version
wget --version
## which wget
which wget
## brew install git
brew install git
## brew cask install spotify
brew cask install spotify
## brew install rcmdnk/file/brew-file
brew install rcmdnk/file/brew-file
## brew file set_repo -r <your account>/Brewfile
brew file set_repo -r <your account>/Brewfile
## brew file init
brew file init
## brew file edit
brew file casklist
## brew file install
brew file install
## brew file update
brew file update
## brew file update
brew file cask_upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment