From 85a94afc479e0a49f87dc4043ef82599de526f68 Mon Sep 17 00:00:00 2001 From: barutkin Date: Tue, 17 Sep 2019 15:06:59 +0300 Subject: [PATCH] Change the path for Cask apps Changes the path where the applications will be moved from /Applications to ~/Applications --- install.sh | 1 + 1 file changed, 1 insertion(+) 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