Main
A safe way to adopt a “mega config” repo:
- Run it with
--dry-runfirst to see exactly what it will place and where. - Install only the groups you need (e.g., Core + Review + one integration) and leave everything else off.
- Treat config updates like dependency updates: review the changelog, then re-run the installer.
- Keep project-specific rules in-project; keep global rules truly global.
You get the most value when you keep the setup small but consistent across your machines.
FAQ
Q: Can I install everything at once?
A: Yes. The README says --all installs everything non-interactively.
Q: Is there a Windows installer?
A: Yes. The README includes a PowerShell install command via install.ps1.
Q: How do I uninstall?
A: The README mentions an --uninstall flag (and PowerShell variant) for removal.