LoginSignup
0
0

More than 3 years have passed since last update.

`brew bundle --install`で特定のpackageをskipする方法

Last updated at Posted at 2020-12-12

How to

export HOMEBREW_BUNDLE_BREW_SKIP="foo bar"
export HOMEBREW_BUNDLE_CASK_SKIP="vaz"
export HOMEBREW_BUNDLE_MAS_SKIP="qux"
export HOMEBREW_BUNDLE_TAP_SKIP="quux"

Consult a "bounce list" of formulae to skip

対象

  • 複数の環境で.Brewfileを共有している
  • 特定のpackageに関するErrorを一時的に無視したい
    • 例)すでにインストール済みでindexから削除されたpackage

その他試したこと

  • Homebrew Bundle#Usageの通りにunlessを用いたが,brew bundle --install --cleanup時に条件が満たされuninstallされてしまうため却下.

その他参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0