#!/bin/sh # env.htark.dev/ — index page. you reached this by curl-ing the root. # this output is shell-safe: piping it to sh prints the same banner. # for the actual install: curl -fsSL env.htark.dev/setup | sh cat <<'BANNER' § env.htark.dev — my operating environment /setup full bootstrap (nix + clone + home-manager apply) /nix install nix only (determinate + flakes) /kit toolkit description (from upstream README) source: github.com/htarkx/home-managed one-liner: curl -fsSL env.htark.dev/setup | sh BANNER