Skip to content

feat: add Windows setup script with interactive tool selection - #6

Merged
thesaifalitai merged 1 commit into
mainfrom
windows-install-docs
Mar 13, 2026
Merged

feat: add Windows setup script with interactive tool selection#6
thesaifalitai merged 1 commit into
mainfrom
windows-install-docs

Conversation

@thesaifalitai

Copy link
Copy Markdown
Owner
  • Fixed PowerShell execution policy error: param() moved to top, all commands now use -ExecutionPolicy Bypass flag
  • Interactive mode: user selects which tools to install (Y/N per tool)
  • 5 install modes: interactive, -All, -SkillsOnly, -Only , -List
  • 15 tools: Git, GitHub CLI, Node.js, VS Code, Docker, Flutter, Python, AWS CLI, PostgreSQL, Redis, Nginx, Claude CLI, TypeScript, NestJS, EAS
  • Uses winget (primary), npm (CLI tools), Chocolatey (fallback)
  • VS Code extensions + settings auto-install
  • Claude skills auto-copied from repo to ~/.claude/skills/
  • README updated with correct PowerShell bypass commands

- Fixed PowerShell execution policy error: param() moved to top,
  all commands now use -ExecutionPolicy Bypass flag
- Interactive mode: user selects which tools to install (Y/N per tool)
- 5 install modes: interactive, -All, -SkillsOnly, -Only <tools>, -List
- 15 tools: Git, GitHub CLI, Node.js, VS Code, Docker, Flutter, Python,
  AWS CLI, PostgreSQL, Redis, Nginx, Claude CLI, TypeScript, NestJS, EAS
- Uses winget (primary), npm (CLI tools), Chocolatey (fallback)
- VS Code extensions + settings auto-install
- Claude skills auto-copied from repo to ~/.claude/skills/
- README updated with correct PowerShell bypass commands
@thesaifalitai
thesaifalitai merged commit c4c676f into main Mar 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant