reorganize packages
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user