chore: notes
This commit is contained in:
@@ -3,3 +3,9 @@
|
|||||||
A nixos-like declarative config and package manager for Arch Linux (or any other distro, with some tweaks).
|
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)
|
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
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ import commands.push as push
|
|||||||
import commands.prepare as setup
|
import commands.prepare as setup
|
||||||
import commands.show as show
|
import commands.show as show
|
||||||
from config import load_config
|
from config import load_config
|
||||||
from templates import ArchMgrTemplates
|
from presets import ArchMgrTemplates
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
args, ap = cliargs.add_cli_args()
|
args, ap = cliargs.add_cli_args()
|
||||||
|
|||||||
Reference in New Issue
Block a user