From 6af4ffa9e4220f071154c279dd95a7a6623fdad3 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 1 May 2023 22:59:16 -0400 Subject: [PATCH] added unfinished readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d3b732 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Wyatt's stash of custom containers + +These are my custom containers that are for immutable Linux distributions. Since they are mine, they are opinionated and would only probably work for me. + +These containers are based on CoreOS, Fedora Linux, and Toolbox so the containers that listed in this repository are speifically tailored for those technologies. However, you may get these containers to work on other technologies as well (with enough elbow grease). + +## Base container + +The base container serves as the base for every other container in this repository. Installed in this container are `git`, `fish`, some Rust tools like `bat` and `exa`, some C development tools, and normal system administrator tools. + +## Language containers + +TODO + +## Specialty containers + +TODO + +## Contribution + +TODO + +## Attribution + +TODO