Skip to content

Commit

Permalink
fix(brewfile): Do not install BCLM
Browse files Browse the repository at this point in the history
It's a tool for macOS only.
  • Loading branch information
5ouma committed Mar 17, 2024
1 parent 385ab1d commit 64c70c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/zsh/.config/zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64c70c2

Please sign in to comment.