Skip to content

Instantly share code, notes, and snippets.

@OliPelz
Created March 22, 2023 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OliPelz/bd39a1fdbfdccfc2b0215f3426351e14 to your computer and use it in GitHub Desktop.
Save OliPelz/bd39a1fdbfdccfc2b0215f3426351e14 to your computer and use it in GitHub Desktop.
prepare vanilla zsh system for passhole
#!/bin/bash
mkdir ~/.venv
python3 -m venv ~/.venv
source ~/.venv/bin/activate
echo 'source ~/.venv/bin/activate' >> ~/.zshrc
pip3 install --upgrade pip
pip3 install passhole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment