From a4c83f42585fd1206e0798d957ff725b26a42f64 Mon Sep 17 00:00:00 2001 From: shokinn Date: Tue, 8 Aug 2023 09:33:18 +0200 Subject: [PATCH] Add Homebrew option to install apps to home dir --- dotfiles/zshenv | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/zshenv b/dotfiles/zshenv index 8f6e280..c3f6cf4 100644 --- a/dotfiles/zshenv +++ b/dotfiles/zshenv @@ -42,3 +42,7 @@ fi # X410 (Windows X11 Server) export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0 {%@@ endif @@%} +{%@@ if profile == 'WVDEWOBMC001307' @@%} +export HOMEBREW_CASK_OPTS="--appdir=~/Applications" + +{%@@ endif @@%} \ No newline at end of file