Skip to content

Instantly share code, notes, and snippets.

@tapyu
Last active October 15, 2025 13:47
Show Gist options
  • Select an option

  • Save tapyu/91222b7719ac6aea967e9a3bda96860f to your computer and use it in GitHub Desktop.

Select an option

Save tapyu/91222b7719ac6aea967e9a3bda96860f to your computer and use it in GitHub Desktop.
Windows scripts

Sonner or later you will need this....

# git
winget install Git.Git
# uv
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" # SEE: https://github.com/astral-sh/uv?tab=readme-ov-file#installation
# vs code
winget install --id Microsoft.VisualStudioCode -e
# terminal
winget install --id Microsoft.WindowsTerminal -e
# sublime
winget install --id SublimeHQ.SublimeText.4 --source winget --exact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment