https://github.com/toxicfrog/devterm-tools
Tools and configurations for the CPI DevTerm R01
https://github.com/toxicfrog/devterm-tools
Last synced: 29 days ago
JSON representation
Tools and configurations for the CPI DevTerm R01
- Host: GitHub
- URL: https://github.com/toxicfrog/devterm-tools
- Owner: ToxicFrog
- Created: 2024-06-30T13:42:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T20:23:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T07:28:43.230Z (about 1 year ago)
- Language: C
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevTerm Tools
This repo holds my configuration and tooling for the [CPI DevTerm R01](https://www.clockworkpi.com/home-devterm).
The only part of this that is actually done is the [devterm port of `yaft`](./yaft/README.md), so you should probably look there.
Most of it is still a work in progress. Using it requires you have a host system with Nix installed, and also that you have ssh access to, and Nix installed on, the DevTerm itself (a process that currently requires a custom build of the Nix installer).
If you have all this set up, `nix-build profile.nix` will emit something you can install with `nix copy` and `nix profile install`. The [`deploy`](./deploy) script automates this (on my machine). If you don't have `nix` installed on the target (but do on the host), you may still be able to deploy something with `nix bundle`, but I haven't tested this.
I am working on (but do not yet have) an installer script that will automate some of this and guide you through the rest.