From 1094014803321013886b8c1199467876b2abd0cd Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Sun, 7 Jul 2024 20:03:49 +0530 Subject: [PATCH] feat(homebrew): Configure HomeBrew with env variables --- common/.profile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/.profile b/common/.profile index e32b6af..2a5bd9d 100644 --- a/common/.profile +++ b/common/.profile @@ -58,6 +58,13 @@ if [ "$XDG_SESSION_DESKTOP" = "KDE" ]; then export KDEHOME="${XDG_CONFIG_HOME}/KDE" fi +export HOMEBREW_BAT=1 +export HOMEBREW_VEBOSE=1 +export HOMEBREW_NO_ENV_HINTS=1 +export HOMEBREW_NO_ANALYTICS=1 +export HOMEBREW_AUTO_UPDATE_SECS=3600 +export HOMEBREW_CLEANUP_MAX_AGE_DAYS=30 + export GNUPGHOME="${XDG_CONFIG_HOME}/gnupg" export LESSHISTFILE="${XDG_STATE_HOME}/shell/lesshst" export WGETRC="${XDG_CONFIG_HOME}/wgetrc"