diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-05-02 21:33:19 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-05-02 21:33:19 +0200 |
commit | d9ada0eefac30a1a6c27e3825f1e05b46753ae1f (patch) | |
tree | afc75773e9e54b888420dbde55d3a1df4c5905b7 /.exports | |
parent | cbcc4b15834df90fdd8cf936720a74a396f4f2e8 (diff) | |
download | dotfiles-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-- | .exports | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |