diff --git a/config/zsh/.config/zsh/.zshenv b/config/zsh/.config/zsh/.zshenv index 5a8728a5..3beae215 100644 --- a/config/zsh/.config/zsh/.zshenv +++ b/config/zsh/.config/zsh/.zshenv @@ -6,7 +6,7 @@ if [[ "$(uname)" == 'Darwin' ]]; then eval "$(/opt/homebrew/bin/brew shellenv)" else eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" - export HOMEBREW_BUNDLE_BREW_SKIP='5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg' + export HOMEBREW_BUNDLE_BREW_SKIP='5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg zackelia/formulae/bclm' fi # dotfiles diff --git a/setup b/setup index 908f24d1..f508a24a 100755 --- a/setup +++ b/setup @@ -279,7 +279,7 @@ EOM #==================================================[ Apps ]==================================================# installApps() { - (! isDarwin) && export HOMEBREW_BUNDLE_BREW_SKIP='5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg' + (! isDarwin) && export HOMEBREW_BUNDLE_BREW_SKIP='5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg zackelia/formulae/bclm' (gum run "Satisfying Brewfile's dependencies..." -- brew bundle check --file="$data/Brewfile") && skip brew update && brew bundle install --no-lock --file="$data/Brewfile" (isDarwin) && sudo xcodebuild -license accept