Skip to content

Commit

Permalink
brew cask install into ~/Applications
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <me@davidcel.is>
  • Loading branch information
davidcelis committed Jun 7, 2016
1 parent e024a22 commit c609cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Brewfile
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions config/fish/config.fish
Expand Up @@ -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)
Expand Down

0 comments on commit c609cb3

Please sign in to comment.