chore(notes): Add some ideas

This commit is contained in:
2026-04-16 16:00:33 +02:00
parent b8e2d68469
commit 35c976fcac
3 changed files with 17 additions and 4 deletions
-4
View File
@@ -1,8 +1,4 @@
from commands.util import pacman
def config():
print("""
Your config can be found at
""")
pacman.install_package_list(["chromium"])
+5
View File
@@ -12,3 +12,8 @@ def init(force: bool = False):
with open(dir + "/config.yaml") as file:
file.write("")
print("Initialized a new archmgr repository")
# TODO: Warn user to not delete .config/archmgr repo
# TODO: Set up that repo (where to put it? /usr/share?)
# TODO: Consider collecting function
# TODO: Config folder instead of single config file
# TODO: Also store the folder name of the config folder in that repo (needs to be easily changeable for user!)