# sdeploy Kris's Simple Deploy -- OS and system-specific deployment scripts that install packages and configure machines using [srice](https://git.sr.ht/~krisyotam/srice) dotfiles. ## Structure ``` standard/ Distro-based installs sd-artix/ Artix Linux (primary, fully implemented) sd-gentoo/ Gentoo (planned) sd-kali/ Kali Linux (planned) sd-ubuntu/ Ubuntu/Debian (planned) sd-macos/ macOS (planned) sd-win11/ Windows 11 + WSL (planned) system/ Machine-specific configs sd-wired/ Pentesting laptop (Artix OpenRC + BlackArch) sd-moirai/ Desktop workstation sd-motoko/ (planned) sd-eva01/ (planned) ``` ## Usage (Wired) ```bash curl -LO https://git.sr.ht/~krisyotam/sdeploy/blob/main/system/sd-wired/deploy.sh sh deploy.sh ``` The deploy script will: 1. Install packages from `progs.csv` 2. Add BlackArch repository 3. Deploy [srice](https://git.sr.ht/~krisyotam/srice) dotfiles 4. Clone slipbox and ctfs repos 5. Run post-install configuration ## Related - [srice](https://git.sr.ht/~krisyotam/srice) -- The dotfiles this deploys