bootstraps
bootstraps for windows, macOS, Fedora KDE Plasma
Windows
Set-ExecutionPolicy Bypass -Scope Process -Force; irm https://raw.githubusercontent.com/bensonlabs/bootstraps/main/scripts/bootstrap_windows.ps1 -OutFile bootstrap_windows.ps1; .\bootstrap_windows.ps1
Notes: Needs to run in an elevated PowerShell window (right-click → Run as Administrator). The script installs system-level software, so it’ll fail partway through without admin rights.
macOS
bash <(curl -fsSL https://raw.githubusercontent.com/.../bootstrap_macOS.sh)
Fedora
bash <(curl -fsSL https://raw.githubusercontent.com/bensonlabs/bootstraps/main/scripts/bootstrap_fedora.sh)
Ubuntu
bash <(curl -fsSL https://raw.githubusercontent.com/bensonlabs/bootstraps/main/scripts/bootstrap_ubuntu.sh)