gobinaries
gobinaries copied to clipboard
keep a local list of installed stuff
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/
sounds reasonable to me! I guess the only question is how many people would use it, but it shouldn't hurt
yeah, pretty much add a echo path >> ~/.gobinaries :)