Dan Romero
@dwr.eth
Is there a good alternative to Homebrew on macOS yet?
7 replies
0 recast
0 reaction
barton ⊛
@bmorphism
nix is the way! [nix-shell:~/Lab]$ cat shell.nix { pkgs ? import <nixpkgs> {} }: pkgs.mkShell { buildInputs = with pkgs; [ python3 poetry texlive.combined.scheme-full ]; }
0 reply
0 recast
1 reaction
Adrian
@maurerbot
I use nix-shell on all my machines across all operating systems
0 reply
0 recast
0 reaction
Royal
@royalaid.eth
I'm probably naive here but I actually find homebrew to be mostly painless. Sure there is occasional breakage that requires a full reinstall but really it's only been twice in like 8 years
0 reply
0 recast
0 reaction
Yousuf Haque
@yousufhaque.eth
Macports is pretty solid. But it's annoying when you don't find packages you want and have to manually download the binary
0 reply
0 recast
0 reaction
Mason Hall
@mason
Haven’t tried it yet but tea.xyz was created by the founder of Homebrew
1 reply
0 recast
0 reaction
horsefacts 🚂
@horsefacts.eth
Not for everyone, but I like Nix + nix-darwin. I still install some packages and casks through Homebrew, but the config is declarative and managed by Nix. Good intro: https://xyno.space/post/nix-darwin-introduction
2 replies
0 recast
0 reaction
Justin Hunter
@polluterofminds
What don’t you like about Homebrew?
0 reply
0 recast
0 reaction