initial commit

This commit is contained in:
2026-08-07 20:30:33 +05:30
commit 42fa1a8dfe
12 changed files with 472 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
scoop install python
scoop install pipx
pipx install poetry
+2
View File
@@ -0,0 +1,2 @@
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression