Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilyinstarlight/foosteros
FoosterOS/2 Warp - NixOS-based system configuration for my computers
https://github.com/lilyinstarlight/foosteros
Last synced: 20 days ago
JSON representation
FoosterOS/2 Warp - NixOS-based system configuration for my computers
- Host: GitHub
- URL: https://github.com/lilyinstarlight/foosteros
- Owner: lilyinstarlight
- License: mit
- Created: 2021-06-12T15:02:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T02:38:42.000Z (6 months ago)
- Last Synced: 2024-05-29T23:51:42.494Z (6 months ago)
- Language: Nix
- Homepage:
- Size: 4.72 MB
- Stars: 44
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# FoosterOS/2 Warp
_The totally cool way to run your computer_
Feel free to take any pieces in this repository that you like! Please don't try to use this whole thing, though, as it is horrifically custom and specific to myself.
[![FoosterOS/2 Warp Box Art](artwork/boxart.png)](https://www.os2world.com/wiki/images/7/7f/52H3800-004.jpg)
## Installation
**Note:** I made this install script for myself. You can use it if you really want to, but be aware that it **will** entirely wipe your computer's disk as part of the install process.
1. Build or [download](https://file.lily.flowers/foosteros/iso/) then boot the relevant install media for the given system.
```
# NOTE: Only if not downloading
nix -vL build --no-link --print-out-paths \
github:lilyinstarlight/foosteros#nixosConfigurations.minimal.config.system.build.installer
```
2. Run the customized install script from the install media.
```
sudo foosteros-install
```
3. Reboot into the new system.
```
sudo systemctl reboot
```Your FoosterOS/2 Warp system is setup and ready to go!