diff --git a/install.sh b/install.sh index c62f352..29989b8 100644 --- a/install.sh +++ b/install.sh @@ -22,6 +22,7 @@ export PATH=\$HOME/.brew/bin:\$PATH # Set Homebrew temporary folders export HOMEBREW_CACHE=/tmp/\$USER/Homebrew/Caches export HOMEBREW_TEMP=/tmp/\$USER/Homebrew/Temp +export HOMEBREW_CASK_OPTS='--appdir=~/Applications' mkdir -p \$HOMEBREW_CACHE mkdir -p \$HOMEBREW_TEMP