aboutsummaryrefslogtreecommitdiff
path: root/custom/install-claude
Commit message (Collapse)AuthorAgeFilesLines
* chore: standardize shebangs, fix lint target, add .editorconfigCraig Jennings2026-02-231-1/+1
| | | | | | | - Change all script shebangs to #!/usr/bin/env bash for portability (heredocs writing to installed systems keep #!/bin/bash) - Remove || true from Makefile lint target so shellcheck errors fail the build - Add .editorconfig for consistent formatting across editors
* Initial commit: archzfs ISO build systemCraig Jennings2026-01-171-0/+24
Build scripts for creating custom Arch Linux ISO with ZFS support. Includes installer scripts and VM testing setup.