Homebrew: bin.install: mv instead of cp

16 · Thiago Perrotta · Nov. 30, 2025, 10:34 p.m.
Summary
The blog post critiques the design choice of Homebrew's `bin.install` method, which moves files instead of copying them like the traditional Unix `install` command. It highlights the inconsistency with Unix conventions and discusses how this design impacts usage.