1
0
Fork 0
mirror of https://github.com/coko7/archy-factory.git synced 2026-07-20 13:15:05 +00:00
🏗️ Automated Arch Linux install factory — spin up VMs and bootstrap unattended archinstall setups via a one-line curl script.
Find a file
2026-07-11 16:35:08 +02:00
archinstall feat(archinstall): add ttf-cascadia-mono-nerd package 2026-07-11 16:35:08 +02:00
docs feat(archinstall): add arch linux installation factory 2026-07-08 21:13:21 +02:00
scripts feat(bootstrap): implement post-install setup script with chezmoi 2026-07-08 22:04:27 +02:00
.gitignore feat(archinstall): add arch linux installation factory 2026-07-08 21:13:21 +02:00
LICENSE Initial commit 2026-07-08 20:59:51 +02:00
README.md feat(archinstall): add arch linux installation factory 2026-07-08 21:13:21 +02:00

🏗️ archy-factory

Automated Arch Linux install factory — spin up VMs and bootstrap unattended archinstall setups via a one-line curl script.

steps:

bash ./scripts/dl-arch-iso.sh
bash ./scripts/create-vm.sh ./isos/archlinux-x86_64.iso
# go to vm and have some fun
# then in VM:
curl -sL archy.coko7.fr | bash
# or
bash <(curl -sL archy.coko7.fr)