Merge branch 'main' of ssh://gurgul.pro/artur/environment

This commit is contained in:
Artur Gurgul 2025-08-04 19:41:52 +02:00
commit 43b62eed96
7 changed files with 204 additions and 0 deletions

View file

@ -6,4 +6,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
elif [[ "$ARCH" == "x86_64" ]]; then
eval "$(/usr/local/bin/brew shellenv)"
fi
export PATH="$(brew --prefix ruby)/bin:$PATH"
fi

View file

@ -3,6 +3,9 @@
export PATH="$DAT_ROOT/bin:$HOME/.local/bin:$PATH"
export GEM_HOME="$HOME/.gems"
export GEM_PATH=$HOME/.gems
export RUBYLIB="$DAT_ROOT/lib"
export PASSWORD_STORE_DIR=$HOME/.local/lib/secure-vault/passwords