From c609cb37c150434e01823a523c745acda08db64f Mon Sep 17 00:00:00 2001 From: David Celis Date: Tue, 7 Jun 2016 16:01:50 -0700 Subject: [PATCH] brew cask install into ~/Applications Signed-off-by: David Celis --- Brewfile | 2 +- config/fish/config.fish | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.51.2