A system configuration package for Mjolnir, intended as a template for your own system configuration packages.
Fill out this Readme with important information for your users: how to install and set up for system, any specific details of its operation, documentation of any new presets, and any pertinent troubleshooting information.
IMPORTANT: When cloning for the first time, make sure to use the --recurse-submodules to automatically initialize and download the mjolnir-presets git submodule that stores the common configuration presets.
If you're already cloned the repo, you can run git submodule update --init to do the same.
Otherwise, the common presets won't be downloaded automatically under Git's default settings.
You only need to do this once; if you want to update your default presets, simply use git submodule update and commit the result.