Skip to content

Windows support (WSL2) #8

@UnbrandedTech

Description

@UnbrandedTech

Summary

Setup assumes Unix (macOS/Linux). Windows users need WSL2 support at minimum.

What needs to change

  • Detect WSL2 environment (uname -r contains microsoft)
  • Adjust paths: Windows filesystem is at /mnt/c/Users/...
  • Obsidian vault path: default to /mnt/c/Users/$USER/Documents/Obsidian Vault on WSL
  • brew doesn't exist on WSL — use apt (Ubuntu is the default WSL distro)
  • Node.js: nvm works on WSL as-is
  • gcloud: install via apt repository, not brew cask
  • Slack/GitHub CLIs: available via apt or direct download
  • xcode-select doesn't exist — skip that check
  • readlink /etc/localtime may not work in WSL — fall back to timedatectl or read from Windows registry

Scope

WSL2 on Ubuntu is the primary target. Native Windows (PowerShell) is out of scope.

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