From 4e84e57e3b5cc0590a4d8073e25460c47b6c9383 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:06:23 -0600 Subject: [PATCH 1/3] docs: Convert README table to pipe format --- README.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 58c9d60..c6c80bd 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,13 @@ System and home configurations for my machines. -+----------+-----------------+--------+---------+--------------------------------+ -| Machine | Role | OS | Arch | Configuration tool | -| | | | |-----------------+--------------+ -| | | | | System | Home | -+==========+=================+--------+---------+=================+==============+ -| anderson | server | linux | x86_64 | dpkg/Docker | home-manager | -| | | | | (not this repo) | | -+----------+-----------------+--------+---------+-----------------+--------------+ -| bosephus | server | linux | x86_64 | NixOS | home-manager | -+----------+-----------------+--------+---------+-----------------+--------------+ -| corianne | MacBook | darwin | aarch64 | nix-darwin | home-manager | -+----------+-----------------+--------+---------+-----------------+--------------+ -| harmony | MacBook (Asahi) | linux | aarch64 | Ansible | home-manager | -+----------+-----------------+--------+---------+-----------------+--------------+ -| odyssey | workstation | linux | x86_64 | Ansible | home-manager | -+----------+-----------------+--------+---------+-----------------+--------------+ +| Machine | Role | OS | Arch | System config tool | Home config tool | +| -------- | --------------- | ------ | ------- | --------------------------- | ---------------- | +| anderson | server | linux | x86_64 | dpkg/Docker (not this repo) | home-manager | +| bosephus | server | linux | x86_64 | NixOS | home-manager | +| corianne | MacBook | darwin | aarch64 | nix-darwin | home-manager | +| harmony | MacBook (Asahi) | linux | aarch64 | Ansible | home-manager | +| odyssey | workstation | linux | x86_64 | Ansible | home-manager | ## Quickstart From e9b1841f7b438851933c88e7850a19b921821577 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:07:15 -0600 Subject: [PATCH 2/3] docs: Remove harmony reference --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c6c80bd..4f810a9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ System and home configurations for my machines. | anderson | server | linux | x86_64 | dpkg/Docker (not this repo) | home-manager | | bosephus | server | linux | x86_64 | NixOS | home-manager | | corianne | MacBook | darwin | aarch64 | nix-darwin | home-manager | -| harmony | MacBook (Asahi) | linux | aarch64 | Ansible | home-manager | | odyssey | workstation | linux | x86_64 | Ansible | home-manager | ## Quickstart From fa6b537a3c828ca5a90668fa6eb9797e9bec24fb Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:17:07 -0600 Subject: [PATCH 3/3] docs: Add mcentire to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f810a9..d650f9b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ System and home configurations for my machines. | -------- | --------------- | ------ | ------- | --------------------------- | ---------------- | | anderson | server | linux | x86_64 | dpkg/Docker (not this repo) | home-manager | | bosephus | server | linux | x86_64 | NixOS | home-manager | +| mcentire | server | linux | x86_64 | NixOS | home-manager | | corianne | MacBook | darwin | aarch64 | nix-darwin | home-manager | | odyssey | workstation | linux | x86_64 | Ansible | home-manager |