Skip to content

Instantly share code, notes, and snippets.

View matrixik's full-sized avatar

Dobrosław Żybort matrixik

View GitHub Profile
@matrixik
matrixik / README.md
Last active August 9, 2023 13:59
Add specific folders and subfolders to Windows local profile `PATH` environment variable

Add specific folders and subfolders to Windows local profile PATH environment variable with exclusions.

  1. Save add-paths-to-env.ps1 to folder of with subfolders you want add to PATH.
  2. Edit lines 6, 7 and 12.
  3. Run: .\add-paths-to-env.ps1
  4. Restart.
@matrixik
matrixik / README.md
Last active August 29, 2023 18:18
[userscript] ISO Time on focus on github.com

ISO Time on focus on github.com

A userscript that allow you to see ISO date when you focus on dates on github.com

Install from gist.

Instructions for a mac on how to play with pyenv and poetry

Why both? Pyenv to manage multiple python versions. You can make virtualenvs with pyenv of course, but using poetry will simplify that process

# Install pyenv.
brew install pyenv

# Add pyenv initializer to shell startup script.
echo -e '\nif command -v pyenv 1>/dev/null 2>&1; then