LICENSE
MANIFEST.in
README.md
pyproject.toml
contrib/_myconfig
myconfig/__init__.py
myconfig/__main__.py
myconfig/_version.py
myconfig/cli.py
myconfig/logger.py
myconfig/template_engine.py
myconfig/utils.py
myconfig/actions/defaults.py
myconfig/actions/diffpack.py
myconfig/actions/doctor.py
myconfig/actions/export.py
myconfig/actions/profile.py
myconfig/actions/restore.py
myconfig/config/config.toml
myconfig/config/defaults/domains.txt
myconfig/config/defaults/exclude.txt
myconfig/config/profiles/dev-full.toml
myconfig/config/profiles/minimal.toml
myconfig/core/__init__.py
myconfig/core/backup.py
myconfig/core/base.py
myconfig/core/config.py
myconfig/core/executor.py
myconfig/core/components/__init__.py
myconfig/core/components/applications.py
myconfig/core/components/defaults.py
myconfig/core/components/dotfiles.py
myconfig/core/components/homebrew.py
myconfig/core/components/launchagents.py
myconfig/core/components/mas.py
myconfig/core/components/vscode.py
myconfig/plugins/sample.py
myconfig/templates/ENVIRONMENT.txt.template
myconfig/templates/MANIFEST.json.template
myconfig/templates/README.md.template
scripts/install.sh
scripts/uninstall.sh