mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
[macos] Make sure Homebrew installs Casks to ~/Applications
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# Configure Homebrew environment
|
# Configure Homebrew environment
|
||||||
if [ -x /opt/homebrew/bin/brew ]; then
|
if [ -x /opt/homebrew/bin/brew ]; then
|
||||||
export HOMEBREW_NO_ENV_HINTS=1
|
export HOMEBREW_NO_ENV_HINTS=1
|
||||||
|
export HOMEBREW_CASK_OPTS="--appdir=${HOME}/Applications"
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user