Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megabyte112/indigo
An Operating System based on Arch Linux, designed to look good right out of the box.
https://github.com/megabyte112/indigo
Last synced: about 2 months ago
JSON representation
An Operating System based on Arch Linux, designed to look good right out of the box.
- Host: GitHub
- URL: https://github.com/megabyte112/indigo
- Owner: megabyte112
- License: gpl-3.0
- Created: 2023-01-06T15:28:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T23:55:19.000Z (about 1 year ago)
- Last Synced: 2023-11-11T00:29:57.262Z (about 1 year ago)
- Homepage:
- Size: 53.3 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CURRENTLY AN ABANDONED PROJECT
##### So for the moment me and megabyte have abandoned indigo linux and havent bothered to do much with it.
##### Why? Well he is working and I am in uni, we simply dont have time do continue with this project, it is ofc still avaliable but currently we have no plans to continue with it.
##### Enjoy it as it is# Indigo
An Arch-based Linux distro, designed to look good right out of the box.
## Using
Download the ISO from [here](https://github.com/megabyte112/Indigo-ISO/releases) and flash to your favourite USB drive, using [rufus](https://rufus.ie/en/) (Windows only) or [Balena Etcher](https://www.balena.io/etcher).
Once you boot from the USB, you will be in a command line, just like Arch Linux's ISO. From here, you are recommended to use the Installer by typing `./install`. You will then be guided through the automatic installation process.
## Building
You must use Arch Linux (or an Arch-based distro, like Manjaro, EndeavourOS, or even Indigo itself!) to compile Indigo.
Install `archiso`
```
sudo pacman -S archiso
```Clone this repository
```
git clone https://github.com/megabyte112/indigo.git
cd indigo
```Use the `mkindiso` script to compile
```
./mkindiso
```The ISO file, as well as its SHA-512 checksum, will appear in the `out` folder.
To verify the checksum,
```
cd out
sha512sum -c indigo-XXXX-XX-XX-XX-XX-XX-x86_64.iso.sha512sum
```