This commit is contained in:
Artur Gurgul 2025-08-03 16:36:03 +02:00
parent 9e900d3b79
commit 9dc5c7bba6
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,8 @@ export PATH="$DAT_ROOT/bin:$HOME/.local/bin:$PATH"
export RUBYLIB="$DAT_ROOT/lib"
export PASSWORD_STORE_DIR=$HOME/.local/secure-vault/passwords
export PASSWORD_STORE_DIR=$HOME/.local/lib/secure-vault/passwords
export NOTES_DIR=$HOME/.local/lib/notes
path=("$GEM_HOME/bin" $path)

View file

@ -2,5 +2,5 @@
# Installing the environment
```bash
curl -sSL https://gitlab.com/artur.gurgul/home/-/raw/main/install | bash
curl -sSL https://gurgul.pro/artur/environment/raw/branch/main/install | bash
```