gobinaries icon indicating copy to clipboard operation
gobinaries copied to clipboard

keep a local list of installed stuff

Open caarlos0 opened this issue 5 years ago • 2 comments

Prerequisites

  • [x] I searched to see if the issue already exists.

Description

I have my computer "as code", so I use brew to dump all things I have installed and can easily reinstall them later.

Would be nice to have a ~/.gobinaries file with something like:

rakyll/hey
tj/staticgen/cmd/[email protected]
# etc ...

so we could easily reinstall all with something like

while read -r line; do
  curl -sf "https://gobinaries.com/$line" | sh
done <~/.gobinaries

Steps to Reproduce

Slack

Join us on Slack https://chat.apex.sh/

caarlos0 avatar Apr 08 '20 15:04 caarlos0

sounds reasonable to me! I guess the only question is how many people would use it, but it shouldn't hurt

tj avatar Apr 08 '20 16:04 tj

yeah, pretty much add a echo path >> ~/.gobinaries :)

caarlos0 avatar Apr 08 '20 17:04 caarlos0