Skip to content

Instantly share code, notes, and snippets.

View EdwardKerckhof's full-sized avatar

Edward Kerckhof EdwardKerckhof

View GitHub Profile
@EdwardKerckhof
EdwardKerckhof / install.ps1
Last active March 12, 2026 22:27
Homelab CLI installer
# Install the homelab CLI from the private GitHub repo.
#
# Usage (remote):
# gh api repos/EdwardKerckhof/homelab-v2/contents/cli/install.ps1 -H "Accept: application/vnd.github.raw" | iex
#
# Usage (local, from a cloned repo):
# .\cli\install.ps1
#
# On a fresh Windows machine, this script auto-installs git, python, and pipx
# via winget before installing the CLI.