install apps in home directory
This commit is contained in:
parent
d969f2dd99
commit
2d76033a1e
@ -35,7 +35,7 @@ CASKS="
|
||||
"
|
||||
|
||||
for CASK in $CASKS ; do
|
||||
brew install $CASK
|
||||
brew install --appdir=\"$HOME/Applications\" $CASK
|
||||
done
|
||||
|
||||
brew tap homebrew/cask-fonts
|
||||
|
Loading…
Reference in New Issue
Block a user