diff --git a/Brewfile b/Brewfile index 74ffe18..706886e 100644 --- a/Brewfile +++ b/Brewfile @@ -34,7 +34,7 @@ brew 'tree' brew 'wget' # Homebrew Cask -cask_args appdir: '/Applications' +cask_args appdir: "#{ENV['HOME']}/Applications" tap 'caskroom/cask' cask 'anybar' cask 'java' unless system '/usr/libexec/java_home --failfast' diff --git a/config/fish/config.fish b/config/fish/config.fish index 30f345f..759db1c 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -9,6 +9,9 @@ set -x VISUAL $EDITOR # Set the Code directory set -x DEVELOPER $HOME/Developer +# Homebrew and brew-cask options +set -x HOMEBREW_CASK_OPTS "--appdir=~/Applications" + # Ruby if test -d ~/.rbenv status --is-interactive; and . (rbenv init - | psub)