pkill37 / linuxify

🍏🐧 Transparently transform the macOS CLI into a fresh GNU/Linux CLI experience.
MIT License
888 stars 69 forks source link

Fix incorrect path on big sur #35

Closed sainnhe closed 2 years ago

sainnhe commented 2 years ago

The brew prefix on mac os big sur is not /usr/local, but /opt/homebrew.

This PR will auto detect the prefix via brew --prefix command.

pkill37 commented 2 years ago

Thank you 🙏🏼