pkill37 / linuxify

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

Deprecated options #19

Closed elhardoum closed 5 years ago

elhardoum commented 5 years ago

--with-default-names and --with-gettext flags seem to have been deprecated in Homebrew and it no longer replaces the default binaries as it prefixes them with g instead, so for example /usr/bin/sed remains untouched while it installs /usr/local/bin/gsed..

I tried aliasing sed with gsed, but it is limited to the Shell, e.g it won't work with commands that skip Shells and execute binaries like xargs.

I don't know if there's a solution for this, I might just downgrade homebrew.

Thanks for the awesome library!

pkill37 commented 5 years ago

Huh, I'll look at this. Thanks!

pkill37 commented 5 years ago

Things should work now. Could you give it a try?

elhardoum commented 5 years ago

Seems to be working now. Thanks for the update! =)