Live data from Hacker News

macOS users: what have you installed with brew?

news.ycombinator.com

11–20 of 32 posts

Re: macOS users: what have you installed with brew?

#13
post #7

due to its analytics, one can see the number of installs on formulae.brew.sh e.g. https://formulae.brew.sh/formula/awscli but I don't offhand know how to show "most popular across formulae" I also don't offhand know if those "Build Errors" are their bottle build errors, or it reports all build errors I'm not ignoring your question, but it's also meaningless to post any such thing on HN since $ brew list -1 | wc -l 68…

Like this? https://formulae.brew.sh/analytics/

Re: macOS users: what have you installed with brew?

#16

I try to avoid installing anything with brew, because I can't install a new package without first upgrading all my other packages, which often leads to one of them breaking in not-so-fun ways (e.g. an openssl upgrade breaking my Python installation).

# Do not automatically upgrade anything export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1

Re: macOS users: what have you installed with brew?

#18
ack antiword aspell automake bash bash-completion bison chruby cmake cmake-docs coreutils curl dbus docbook-xsl dos2unix exiftool fetchmail ffmpeg findutils fortune gawk gcc gdbm git global gnu-typist gnupg grep httpd imagemagick jq libffi libgccjit libvterm libxml2 links lynx mailutils mairix make msmtp nano nmap nmh node openssl@1.1 openssl@3.0 orc pipx pkg-config pngcrush procmail qrencode ripgrep rsync ruby-install sevenzip solargraph tern texinfo tmux tree tree-sitter watch wget xml2 yt-dlp zint zlib

Re: macOS users: what have you installed with brew?

#19

I try to avoid installing anything with brew, because I can't install a new package without first upgrading all my other packages, which often leads to one of them breaking in not-so-fun ways (e.g. an openssl upgrade breaking my Python installation).

I have used this [0] successfully to "pin" casks from being upgraded - my use case was Docker needing > macOS 10.

It allowed me to keep the version of Docker working while other casks could be changed

[0] https://github.com/buo/homebrew-cask-upgrade

Post reply on HN