Updated the quickstart, rationale and install sections for deps.clj: https://github.com/borkdude/deps.clj/blob/master/README.md#quickstart
As an alternative to scoop (which I might not want to install on Windows CI) there's a Powerscript installer now as well:
iwr -useb <https://raw.githubusercontent.com/borkdude/deps.clj/master/install.ps1> | iex
(heavily inspired by the Scoop installer)
I guess this is all I have for Windows right now. Let me know if there are any issues. I also take PRs.