Skip to content

πŸ› Install didn't work? Start hereΒ #3

Description

@XKush

Install didn't work? Start here

Most failures are fixable in 2–5 minutes. Use this checklist before opening a new issue.

1. Prerequisites

Check Command / action
PowerShell 7+ $PSVersionTable.PSVersion β€” must be 7.x
Git installed git --version
Execution policy Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

2. Run install again (safe)

irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.0.1/install.ps1 | iex

Then close terminal β†’ open new terminal.

3. Run doctor manually

pwsh -File $HOME\.homebase\devshell\devshell.ps1 doctor

4. Common failures

Symptom Likely cause Fix
irm blocked Execution policy RemoteSigned (CurrentUser)
PS 5 errors Wrong shell Install PS7: https://aka.ms/powershell
git clone failed No git / network Install Git, retry
Doctor FAIL on tools winget tool missing Optional β€” see Troubleshooting
Profile not loaded Old terminal session Close all terminals, open new pwsh

5. Logs (if needed)

Default logs folder: C:\Logs\Workstation\ (or path from your install config)

6. Still stuck?

Reply here with:

  • Windows version
  • $PSVersionTable.PSVersion
  • Exact command you ran
  • Last 20 lines of output (no secrets)

Or use New issue β†’ Install or doctor help for structured form.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions