Skip to main content
deleted 6 characters in body
Source Link
fabiomaia
  • 231
  • 2
  • 4

I have written a script that transparently transforms the macOS CLI into a fresh GNU/Linux CLI experience by

  • installing missing GNU programs
  • updating outdated GNU programs
  • replacing pre-installed BSD programs with their preferred GNU implementation
  • installing other programs common among popular GNU/Linux distributions

https://github.com/fabiomaia/linuxify

git clone https://github.com/fabiomaia/linuxify.git
cd linuxify/
./linuxify.sh install

It also allows you to easily undo everything.

./linuxify.sh uninstall

I have written a script that transparently transforms the macOS CLI into a fresh GNU/Linux CLI experience by

  • installing missing GNU programs
  • updating outdated GNU programs
  • replacing pre-installed BSD programs with their preferred GNU implementation
  • installing other programs common among popular GNU/Linux distributions

https://github.com/fabiomaia/linuxify

git clone https://github.com/fabiomaia/linuxify.git
cd linuxify/
./linuxify.sh install

It also allows you to easily undo everything.

./linuxify.sh uninstall

I have written a script that transparently transforms the macOS CLI into a fresh GNU/Linux CLI experience by

  • installing missing GNU programs
  • updating outdated GNU programs
  • replacing pre-installed BSD programs with their preferred GNU implementation
  • installing other programs common among popular GNU/Linux distributions

https://github.com/fabiomaia/linuxify

git clone https://github.com/fabiomaia/linuxify.git
cd linuxify/
./linuxify install

It also allows you to easily undo everything.

./linuxify uninstall
deleted 32 characters in body
Source Link
fabiomaia
  • 231
  • 2
  • 4

I have written a script that transparently transforms the macOS CLI into a fresh GNU/Linux CLI experience by

  • installing missing GNU programs
  • updating outdated GNU programs
  • replacing pre-installed BSD programs with their preferred GNU implementation
  • installing other programs common among popular GNU/Linux distributions

https://github.com/fabiomaia/linuxify

$ git clone git@githubhttps://github.com:/fabiomaia/linuxify.git
$ cd linuxify/
$ chmod +x linuxify.sh
$ ./linuxify.sh install

It also allows you to easily undo everything.

$ ./linuxify.sh uninstall

I have written a script that transparently transforms the macOS CLI into a fresh GNU/Linux CLI experience by

  • installing missing GNU programs
  • updating outdated GNU programs
  • replacing pre-installed BSD programs with their preferred GNU implementation
  • installing other programs common among popular GNU/Linux distributions

https://github.com/fabiomaia/linuxify

$ git clone git@github.com:fabiomaia/linuxify.git
$ cd linuxify/
$ chmod +x linuxify.sh
$ ./linuxify.sh install

It also allows you to easily undo everything.

$ ./linuxify.sh uninstall

I have written a script that transparently transforms the macOS CLI into a fresh GNU/Linux CLI experience by

  • installing missing GNU programs
  • updating outdated GNU programs
  • replacing pre-installed BSD programs with their preferred GNU implementation
  • installing other programs common among popular GNU/Linux distributions

https://github.com/fabiomaia/linuxify

git clone https://github.com/fabiomaia/linuxify.git
cd linuxify/
./linuxify.sh install

It also allows you to easily undo everything.

./linuxify.sh uninstall
Source Link
fabiomaia
  • 231
  • 2
  • 4

I have written a script that transparently transforms the macOS CLI into a fresh GNU/Linux CLI experience by

  • installing missing GNU programs
  • updating outdated GNU programs
  • replacing pre-installed BSD programs with their preferred GNU implementation
  • installing other programs common among popular GNU/Linux distributions

https://github.com/fabiomaia/linuxify

$ git clone [email protected]:fabiomaia/linuxify.git
$ cd linuxify/
$ chmod +x linuxify.sh
$ ./linuxify.sh install

It also allows you to easily undo everything.

$ ./linuxify.sh uninstall