reorganize packages

This commit is contained in:
2025-10-20 18:29:59 +03:00
parent ec50d3f12f
commit 05bdb4abdc
35 changed files with 84 additions and 296 deletions

View File

@@ -10,7 +10,7 @@ import shutil
DOTFILES_DIR = Path(__file__).parent
SETUPS_DIR = DOTFILES_DIR / "setups"
CONFIG_DIR = DOTFILES_DIR / "config"
CONFIG_PATH = DOTFILES_DIR / "config.json"
CONFIG_PATH = DOTFILES_DIR / "manifest.json"
def load_config():
if not CONFIG_PATH.exists():