$ brew tap Homebrew/bundle$ touch Brewfile
$ brew bundle-
--globalホームディレクトリのリストファイル~/.Brewfileを使用 -
--file 'path/filename'リストファイルを指定
$ brew bundle dump-
現在のディレクトリに
Brewfileを作成しインストールリストを出力ap "homebrew/cask" tap "user/tap-repo", "https://[email protected]/user/homebrew-tap-repo.git" cask_args appdir: "/Applications" brew "imagemagick" brew "denji/nginx/nginx-full", args: ["with-rmtp-module"] brew "[email protected]", restart_service: true, link: true, conflicts_with: ["mysql"] cask "firefox", args: { appdir: "~/my-apps/Applications" } cask "google-chrome" cask "java" unless system "/usr/libexec/java_home --failfast" cask "homebrew/cask-fonts/font-charter" mas "1Password", id: 443987910 -
オプション
--forceリストファイルを強制上書き--globalホームディレクトリにリストファイル.Brewfileを作成--file 'path/filename'リストファイルを指定--describe 'comment'コメント行にcommentを出力
- Brewfileに記載のないアプリケーションをリスト表示する
- オプション
--forceリストせずにアンインストール--globalホームディレクトリのリストファイル~/.Brewfileを使用--file 'path/filename'リストファイルを指定
- オプション
--forceリストせずにアンインストール--globalホームディレクトリのリストファイル~/.Brewfileを使用--file 'path/filename'リストファイルを指定
- オプション
—cask,—taps,—mas,--brewsで表示形式指定、defaultが--brews、--allですべて表示--globalホームディレクトリのリストファイル~/.Brewfileを使用--file 'path/filename'リストファイルを指定