OS Genesis 🌏 🧬 🏗 💻

The easy and predictable way to setup and manage a Linux dev environment

View project on GitHub

Sample usage

There are no external dependencies or anything to install first.

Just clone the repo with git, or download it as a zip from latest release.

Then run commands in the project.

You will need make to run the commands here, but this is standard on Linux.

Install packages

Install packages managed with and without APT.

$ make install

Update packages

Upgrade packages to the latest versions.

$ make upgrade