Showing posts with label brew. Show all posts
Showing posts with label brew. Show all posts

Wednesday, December 11, 2024

homebrew hints

homebrew hints

homebrew is unuable; it is taking hours to install the prerequisites for emacs29.  Macport is quick in comparison.

 

 


https://apple.stackexchange.com/questions/198623/uninstall-all-programs-installed-by-homebrew

I usually just do: 
brew remove --force $(brew list --formula)

and

brew remove --cask --force $(brew list)

 

 

https://mac.install.guide/homebrew/4

 

Interview: Max Howell, homebrew

https://sourcegraph.com/podcast/max-howell

 






Friday, August 13, 2021

Explore using Nix instead of Homebrew

 

Explore using Nix instead of Homebrew.

https://wickedchicken.github.io/post/macos-nix-setup/

 Moving from Homebrew to Nix Package Manager

https://dev.to/louy2/use-nix-on-macos-as-a-homebrew-user-22d

Not recommended, use it on Debian

Switching from Homebrew to Nix - ErrRight