File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 SHELL_TYPE=" sh"
3131fi
3232
33- # Debug
3433if [[ $- == * i* ]]; then
3534 # Shell is interactive
3635 eval " $( ~/.local/bin/mise activate " $SHELL_TYPE " ) "
3736else
3837 echo " Shell is not interactive, mise env setup may not fully function, see https://mise.jdx.dev/dev-tools/shims.html#shims-vs-path"
3938 eval " $( ~/.local/bin/mise activate --shims) "
4039fi
41- # Fallback preparation
42- # mise_installs="${HOME}/.local/share/mise/installs"
43- # export PATH="${HOME}/.local/bin:${mise_installs}/python/latest/bin:${mise_installs}/jq/latest:${mise_installs}/bitwarden-secrets-manager/latest:${PATH}"
4440
4541mise install
4642
47- which bws
48-
4943
5044# --- Bitwarden credential setup ---
5145if [ ! -f " .env" ]; then
@@ -76,4 +70,6 @@ echo "Activate the python virtual environment"
7670source .venv/bin/activate
7771
7872echo " Install dependencies"
79- pip install -r requirements.txt
73+ pip install -r requirements.txt
74+
75+ echo " Setup completed!"
You can’t perform that action at this time.
0 commit comments