linuxify icon indicating copy to clipboard operation
linuxify copied to clipboard

🍏🐧 Transparently transform the macOS CLI into a fresh GNU/Linux CLI experience.

Results 9 linuxify issues
Sort by recently updated
recently updated
newest added

I still _occasionally_ find time to maintain this project, but could use some help. Is anyone interested in helping maintain this? Ideally your daily driver is macOS.

Hi, I just installed another package from Homebrew, and I noticed that some more gnu or common linux tools are available which are not "featured" in this nice project: `########################################################################...

Tried to uninstall and got this error: ``` $ ./linuxify uninstall Error: Refusing to uninstall /usr/local/Cellar/[email protected]/3.9.1_6 because it is required by cairo, gdk-pixbuf, glances, glib, gobject-introspection, graphviz, gts, harfbuzz, imagemagick,...

Not sure when this changed, but at least in Catalina and Mojave, the top of the `/etc/paths` already contains `/usr/local/bin`. So the first entry in the `.linuxify` that you source...

It would be nice if this script could use [MacPorts](https://www.macports.org/) instead of Homebrew. Or other package managers, too; including [Fink](http://finkproject.org/), [Nix](https://nixos.org/nix/), [pkgsrc](https://www.pkgsrc.org/), etc. I've found that MacPorts has a significant...

I tried porting the `.linuxify` to a script you run once with `source .linuxify.fish`. ```fish set -l BREW_HOME (brew --prefix) # Keep default manpath echo 'set -gx MANPATH $MANPATH (cat...