Fork me on GitHub
#tools-deps
<
2021-10-24
>
didibus05:10:45

What am I supposed to add to git so that I can sync my installed tools across my various machines?

didibus06:10:43

I'm guessing the tools folder?

seancorfield19:10:49

See my dot-clojure repo -- I call out tools in the README 🙂

didibus19:10:45

I see, so you commit everything in the tools folder except tools.edn ?

seancorfield19:10:38

Right, because that is laid down by the CLI tools stuff itself so I don't want it overwritten locally.

didibus19:10:17

Nice and simple then, thanks

didibus06:10:49

in ~/.clojure ?