# sdeploy Kris's Simple Deploy — OS-specific deployment scripts that install packages and configure a system using [srice](https://github.com/krisyotam/srice) dotfiles. ## Structure ``` ksd-arch/ → Arch Linux (primary, fully implemented) ksd-gentoo/ → Gentoo (planned) ksd-kali/ → Kali Linux (planned) ksd-ubuntu/ → Ubuntu/Debian (planned) ksd-macos/ → macOS (planned) ksd-win11/ → Windows 11 + WSL (planned) ``` ## Usage (Arch) ```bash curl -LO https://raw.githubusercontent.com/krisyotam/sdeploy/main/ksd-arch/deploy.sh bash deploy.sh ``` The deploy script will: 1. Install packages from `progs.csv` 2. Clone and stow [srice](https://github.com/krisyotam/srice) dotfiles 3. Run post-install configuration ## Related - [srice](https://github.com/krisyotam/srice) — The dotfiles this deploys