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()