README.md
pyproject.toml
setup.cfg
devenv/__init__.py
devenv/bootstrap.py
devenv/constants.py
devenv/doctor.py
devenv/main.py
devenv/pin_gha.py
devenv/py.typed
devenv/pythons.py
devenv/sync.py
devenv/checks/test.py
devenv/lib/__init__.py
devenv/lib/archive.py
devenv/lib/brew.py
devenv/lib/colima.py
devenv/lib/direnv.py
devenv/lib/fs.py
devenv/lib/github.py
devenv/lib/limactl.py
devenv/lib/proc.py
devenv/lib/volta.py
devenv/lib_check/__init__.py
devenv/lib_check/brew.py
devenv/lib_check/types.py
sentry_devenv.egg-info/PKG-INFO
sentry_devenv.egg-info/SOURCES.txt
sentry_devenv.egg-info/dependency_links.txt
sentry_devenv.egg-info/entry_points.txt
sentry_devenv.egg-info/requires.txt
sentry_devenv.egg-info/top_level.txt
tests/__init__.py
tests/brew/__init__.py
tests/brew/test_add_brew_to_shellrc.py
tests/brew/test_create_dirs.py
tests/brew/test_install.py
tests/doctor/__init__.py
tests/doctor/test_attempt_fix.py
tests/doctor/test_filter_failing_checks.py
tests/doctor/test_load_checks.py
tests/doctor/test_prompt_for_fix.py
tests/doctor/test_run_checks.py
tests/doctor/devenv/checks/bad_check.py
tests/doctor/devenv/checks/bad_fix.py
tests/doctor/devenv/checks/broken_check.py
tests/doctor/devenv/checks/broken_fix.py
tests/doctor/devenv/checks/failing_check.py
tests/doctor/devenv/checks/failing_check_with_msg.py
tests/doctor/devenv/checks/no_check.py
tests/doctor/devenv/checks/no_name.py
tests/doctor/devenv/checks/no_tags.py
tests/doctor/devenv/checks/passing_check.py
tests/github/test_add_to_known_hosts.py
tests/github/test_check_ssh_access.py
tests/github/test_check_ssh_authentication.py
tests/github/test_check_sso_configuration.py
tests/github/test_generate_and_configure_ssh_keypair.py
tests/lib/test_archive.py
tests/lib/test_fs.py
tests/proc/__init__.py
tests/proc/test_run.py
tests/volta/__init__.py
tests/volta/test_download_and_unpack_archive.py
tests/volta/test_install.py
tests/volta/test_install_volta.py
tests/volta/test_populate_volta_home_with_shims.py