Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkill37/linuxify
🍏🐧 Transparently transform the macOS CLI into a fresh GNU/Linux CLI experience.
https://github.com/pkill37/linuxify
bash bsd gnu linux macos
Last synced: 3 months ago
JSON representation
🍏🐧 Transparently transform the macOS CLI into a fresh GNU/Linux CLI experience.
- Host: GitHub
- URL: https://github.com/pkill37/linuxify
- Owner: pkill37
- License: mit
- Created: 2018-08-11T22:15:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T15:12:06.000Z (6 months ago)
- Last Synced: 2024-08-06T06:06:04.050Z (3 months ago)
- Topics: bash, bsd, gnu, linux, macos
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 891
- Watchers: 18
- Forks: 69
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linuxify
Transparently transform 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 distributionsYou should review the script, but if you want to go back you can uninstall just
as easily as the install.## Install
```bash
git clone https://github.com/fabiomaia/linuxify.git
cd linuxify/
./linuxify install
```## Uninstall
```bash
./linuxify uninstall
```