From 64c70c254c0658f7b9903557d0f424fd881708be Mon Sep 17 00:00:00 2001 From: 5ouma <101255979+5ouma@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:34:05 +0900 Subject: [PATCH] fix(brewfile): Do not install BCLM It's a tool for macOS only. --- config/zsh/.config/zsh/.zshenv | 2 +- setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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