feat: use arm64 homebrew

This commit is contained in:
2025-12-04 14:45:27 +02:00
parent 1098517df8
commit ada5efea5f
2 changed files with 2 additions and 3 deletions

View File

@@ -243,8 +243,6 @@ install:
steps:
- name: lazygit
type: brew
opts:
tap: jesseduffield/lazygit
- name: lazygit
type: github-release
platforms:
@@ -334,7 +332,7 @@ install:
type: brew
- name: yq
type: pipx
type: brew
- name: direnv
type: group

View File

@@ -37,6 +37,7 @@ fi
# Homebrew
if [[ -d "/opt/homebrew" ]]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
export BREW_HOME="/usr/local"
if [[ -d "$HOME/Library/Android/sdk" ]]; then