deadc0de6 / dotdrop

Save your dotfiles once, deploy them everywhere
https://dotdrop.readthedocs.io
GNU General Public License v3.0
1.79k stars 105 forks source link

[help] Please update the docs as now we can install dotdrop with Homebrew 🥳 #345

Closed curoky closed 2 years ago

curoky commented 2 years ago

What I am trying to achieve

Install dotdrop with Homebrew, it looks like

brew install dotdrop

What I have tried so far

I create a PR(https://github.com/Homebrew/homebrew-core/pull/101255) on https://github.com/Homebrew/homebrew-core and it has been merged into the master.

So the only thing left is to update docs and README. 😼

deadc0de6 commented 2 years ago

Wow that's very nice!! Thanks a lot for this :+1:

deadc0de6 commented 2 years ago

https://dotdrop.readthedocs.io/en/latest/installation/#homebrew-package

deadc0de6 commented 2 years ago

BTW I'm wondering if we should/can put the dependencies listed here: https://dotdrop.readthedocs.io/en/latest/installation/#dependencies

curoky commented 2 years ago

Of course, we can!

It seems that coreutils is only required when use the entry point script dotdrop.sh, so I just added libmagic.

Homebrew bundles dotdrop via pip venv, so it doesn't need dotdrop.sh ?

deadc0de6 commented 2 years ago

Awesome, thanks again! Absolutely, libmagic is enough, no need for coreutils or dotdrop.sh (which is only needed when using dotdrop as a submodule).

curoky commented 2 years ago

Done, https://github.com/Homebrew/homebrew-core/pull/102043 already merged.

Very useful software, glad to have the opportunity to make some trivial contributions. 😊