mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
[macos] Make sure Homebrew installs Casks to ~/Applications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user