install apps in home directory

This commit is contained in:
Jeffrey Paul 2021-09-10 22:49:10 +00:00
parent d969f2dd99
commit 2d76033a1e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ CASKS="
" "
for CASK in $CASKS ; do for CASK in $CASKS ; do
brew install $CASK brew install --appdir=\"$HOME/Applications\" $CASK
done done
brew tap homebrew/cask-fonts brew tap homebrew/cask-fonts