[macos] Make sure Homebrew installs Casks to ~/Applications

This commit is contained in:
Andrew Williams
2026-01-08 10:06:00 +00:00
parent e6e73f3b51
commit 176c2b9002

View File

@@ -1,5 +1,6 @@
# Configure Homebrew environment
if [ -x /opt/homebrew/bin/brew ]; then
export HOMEBREW_NO_ENV_HINTS=1
export HOMEBREW_CASK_OPTS="--appdir=${HOME}/Applications"
eval "$(/opt/homebrew/bin/brew shellenv)"
fi