From d391c53c6c5de2f21e4088403c41c5b8ca1555af Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 16 May 2026 14:28:24 +0200 Subject: [PATCH] chore: notes --- README.md | 6 ++++++ archmgr.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc3944a..6d4a54a 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,9 @@ A nixos-like declarative config and package manager for Arch Linux (or any other distro, with some tweaks). See the [Wiki](https://git.janishutz.com/janishutz/archmgr/wiki) + +## WIP +This project is very much Work In Progress. +The configs will likely move to python-based configs from the current yaml-based ones to provide you with more flexibility. + +`archmgr` will automatically create a basic setup if you run `archmgr init`, so you can get up and running quickly diff --git a/archmgr.py b/archmgr.py index 20dd98e..4b82bf8 100755 --- a/archmgr.py +++ b/archmgr.py @@ -12,7 +12,7 @@ import commands.push as push import commands.prepare as setup import commands.show as show from config import load_config -from templates import ArchMgrTemplates +from presets import ArchMgrTemplates if __name__ == "__main__": args, ap = cliargs.add_cli_args()