Sonner or later you will need this....
Last active
October 15, 2025 13:47
-
-
Save tapyu/91222b7719ac6aea967e9a3bda96860f to your computer and use it in GitHub Desktop.
Windows scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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