clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
borkdude 2019-12-28T14:06:48.040300Z

Updated the quickstart, rationale and install sections for deps.clj: https://github.com/borkdude/deps.clj/blob/master/README.md#quickstart

borkdude 2019-12-28T16:57:56.041400Z

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

borkdude 2019-12-28T16:58:36.041900Z

(heavily inspired by the Scoop installer)

borkdude 2019-12-28T17:32:50.042400Z

I guess this is all I have for Windows right now. Let me know if there are any issues. I also take PRs.