aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-05-02 21:33:19 +0200
committerMathias Bynens <mathias@qiwi.be>2013-05-02 21:33:19 +0200
commitd9ada0eefac30a1a6c27e3825f1e05b46753ae1f (patch)
treeafc75773e9e54b888420dbde55d3a1df4c5905b7 /.exports
parentcbcc4b15834df90fdd8cf936720a74a396f4f2e8 (diff)
downloaddotfiles-d9ada0eefac30a1a6c27e3825f1e05b46753ae1f.tar.gz
dotfiles-d9ada0eefac30a1a6c27e3825f1e05b46753ae1f.tar.bz2
dotfiles-d9ada0eefac30a1a6c27e3825f1e05b46753ae1f.zip
.brew: Install native apps through homebrew-cask
Closes #200.
Diffstat (limited to '.exports')
-rw-r--r--.exports3
1 files changed, 3 insertions, 0 deletions
diff --git a/.exports b/.exports
index 7797d79..ea74d29 100644
--- a/.exports
+++ b/.exports
@@ -20,3 +20,6 @@ export MANPAGER="less -X"
# Always enable colored `grep` output
export GREP_OPTIONS="--color=auto"
+
+# Link Homebrew casks in `/Applications` rather than `~/Applications`
+export HOMEBREW_CASK_OPTS="--appdir=/Applications"