packages icon indicating copy to clipboard operation
packages copied to clipboard

Publish Homebrew Formulae

Open osterman opened this issue 5 years ago • 1 comments

what

  • Publish homebrew formulae for all our package

why

  • Make it easy to install packages on OSX

references

  • https://github.com/remind101/homebrew-formulae/

osterman avatar Dec 23 '18 05:12 osterman

@osterman instead of maintaining this as homebrew formula, couldn't we use homebrew directly for some of these packages instead of having to maintain them here?

install homebrew on geodesic

 ⨠ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
install gron via homebrew
 ⨠ brew search gron
 ⨠ brew install gron
 ⨠ which gron
 /home/linuxbrew/.linuxbrew/bin/gron
 ⨠ echo '{ "a": "a" }' | gron
 json = {};
 json.a = "a";

nitrocode avatar Nov 15 '21 14:11 nitrocode