machineconfig 1.6__tar.gz → 1.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig-1.8/MANIFEST.in +7 -0
- machineconfig-1.8/PKG-INFO +132 -0
- machineconfig-1.8/README.md +118 -0
- machineconfig-1.8/setup.cfg +4 -0
- machineconfig-1.8/setup.py +41 -0
- machineconfig-1.8/src/machineconfig/__init__.py +8 -0
- machineconfig-1.8/src/machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/linux/archive/quirks.sh +27 -0
- machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/check_installations.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/checkout_version.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/create_zellij_template.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python/archive/python_tools.txt +12 -0
- machineconfig-1.8/src/machineconfig/jobs/python/check_installations.py +173 -0
- machineconfig-1.8/src/machineconfig/jobs/python/checkout_version.py +117 -0
- machineconfig-1.8/src/machineconfig/jobs/python/create_bootable_media.py +14 -0
- machineconfig-1.8/src/machineconfig/jobs/python/create_zellij_template.py +59 -0
- machineconfig-1.8/src/machineconfig/jobs/python/python_cargo_build_share.py +50 -0
- machineconfig-1.8/src/machineconfig/jobs/python/python_ve_symlink.py +20 -0
- machineconfig-1.8/src/machineconfig/jobs/python/tasks.py +4 -0
- machineconfig-1.8/src/machineconfig/jobs/python/vscode/__pycache__/link_ve.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python/vscode/__pycache__/select_interpreter.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python/vscode/link_ve.py +28 -0
- machineconfig-1.8/src/machineconfig/jobs/python/vscode/select_interpreter.py +47 -0
- machineconfig-1.8/src/machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python_generic_installers/__pycache__/wezterm.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python_generic_installers/config.json +268 -0
- machineconfig-1.8/src/machineconfig/jobs/python_generic_installers/dev/config.json +306 -0
- machineconfig-1.8/src/machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/python_linux_installers/config.json +67 -0
- machineconfig-1.8/src/machineconfig/jobs/python_linux_installers/dev/config.json +91 -0
- machineconfig-1.8/src/machineconfig/jobs/python_windows_installers/config.json +34 -0
- machineconfig-1.8/src/machineconfig/jobs/python_windows_installers/dev/config.json +3 -0
- machineconfig-1.8/src/machineconfig/jobs/script_installer/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/jobs/script_installer/azure_data_studio.py +22 -0
- machineconfig-1.8/src/machineconfig/jobs/script_installer/bypass_paywall.py +23 -0
- machineconfig-1.8/src/machineconfig/jobs/script_installer/code.py +34 -0
- machineconfig-1.8/src/machineconfig/jobs/script_installer/docker_desktop.py +41 -0
- machineconfig-1.8/src/machineconfig/jobs/script_installer/ngrok.py +29 -0
- machineconfig-1.8/src/machineconfig/jobs/script_installer/skim.py +21 -0
- machineconfig-1.8/src/machineconfig/jobs/script_installer/wezterm.py +34 -0
- machineconfig-1.8/src/machineconfig/jobs/windows/archive/archive_pygraphviz.ps1 +14 -0
- machineconfig-1.8/src/machineconfig/jobs/windows/archive/openssh-server_add_key.ps1 +7 -0
- machineconfig-1.8/src/machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1 +14 -0
- machineconfig-1.8/src/machineconfig/jobs/windows/start_terminal.ps1 +6 -0
- machineconfig-1.8/src/machineconfig/jobs/windows/startup_file.cmd +2 -0
- machineconfig-1.8/src/machineconfig/profile/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/profile/__pycache__/create.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/profile/__pycache__/shell.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/profile/create.py +107 -0
- machineconfig-1.8/src/machineconfig/profile/patches/linux/mcfly.sh +3 -0
- machineconfig-1.8/src/machineconfig/profile/patches/linux/xming.sh +2 -0
- machineconfig-1.8/src/machineconfig/profile/patches/linux/zoxide.sh +3 -0
- machineconfig-1.8/src/machineconfig/profile/patches/windows/zoxide.ps1 +6 -0
- machineconfig-1.8/src/machineconfig/profile/records/generic/shares.toml +5 -0
- machineconfig-1.8/src/machineconfig/profile/records/linux/apps_summary_report.csv +46 -0
- machineconfig-1.8/src/machineconfig/profile/records/linux/apps_summary_report.md +47 -0
- machineconfig-1.8/src/machineconfig/profile/records/windows/apps_summary_report.csv +1 -0
- machineconfig-1.8/src/machineconfig/profile/records/windows/apps_summary_report.md +2 -0
- machineconfig-1.8/src/machineconfig/profile/shell.py +127 -0
- machineconfig-1.8/src/machineconfig/scripts/__init__.py +6 -0
- machineconfig-1.8/src/machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/cloud/__pycache__/dotfiles.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/cloud/init.sh +40 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/activate_ve +66 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/archive/tmate_conn +13 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/scripts/linux/archive/tmate_start +0 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/checkout_versions +5 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/cloud_copy +5 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/cloud_manager +5 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/cloud_mount +23 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/cloud_repo_sync +6 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/cloud_sync +24 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/croshell +24 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/devops +24 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/fire +32 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/ftpx +5 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/scripts/linux/fzf2g +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/scripts/linux/fzfag +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/scripts/linux/fzffg +0 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/fzfg +23 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/fzfrga +21 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/kill_process +5 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/mount_drive +105 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/mount_nfs +70 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/mount_nw_drive +72 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/mount_smb +3 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/others/choose_shell_theme +6 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/others/transfer_wsl_win +5 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/programs +21 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/repos +24 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/scheduler +5 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/share_cloud.sh +18 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/share_nfs +49 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/share_smb +1 -0
- machineconfig-1.6/src/machineconfig/scripts/linux/sk_rg → machineconfig-1.8/src/machineconfig/scripts/linux/skrg +0 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/start_slidev +20 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/start_terminals +10 -0
- machineconfig-1.8/src/machineconfig/scripts/linux/z_ls +98 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/.gitignore +2 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/@plugins_snapshot.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/__future__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/__future__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_ast.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_ast.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_codecs.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_codecs.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_collections_abc.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_collections_abc.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_compression.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_compression.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_decimal.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_decimal.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_stat.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_stat.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_thread.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_thread.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_typeshed/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_typeshed/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_warnings.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_warnings.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_weakref.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_weakref.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_weakrefset.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_weakrefset.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/abc.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/abc.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/argparse.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/argparse.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/binascii.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/binascii.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/builtins.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/builtins.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/bz2.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/bz2.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/calendar.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/calendar.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/codecs.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/codecs.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/collections/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/collections/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/collections/abc.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/collections/abc.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/configparser.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/configparser.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/contextlib.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/contextlib.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/dataclasses.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/dataclasses.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/datetime.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/datetime.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/decimal.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/decimal.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/dis.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/dis.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/charset.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/charset.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/contentmanager.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/contentmanager.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/errors.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/errors.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/header.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/header.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/message.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/message.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/policy.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/policy.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/enum.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/enum.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/fnmatch.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/fnmatch.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/functools.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/functools.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/gc.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/gc.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/genericpath.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/genericpath.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/getpass.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/getpass.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/cmd.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/cmd.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/compat.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/compat.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/config.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/config.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/db.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/db.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/diff.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/diff.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/exc.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/exc.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/base.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/base.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/fun.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/fun.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/typ.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/typ.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/util.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/util.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/base.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/base.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/blob.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/blob.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/commit.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/commit.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/fun.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/fun.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/base.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/base.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/root.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/root.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/util.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/util.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tag.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tag.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tree.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tree.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/util.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/util.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/head.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/head.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/log.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/log.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/reference.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/reference.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/remote.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/remote.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/symbolic.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/symbolic.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/tag.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/tag.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/remote.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/remote.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/base.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/base.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/fun.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/fun.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/types.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/types.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/util.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/util.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/glob.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/glob.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/gzip.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/gzip.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/abc.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/abc.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/machinery.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/machinery.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/_meta.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/_meta.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/inspect.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/inspect.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/io.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/io.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/locale.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/locale.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/logging/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/logging/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/mimetypes.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/mimetypes.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/mmap.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/mmap.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/numbers.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/numbers.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/opcode.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/opcode.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/os/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/os/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/os/path.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/os/path.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/pathlib.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/pathlib.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/platform.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/platform.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/posixpath.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/posixpath.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/re.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/re.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/shlex.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/shlex.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/shutil.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/shutil.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/signal.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/signal.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/python/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/python/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_compile.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_compile.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_constants.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_constants.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_parse.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_parse.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/stat.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/stat.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/string.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/string.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/struct.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/struct.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/subprocess.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/subprocess.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sys.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sys.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/tarfile.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/tarfile.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/tempfile.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/tempfile.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/textwrap.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/textwrap.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/threading.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/threading.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/time.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/time.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/types.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/types.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/typing.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/typing.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/typing_extensions.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/typing_extensions.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/urllib/__init__.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/urllib/__init__.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/uuid.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/uuid.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/warnings.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/warnings.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/weakref.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/weakref.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/zlib.data.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/zlib.meta.json +1 -0
- machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/CACHEDIR.TAG +3 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/choose_ohmybash_theme.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/cloud_manager.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/devops_backup_retrieve.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/scheduler.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/start_slidev.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/scripts/python/archive/chatgpt.py +35 -0
- machineconfig-1.8/src/machineconfig/scripts/python/archive/im2text.py +19 -0
- machineconfig-1.8/src/machineconfig/scripts/python/archive/tmate_conn.py +28 -0
- machineconfig-1.8/src/machineconfig/scripts/python/archive/tmate_start.py +33 -0
- machineconfig-1.8/src/machineconfig/scripts/python/cloud_copy.py +93 -0
- machineconfig-1.8/src/machineconfig/scripts/python/cloud_manager.py +38 -0
- machineconfig-1.8/src/machineconfig/scripts/python/cloud_mount.py +115 -0
- machineconfig-1.8/src/machineconfig/scripts/python/cloud_repo_sync.py +154 -0
- machineconfig-1.8/src/machineconfig/scripts/python/cloud_sync.py +261 -0
- machineconfig-1.8/src/machineconfig/scripts/python/croshell.py +151 -0
- machineconfig-1.8/src/machineconfig/scripts/python/devops.py +119 -0
- machineconfig-1.8/src/machineconfig/scripts/python/devops_add_identity.py +27 -0
- machineconfig-1.8/src/machineconfig/scripts/python/devops_add_ssh_key.py +70 -0
- machineconfig-1.8/src/machineconfig/scripts/python/devops_backup_retrieve.py +52 -0
- machineconfig-1.8/src/machineconfig/scripts/python/devops_devapps_install.py +120 -0
- machineconfig-1.8/src/machineconfig/scripts/python/devops_update_repos.py +82 -0
- machineconfig-1.8/src/machineconfig/scripts/python/dotfile.py +42 -0
- machineconfig-1.8/src/machineconfig/scripts/python/fire_jobs.py +351 -0
- machineconfig-1.8/src/machineconfig/scripts/python/ftpx.py +82 -0
- machineconfig-1.8/src/machineconfig/scripts/python/mount_nfs.py +54 -0
- machineconfig-1.8/src/machineconfig/scripts/python/mount_nw_drive.py +31 -0
- machineconfig-1.8/src/machineconfig/scripts/python/mount_ssh.py +44 -0
- machineconfig-1.8/src/machineconfig/scripts/python/onetimeshare.py +60 -0
- machineconfig-1.8/src/machineconfig/scripts/python/pomodoro.py +41 -0
- machineconfig-1.8/src/machineconfig/scripts/python/repos.py +195 -0
- machineconfig-1.8/src/machineconfig/scripts/python/scheduler.py +52 -0
- machineconfig-1.8/src/machineconfig/scripts/python/snapshot.py +21 -0
- machineconfig-1.8/src/machineconfig/scripts/python/start_slidev.py +104 -0
- machineconfig-1.8/src/machineconfig/scripts/python/start_terminals.py +97 -0
- machineconfig-1.8/src/machineconfig/scripts/python/wifi_conn.py +90 -0
- machineconfig-1.8/src/machineconfig/scripts/python/wsl_windows_transfer.py +47 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/activate_ve.ps1 +54 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/archive/choose_shell_theme.ps1 +20 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/archive/gource2vid.ps1 +9 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/archive/im2text.ps1 +27 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/archive/secure_pull.ps1 +46 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/archive/secure_push.ps1 +85 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/archive/tmate_conn.ps1 +7 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/checkout_version.ps1 +6 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/cloud_copy.ps1 +17 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/cloud_manager.ps1 +8 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/cloud_mount.ps1 +25 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/cloud_repo_sync.ps1 +8 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/cloud_sync.ps1 +21 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/croshell.ps1 +40 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/devops.ps1 +30 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/dotfile.ps1 +9 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/fire.ps1 +33 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/ftpx.ps1 +5 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/fzfb.ps1 +3 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/fzfg.ps1 +2 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/fzfrga.bat +20 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/gpt.ps1 +23 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/grep.ps1 +2 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/kill_process.ps1 +8 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/mount_nfs.ps1 +44 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/mount_nw.ps1 +9 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/mount_smb.ps1 +2 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/mount_ssh.ps1 +17 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/nano.ps1 +3 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/neofetch.ps1 +2 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/pomodoro.ps1 +8 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/py2exe.ps1 +12 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/reload_path.ps1 +3 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/repos.ps1 +27 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/scheduler.ps1 +6 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/share_cloud.cmd +34 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/share_smb.ps1 +22 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/snapshot.ps1 +5 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/start_slidev.ps1 +21 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/start_terminals.ps1 +22 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/unlock_bitlocker.ps1 +10 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/wifi_conn.ps1 +7 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/wsl_rdp_windows_port_forwarding.ps1 +46 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/wsl_ssh_windows_port_forwarding.ps1 +76 -0
- machineconfig-1.8/src/machineconfig/scripts/windows/wsl_windows_transfer.ps1 +7 -0
- machineconfig-1.8/src/machineconfig/settings/broot/br.sh +20 -0
- machineconfig-1.8/src/machineconfig/settings/broot/brootcd.ps1 +32 -0
- machineconfig-1.8/src/machineconfig/settings/broot/conf.toml +5 -0
- machineconfig-1.8/src/machineconfig/settings/gromit-mpx/gromit-mpx.cfg +24 -0
- machineconfig-1.8/src/machineconfig/settings/helix/config.toml +26 -0
- machineconfig-1.8/src/machineconfig/settings/helix/languages.toml +17 -0
- machineconfig-1.8/src/machineconfig/settings/lf/linux/colors +196 -0
- machineconfig-1.8/src/machineconfig/settings/lf/linux/exe/cleaner.sh +5 -0
- machineconfig-1.8/src/machineconfig/settings/lf/linux/exe/fzf_nano.sh +6 -0
- machineconfig-1.8/src/machineconfig/settings/lf/linux/exe/leftpane_previewer.sh +2 -0
- machineconfig-1.8/src/machineconfig/settings/lf/linux/exe/lfcd.sh +34 -0
- machineconfig-1.8/src/machineconfig/settings/lf/linux/exe/previewer.sh +69 -0
- machineconfig-1.8/src/machineconfig/settings/lf/linux/exe/previewer_archive.sh +150 -0
- machineconfig-1.8/src/machineconfig/settings/lf/linux/icons +357 -0
- machineconfig-1.8/src/machineconfig/settings/lf/linux/lfrc +221 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/cd_tere.ps1 +4 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/cd_zoxide.ps1 +4 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/cd_zoxide2.ps1 +4 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/colors +159 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/fzf_edit.ps1 +6 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/icons +357 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/leftpane_previewer.ps1 +3 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/lfcd.ps1 +35 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/lfrc +133 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/mkdir.ps1 +3 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/mkfile.ps1 +3 -0
- machineconfig-1.8/src/machineconfig/settings/lf/windows/previewer.ps1 +7 -0
- machineconfig-1.8/src/machineconfig/settings/linters/.flake8 +24 -0
- machineconfig-1.8/src/machineconfig/settings/linters/.mypy.ini +21 -0
- machineconfig-1.8/src/machineconfig/settings/linters/.ruff.toml +65 -0
- machineconfig-1.8/src/machineconfig/settings/lvim/windows/archive/config_additional.lua +39 -0
- machineconfig-1.8/src/machineconfig/settings/lvim/windows/lua/user/custom_config.lua +13 -0
- machineconfig-1.8/src/machineconfig/settings/mprocs/windows/mprocs.yaml +55 -0
- machineconfig-1.8/src/machineconfig/settings/mprocs/windows/other +12 -0
- machineconfig-1.8/src/machineconfig/settings/pistol/pistol.conf +8 -0
- machineconfig-1.8/src/machineconfig/settings/presenterm/config.yaml +64 -0
- machineconfig-1.8/src/machineconfig/settings/procs/.procs.toml +142 -0
- machineconfig-1.8/src/machineconfig/settings/shells/alacritty/alacritty.toml +40 -0
- machineconfig-1.8/src/machineconfig/settings/shells/bash/.inputrc +3 -0
- machineconfig-1.8/src/machineconfig/settings/shells/bash/init.sh +56 -0
- machineconfig-1.8/src/machineconfig/settings/shells/hyper/.hyper.js +201 -0
- machineconfig-1.8/src/machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc +0 -0
- machineconfig-1.8/src/machineconfig/settings/shells/ipy/profiles/default/startup/playext.py +63 -0
- machineconfig-1.8/src/machineconfig/settings/shells/kitty/kitty.conf +1476 -0
- machineconfig-1.8/src/machineconfig/settings/shells/nushell/config.nu +9 -0
- machineconfig-1.8/src/machineconfig/settings/shells/nushell/env.nu +10 -0
- machineconfig-1.8/src/machineconfig/settings/shells/pwsh/init.ps1 +86 -0
- machineconfig-1.8/src/machineconfig/settings/shells/starship/starship.toml +58 -0
- machineconfig-1.8/src/machineconfig/settings/shells/vtm/settings.xml +297 -0
- machineconfig-1.8/src/machineconfig/settings/shells/wezterm/wezterm.lua +134 -0
- machineconfig-1.8/src/machineconfig/settings/shells/wt/settings.json +526 -0
- machineconfig-1.8/src/machineconfig/settings/svim/linux/init.toml +48 -0
- machineconfig-1.8/src/machineconfig/settings/svim/windows/init.toml +48 -0
- machineconfig-1.8/src/machineconfig/settings/tere/terecd.ps1 +8 -0
- machineconfig-1.8/src/machineconfig/settings/tere/terecd.sh +5 -0
- machineconfig-1.8/src/machineconfig/settings/tmux/.tmate.conf +3 -0
- machineconfig-1.8/src/machineconfig/settings/tmux/.tmux.conf +6 -0
- machineconfig-1.8/src/machineconfig/settings/wsl/.wslconfig +35 -0
- machineconfig-1.8/src/machineconfig/settings/zellij/commands/monitor +9 -0
- machineconfig-1.8/src/machineconfig/settings/zellij/commands/standard_panes +33 -0
- machineconfig-1.8/src/machineconfig/settings/zellij/config.kdl +295 -0
- machineconfig-1.8/src/machineconfig/settings/zellij/config.orig.kdl +295 -0
- machineconfig-1.8/src/machineconfig/settings/zellij/layouts/hist +13 -0
- machineconfig-1.8/src/machineconfig/settings/zellij/layouts/panes.kdl +20 -0
- machineconfig-1.8/src/machineconfig/settings/zellij/layouts/st.kdl +21 -0
- machineconfig-1.8/src/machineconfig/settings/zellij/layouts/st2.kdl +59 -0
- machineconfig-1.8/src/machineconfig/settings/zellij/layouts/stacked_panes.kdl +11 -0
- machineconfig-1.8/src/machineconfig/setup_linux/nix/cli_installation.sh +125 -0
- machineconfig-1.8/src/machineconfig/setup_linux/others/alacritty_install.sh +4 -0
- machineconfig-1.8/src/machineconfig/setup_linux/others/docker.sh +30 -0
- machineconfig-1.8/src/machineconfig/setup_linux/others/docker_install.sh +40 -0
- machineconfig-1.8/src/machineconfig/setup_linux/web_shortcuts/all.sh +12 -0
- machineconfig-1.8/src/machineconfig/setup_windows/others/docker.ps1 +7 -0
- machineconfig-1.8/src/machineconfig/setup_windows/others/obs.ps1 +4 -0
- machineconfig-1.8/src/machineconfig/setup_windows/web_shortcuts/all.ps1 +15 -0
- machineconfig-1.8/src/machineconfig/setup_windows/web_shortcuts/ascii_art.ps1 +36 -0
- machineconfig-1.8/src/machineconfig/setup_windows/web_shortcuts/croshell.ps1 +16 -0
- machineconfig-1.8/src/machineconfig/setup_windows/web_shortcuts/ssh.ps1 +4 -0
- machineconfig-1.8/src/machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1 +30 -0
- machineconfig-1.8/src/machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py +44 -0
- machineconfig-1.8/src/machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +136 -0
- machineconfig-1.8/src/machineconfig/utils/installer.py +251 -0
- machineconfig-1.8/src/machineconfig/utils/procs.py +114 -0
- machineconfig-1.8/src/machineconfig/utils/scheduling.py +188 -0
- machineconfig-1.8/src/machineconfig/utils/utils.py +353 -0
- machineconfig-1.8/src/machineconfig/utils/ve.py +222 -0
- machineconfig-1.8/src/machineconfig.egg-info/PKG-INFO +132 -0
- machineconfig-1.8/src/machineconfig.egg-info/SOURCES.txt +630 -0
- machineconfig-1.8/src/machineconfig.egg-info/requires.txt +8 -0
- machineconfig-1.6/MANIFEST.in +0 -7
- machineconfig-1.6/PKG-INFO +0 -127
- machineconfig-1.6/README.md +0 -113
- machineconfig-1.6/setup.cfg +0 -4
- machineconfig-1.6/setup.py +0 -40
- machineconfig-1.6/src/machineconfig/__init__.py +0 -8
- machineconfig-1.6/src/machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/__pycache__/__init__.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/linux/archive/get_latest_release.sh +0 -13
- machineconfig-1.6/src/machineconfig/jobs/linux/archive/install_bandwich.sh +0 -17
- machineconfig-1.6/src/machineconfig/jobs/linux/archive/install_diskonaut.sh +0 -16
- machineconfig-1.6/src/machineconfig/jobs/linux/archive/install_kondo.sh +0 -12
- machineconfig-1.6/src/machineconfig/jobs/linux/archive/install_nu.sh +0 -13
- machineconfig-1.6/src/machineconfig/jobs/linux/archive/install_zellij.sh +0 -12
- machineconfig-1.6/src/machineconfig/jobs/linux/archive/lf.sh +0 -20
- machineconfig-1.6/src/machineconfig/jobs/linux/archive/quirks.sh +0 -27
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/__init__.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/checkout_version.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/python_linux_installers_all.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/python_linux_installers_all.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/python_ve_installer.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/python_ve_installer.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/python_windows_installers_all.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/python_windows_installers_all.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/__pycache__/repos.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python/archive/python_tools.txt +0 -12
- machineconfig-1.6/src/machineconfig/jobs/python/check_installations.py +0 -170
- machineconfig-1.6/src/machineconfig/jobs/python/checkout_version.py +0 -70
- machineconfig-1.6/src/machineconfig/jobs/python/create_bootable_media.py +0 -14
- machineconfig-1.6/src/machineconfig/jobs/python/create_zellij_template.py +0 -58
- machineconfig-1.6/src/machineconfig/jobs/python/python_cargo_build_share.py +0 -45
- machineconfig-1.6/src/machineconfig/jobs/python/python_linux_installers_all.py +0 -81
- machineconfig-1.6/src/machineconfig/jobs/python/python_ve_installer.py +0 -58
- machineconfig-1.6/src/machineconfig/jobs/python/python_ve_symlink.py +0 -20
- machineconfig-1.6/src/machineconfig/jobs/python/python_windows_installers_all.py +0 -26
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/archive/gopass.py +0 -18
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/archive/nvim.py +0 -20
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/archive/strongbox.py +0 -33
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/broot.py +0 -39
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/browsh.py +0 -28
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/chatgpt.py +0 -30
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/cpufetch.py +0 -25
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/delta.py +0 -59
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/autogpt.py +0 -31
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/bw.py +0 -30
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/cloudflared.py +0 -32
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/evcxr.py +0 -23
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/kondo.py +0 -24
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/lvim.py +0 -61
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/navi.py +0 -20
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/ngrok.py +0 -35
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/opencommit.py +0 -24
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/pomodoro.py +0 -24
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/qrcp.py +0 -26
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/qrscan.py +0 -18
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/rust-analyzer.py +0 -25
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/termscp.py +0 -24
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/tldr.py +0 -28
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/tokei.py +0 -25
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dev/vtm.py +0 -31
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/diskonaut.py +0 -32
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/dua.py +0 -20
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/gitui.py +0 -25
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/helix.py +0 -60
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/lf.py +0 -26
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/mprocs.py +0 -20
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/ots.py +0 -32
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/ouch.py +0 -27
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/procs.py +0 -20
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/rclone.py +0 -19
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/tere.py +0 -31
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/ttyd.py +0 -28
- machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/watchexec.py +0 -21
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/archive/bandwhich.py +0 -14
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/archive/ranger.py +0 -19
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/bottom.py +0 -22
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/btop.py +0 -18
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/dev/bytehound.py +0 -20
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/dev/nnn.py +0 -22
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/dev/xplr.py +0 -22
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/gotty.py +0 -17
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/joshuto.py +0 -31
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/mcfly.py +0 -12
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/skim.py +0 -21
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/topgrade.py +0 -14
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/viu.py +0 -20
- machineconfig-1.6/src/machineconfig/jobs/python_linux_installers/zellij.py +0 -31
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/__pycache__/__init__.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/archive/ntop.py +0 -21
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/archive/readme.md +0 -9
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/bat.py +0 -19
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/boxes.py +0 -22
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/dev/bypass_paywall.py +0 -22
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/dev/obs_background_removal_plugin.py +0 -22
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/fd.py +0 -17
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/fzf.py +0 -19
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/rg.py +0 -18
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/ugrep.py +0 -18
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/zoomit.py +0 -30
- machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/zoxide.py +0 -21
- machineconfig-1.6/src/machineconfig/jobs/windows/arhive/archive_pygraphviz.ps1 +0 -14
- machineconfig-1.6/src/machineconfig/jobs/windows/arhive/openssh-server_add_key.ps1 +0 -7
- machineconfig-1.6/src/machineconfig/jobs/windows/arhive/openssh-server_copy-ssh-id.ps1 +0 -14
- machineconfig-1.6/src/machineconfig/jobs/windows/start_terminal.ps1 +0 -6
- machineconfig-1.6/src/machineconfig/jobs/windows/startup_file.cmd +0 -2
- machineconfig-1.6/src/machineconfig/profile/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/profile/__pycache__/__init__.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/profile/__pycache__/create.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/profile/__pycache__/create.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/profile/create.py +0 -223
- machineconfig-1.6/src/machineconfig/profile/fix_shell_profiles.py +0 -8
- machineconfig-1.6/src/machineconfig/profile/patches/linux/mcfly.sh +0 -3
- machineconfig-1.6/src/machineconfig/profile/patches/linux/xming.sh +0 -2
- machineconfig-1.6/src/machineconfig/profile/patches/linux/zoxide.sh +0 -3
- machineconfig-1.6/src/machineconfig/profile/patches/linux/zzellij.sh +0 -9
- machineconfig-1.6/src/machineconfig/profile/patches/windows/zoxide.ps1 +0 -6
- machineconfig-1.6/src/machineconfig/profile/records/generic/shares.toml +0 -5
- machineconfig-1.6/src/machineconfig/profile/records/linux/apps_summary_report.csv +0 -43
- machineconfig-1.6/src/machineconfig/profile/records/linux/apps_summary_report.md +0 -44
- machineconfig-1.6/src/machineconfig/profile/records/windows/apps_summary_report.csv +0 -32
- machineconfig-1.6/src/machineconfig/profile/records/windows/apps_summary_report.md +0 -33
- machineconfig-1.6/src/machineconfig/scripts/__init__.py +0 -6
- machineconfig-1.6/src/machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/__pycache__/__init__.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/linux/activate_ve +0 -62
- machineconfig-1.6/src/machineconfig/scripts/linux/archive/tmate_conn +0 -13
- machineconfig-1.6/src/machineconfig/scripts/linux/checkout_versions +0 -6
- machineconfig-1.6/src/machineconfig/scripts/linux/choose_shell_theme +0 -6
- machineconfig-1.6/src/machineconfig/scripts/linux/cloud_copy +0 -5
- machineconfig-1.6/src/machineconfig/scripts/linux/cloud_manager +0 -4
- machineconfig-1.6/src/machineconfig/scripts/linux/cloud_mount +0 -23
- machineconfig-1.6/src/machineconfig/scripts/linux/cloud_repo_sync +0 -6
- machineconfig-1.6/src/machineconfig/scripts/linux/cloud_sync +0 -24
- machineconfig-1.6/src/machineconfig/scripts/linux/croshell +0 -11
- machineconfig-1.6/src/machineconfig/scripts/linux/devops +0 -24
- machineconfig-1.6/src/machineconfig/scripts/linux/fire +0 -20
- machineconfig-1.6/src/machineconfig/scripts/linux/ftprx +0 -6
- machineconfig-1.6/src/machineconfig/scripts/linux/ftpsx +0 -5
- machineconfig-1.6/src/machineconfig/scripts/linux/fzfg +0 -23
- machineconfig-1.6/src/machineconfig/scripts/linux/mount_drive +0 -62
- machineconfig-1.6/src/machineconfig/scripts/linux/mount_nfs +0 -70
- machineconfig-1.6/src/machineconfig/scripts/linux/mount_nw_drive +0 -72
- machineconfig-1.6/src/machineconfig/scripts/linux/mount_smb +0 -3
- machineconfig-1.6/src/machineconfig/scripts/linux/repos +0 -24
- machineconfig-1.6/src/machineconfig/scripts/linux/share_nfs +0 -45
- machineconfig-1.6/src/machineconfig/scripts/linux/share_smb +0 -1
- machineconfig-1.6/src/machineconfig/scripts/linux/start_terminals +0 -10
- machineconfig-1.6/src/machineconfig/scripts/linux/transfer.sh +0 -17
- machineconfig-1.6/src/machineconfig/scripts/linux/transfer_wsl_win +0 -5
- machineconfig-1.6/src/machineconfig/scripts/linux/z_ls +0 -35
- machineconfig-1.6/src/machineconfig/scripts/linux/z_monitor +0 -3
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/__init__.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/bu_onedrive_rx.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/bu_onedrive_sx.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/chatgpt.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/choose_ohmyposh_theme.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/choose_ohmyposh_theme.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/cloud_copy.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/cloud_mount.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/cloud_rx.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/cloud_sx.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/cloud_sync.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/devops_add_identity.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/devops_add_ssh_key.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/devops_backup_retrieve.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/devops_backup_retrieve.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/fire_jobs.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/launch_terminal.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/mount_nfs.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/start_terminals.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/__pycache__/start_terminals.cpython-39.pyc +0 -0
- machineconfig-1.6/src/machineconfig/scripts/python/archive/chatgpt.py +0 -35
- machineconfig-1.6/src/machineconfig/scripts/python/archive/im2text.py +0 -18
- machineconfig-1.6/src/machineconfig/scripts/python/archive/tmate_conn.py +0 -28
- machineconfig-1.6/src/machineconfig/scripts/python/archive/tmate_start.py +0 -33
- machineconfig-1.6/src/machineconfig/scripts/python/choose_ohmybash_theme.py +0 -31
- machineconfig-1.6/src/machineconfig/scripts/python/choose_ohmyposh_theme.py +0 -57
- machineconfig-1.6/src/machineconfig/scripts/python/cloud_copy.py +0 -45
- machineconfig-1.6/src/machineconfig/scripts/python/cloud_manager.py +0 -38
- machineconfig-1.6/src/machineconfig/scripts/python/cloud_mount.py +0 -85
- machineconfig-1.6/src/machineconfig/scripts/python/cloud_repo_sync.py +0 -116
- machineconfig-1.6/src/machineconfig/scripts/python/cloud_sync.py +0 -106
- machineconfig-1.6/src/machineconfig/scripts/python/devops.py +0 -95
- machineconfig-1.6/src/machineconfig/scripts/python/devops_add_identity.py +0 -26
- machineconfig-1.6/src/machineconfig/scripts/python/devops_add_ssh_key.py +0 -69
- machineconfig-1.6/src/machineconfig/scripts/python/devops_backup_retrieve.py +0 -49
- machineconfig-1.6/src/machineconfig/scripts/python/devops_devapps_install.py +0 -100
- machineconfig-1.6/src/machineconfig/scripts/python/devops_update_repos.py +0 -79
- machineconfig-1.6/src/machineconfig/scripts/python/dotfile.py +0 -38
- machineconfig-1.6/src/machineconfig/scripts/python/fire_jobs.py +0 -184
- machineconfig-1.6/src/machineconfig/scripts/python/ftprx.py +0 -40
- machineconfig-1.6/src/machineconfig/scripts/python/ftpsx.py +0 -40
- machineconfig-1.6/src/machineconfig/scripts/python/mount_nfs.py +0 -51
- machineconfig-1.6/src/machineconfig/scripts/python/mount_nw_drive.py +0 -30
- machineconfig-1.6/src/machineconfig/scripts/python/mount_ssh.py +0 -41
- machineconfig-1.6/src/machineconfig/scripts/python/onetimeshare.py +0 -56
- machineconfig-1.6/src/machineconfig/scripts/python/pomodoro.py +0 -41
- machineconfig-1.6/src/machineconfig/scripts/python/repos.py +0 -157
- machineconfig-1.6/src/machineconfig/scripts/python/snapshot.py +0 -21
- machineconfig-1.6/src/machineconfig/scripts/python/start_terminals.py +0 -75
- machineconfig-1.6/src/machineconfig/scripts/python/transfer_wsl_win.py +0 -42
- machineconfig-1.6/src/machineconfig/scripts/python/wifi_conn.py +0 -90
- machineconfig-1.6/src/machineconfig/scripts/windows/activate_ve.ps1 +0 -54
- machineconfig-1.6/src/machineconfig/scripts/windows/archive/gource2vid.ps1 +0 -7
- machineconfig-1.6/src/machineconfig/scripts/windows/archive/im2text.ps1 +0 -27
- machineconfig-1.6/src/machineconfig/scripts/windows/archive/secure_pull.ps1 +0 -46
- machineconfig-1.6/src/machineconfig/scripts/windows/archive/secure_push.ps1 +0 -85
- machineconfig-1.6/src/machineconfig/scripts/windows/archive/tmate_conn.ps1 +0 -7
- machineconfig-1.6/src/machineconfig/scripts/windows/checkout_version.ps1 +0 -4
- machineconfig-1.6/src/machineconfig/scripts/windows/choose_shell_theme.ps1 +0 -18
- machineconfig-1.6/src/machineconfig/scripts/windows/cloud_copy.ps1 +0 -17
- machineconfig-1.6/src/machineconfig/scripts/windows/cloud_manager.ps1 +0 -4
- machineconfig-1.6/src/machineconfig/scripts/windows/cloud_mount.ps1 +0 -24
- machineconfig-1.6/src/machineconfig/scripts/windows/cloud_repo_sync.ps1 +0 -4
- machineconfig-1.6/src/machineconfig/scripts/windows/cloud_sync.ps1 +0 -19
- machineconfig-1.6/src/machineconfig/scripts/windows/croshell.ps1 +0 -15
- machineconfig-1.6/src/machineconfig/scripts/windows/devops.ps1 +0 -29
- machineconfig-1.6/src/machineconfig/scripts/windows/dotfile.ps1 +0 -5
- machineconfig-1.6/src/machineconfig/scripts/windows/fire.ps1 +0 -23
- machineconfig-1.6/src/machineconfig/scripts/windows/ftprx.ps1 +0 -5
- machineconfig-1.6/src/machineconfig/scripts/windows/ftpsx.ps1 +0 -7
- machineconfig-1.6/src/machineconfig/scripts/windows/fzfb.ps1 +0 -2
- machineconfig-1.6/src/machineconfig/scripts/windows/fzfg.ps1 +0 -2
- machineconfig-1.6/src/machineconfig/scripts/windows/gpt.ps1 +0 -22
- machineconfig-1.6/src/machineconfig/scripts/windows/grep.ps1 +0 -2
- machineconfig-1.6/src/machineconfig/scripts/windows/kill_process.ps1 +0 -5
- machineconfig-1.6/src/machineconfig/scripts/windows/mount_nfs.ps1 +0 -41
- machineconfig-1.6/src/machineconfig/scripts/windows/mount_nw.ps1 +0 -9
- machineconfig-1.6/src/machineconfig/scripts/windows/mount_smb.ps1 +0 -2
- machineconfig-1.6/src/machineconfig/scripts/windows/mount_ssh.ps1 +0 -14
- machineconfig-1.6/src/machineconfig/scripts/windows/nano.ps1 +0 -3
- machineconfig-1.6/src/machineconfig/scripts/windows/neofetch.ps1 +0 -2
- machineconfig-1.6/src/machineconfig/scripts/windows/pomodoro.ps1 +0 -5
- machineconfig-1.6/src/machineconfig/scripts/windows/py2exe.ps1 +0 -11
- machineconfig-1.6/src/machineconfig/scripts/windows/reload_path.ps1 +0 -3
- machineconfig-1.6/src/machineconfig/scripts/windows/repos.ps1 +0 -24
- machineconfig-1.6/src/machineconfig/scripts/windows/share_smb.ps1 +0 -22
- machineconfig-1.6/src/machineconfig/scripts/windows/snapshot.ps1 +0 -5
- machineconfig-1.6/src/machineconfig/scripts/windows/start_terminals.ps1 +0 -22
- machineconfig-1.6/src/machineconfig/scripts/windows/transfer_sh.cmd +0 -34
- machineconfig-1.6/src/machineconfig/scripts/windows/unlock_bitlocker.ps1 +0 -10
- machineconfig-1.6/src/machineconfig/scripts/windows/wifi_conn.ps1 +0 -7
- machineconfig-1.6/src/machineconfig/scripts/windows/wsl_rdp_windows_port_forwarding.ps1 +0 -46
- machineconfig-1.6/src/machineconfig/scripts/windows/wsl_ssh_windows_port_forwarding.ps1 +0 -76
- machineconfig-1.6/src/machineconfig/scripts/windows/wsl_windows_transfer.ps1 +0 -6
- machineconfig-1.6/src/machineconfig/scripts/windows/wts.ps1 +0 -2
- machineconfig-1.6/src/machineconfig/settings/broot/br.sh +0 -20
- machineconfig-1.6/src/machineconfig/settings/broot/brootcd.ps1 +0 -32
- machineconfig-1.6/src/machineconfig/settings/helix/config.toml +0 -14
- machineconfig-1.6/src/machineconfig/settings/helix/languages.toml +0 -23
- machineconfig-1.6/src/machineconfig/settings/lf/linux/colors +0 -196
- machineconfig-1.6/src/machineconfig/settings/lf/linux/exe/fzf_nano.sh +0 -6
- machineconfig-1.6/src/machineconfig/settings/lf/linux/exe/leftpane_previewer.sh +0 -3
- machineconfig-1.6/src/machineconfig/settings/lf/linux/exe/lfcd.sh +0 -37
- machineconfig-1.6/src/machineconfig/settings/lf/linux/exe/previewer.sh +0 -4
- machineconfig-1.6/src/machineconfig/settings/lf/linux/icons +0 -357
- machineconfig-1.6/src/machineconfig/settings/lf/linux/lfrc +0 -210
- machineconfig-1.6/src/machineconfig/settings/lf/windows/cd_tere.ps1 +0 -4
- machineconfig-1.6/src/machineconfig/settings/lf/windows/cd_zoxide.ps1 +0 -4
- machineconfig-1.6/src/machineconfig/settings/lf/windows/cd_zoxide2.ps1 +0 -4
- machineconfig-1.6/src/machineconfig/settings/lf/windows/colors +0 -159
- machineconfig-1.6/src/machineconfig/settings/lf/windows/fzf_edit.ps1 +0 -6
- machineconfig-1.6/src/machineconfig/settings/lf/windows/icons +0 -357
- machineconfig-1.6/src/machineconfig/settings/lf/windows/leftpane_previewer.ps1 +0 -3
- machineconfig-1.6/src/machineconfig/settings/lf/windows/lfcd.ps1 +0 -35
- machineconfig-1.6/src/machineconfig/settings/lf/windows/lfrc +0 -133
- machineconfig-1.6/src/machineconfig/settings/lf/windows/mkdir.ps1 +0 -3
- machineconfig-1.6/src/machineconfig/settings/lf/windows/mkfile.ps1 +0 -3
- machineconfig-1.6/src/machineconfig/settings/lf/windows/previewer.ps1 +0 -7
- machineconfig-1.6/src/machineconfig/settings/linters/.flake8 +0 -14
- machineconfig-1.6/src/machineconfig/settings/linters/.mypy.ini +0 -20
- machineconfig-1.6/src/machineconfig/settings/lvim/windows/archive/config_additional.lua +0 -39
- machineconfig-1.6/src/machineconfig/settings/lvim/windows/lua/user/custom_config.lua +0 -13
- machineconfig-1.6/src/machineconfig/settings/mprocs/windows/mprocs.yaml +0 -55
- machineconfig-1.6/src/machineconfig/settings/mprocs/windows/other +0 -12
- machineconfig-1.6/src/machineconfig/settings/shells/bash/init.sh +0 -29
- machineconfig-1.6/src/machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/settings/shells/ipy/profiles/default/__pycache__/playext.cpython-311.pyc +0 -0
- machineconfig-1.6/src/machineconfig/settings/shells/ipy/profiles/default/playext.py +0 -48
- machineconfig-1.6/src/machineconfig/settings/shells/nushell/config.nu +0 -512
- machineconfig-1.6/src/machineconfig/settings/shells/nushell/env.nu +0 -62
- machineconfig-1.6/src/machineconfig/settings/shells/pwsh/init.ps1 +0 -33
- machineconfig-1.6/src/machineconfig/settings/shells/vtm/settings.xml +0 -297
- machineconfig-1.6/src/machineconfig/settings/shells/wt/settings.json +0 -466
- machineconfig-1.6/src/machineconfig/settings/svim/linux/init.toml +0 -48
- machineconfig-1.6/src/machineconfig/settings/svim/windows/init.toml +0 -48
- machineconfig-1.6/src/machineconfig/settings/tere/terecd.ps1 +0 -8
- machineconfig-1.6/src/machineconfig/settings/tere/terecd.sh +0 -5
- machineconfig-1.6/src/machineconfig/settings/tmux/.tmate.conf +0 -3
- machineconfig-1.6/src/machineconfig/settings/tmux/.tmux.conf +0 -6
- machineconfig-1.6/src/machineconfig/settings/wsl/.wslconfig +0 -35
- machineconfig-1.6/src/machineconfig/settings/zellij/config.kdl +0 -295
- machineconfig-1.6/src/machineconfig/settings/zellij/config.orig.kdl +0 -295
- machineconfig-1.6/src/machineconfig/settings/zellij/layouts/hist +0 -13
- machineconfig-1.6/src/machineconfig/settings/zellij/layouts/st.kdl +0 -22
- machineconfig-1.6/src/machineconfig/setup_linux/nix/cli_installation.sh +0 -129
- machineconfig-1.6/src/machineconfig/setup_linux/others/archive +0 -12
- machineconfig-1.6/src/machineconfig/setup_linux/others/chrome.sh +0 -15
- machineconfig-1.6/src/machineconfig/setup_linux/web_shortcuts/all.sh +0 -14
- machineconfig-1.6/src/machineconfig/setup_windows/others/docker.ps1 +0 -7
- machineconfig-1.6/src/machineconfig/setup_windows/others/obs.ps1 +0 -5
- machineconfig-1.6/src/machineconfig/setup_windows/web_shortcuts/all.ps1 +0 -18
- machineconfig-1.6/src/machineconfig/setup_windows/web_shortcuts/ascii_art.ps1 +0 -36
- machineconfig-1.6/src/machineconfig/setup_windows/web_shortcuts/croshell.ps1 +0 -16
- machineconfig-1.6/src/machineconfig/setup_windows/web_shortcuts/ssh.ps1 +0 -4
- machineconfig-1.6/src/machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1 +0 -30
- machineconfig-1.6/src/machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py +0 -58
- machineconfig-1.6/src/machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +0 -137
- machineconfig-1.6/src/machineconfig/utils/__init__.py +0 -0
- machineconfig-1.6/src/machineconfig/utils/installer.py +0 -112
- machineconfig-1.6/src/machineconfig/utils/procs.py +0 -100
- machineconfig-1.6/src/machineconfig/utils/to_exe.py +0 -7
- machineconfig-1.6/src/machineconfig/utils/utils.py +0 -209
- machineconfig-1.6/src/machineconfig/utils/ve.py +0 -62
- machineconfig-1.6/src/machineconfig.egg-info/PKG-INFO +0 -127
- machineconfig-1.6/src/machineconfig.egg-info/SOURCES.txt +0 -377
- machineconfig-1.6/src/machineconfig.egg-info/requires.txt +0 -7
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/jobs/__init__.py +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/jobs/python/__init__.py +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/jobs/python_generic_installers/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/jobs/python_generic_installers/archive → machineconfig-1.8/src/machineconfig/jobs/python_linux_installers}/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/jobs/python_generic_installers → machineconfig-1.8/src/machineconfig/jobs/python_linux_installers}/dev/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/jobs/python_linux_installers → machineconfig-1.8/src/machineconfig/jobs/python_windows_installers}/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/jobs/python_linux_installers → machineconfig-1.8/src/machineconfig/jobs/python_windows_installers}/archive/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/jobs/python_linux_installers → machineconfig-1.8/src/machineconfig/jobs/python_windows_installers}/dev/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/jobs/python_windows_installers → machineconfig-1.8/src/machineconfig/jobs/script_installer}/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/archive → machineconfig-1.8/src/machineconfig/profile}/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/jobs/python_windows_installers/dev → machineconfig-1.8/src/machineconfig/scripts/python}/__init__.py +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/scripts/windows/share_nfs.ps1 +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/scripts/windows/utils/op_script_delete.ps1 +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/linux/autocall/delete.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/linux/autocall/on-cd.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/linux/autocall/on-quit.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/linux/autocall/open.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/linux/autocall/paste.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/linux/autocall/pre-cd.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/linux/autocall/rename.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/windows/autocall/delete.ps1 +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/windows/autocall/on-cd.ps1 +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/windows/autocall/on-quit.ps1 +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/windows/autocall/open.ps1 +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/windows/autocall/paste.ps1 +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/windows/autocall/pre-cd.ps1 +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/windows/autocall/rename.ps1 +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/settings/lf/windows/tst.ps1 +0 -0
- /machineconfig-1.6/src/machineconfig/profile/__init__.py → /machineconfig-1.8/src/machineconfig/settings/shells/alacritty/alacritty.yml +0 -0
- {machineconfig-1.6/src/machineconfig/scripts/python → machineconfig-1.8/src/machineconfig/settings/shells/ipy/profiles/default}/__init__.py +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/setup_linux/others/openssh-server_add_pub_key.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/setup_linux/web_shortcuts/ascii_art.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/setup_linux/web_shortcuts/croshell.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/setup_linux/web_shortcuts/ssh.sh +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig/setup_linux/web_shortcuts/update_system.sh +0 -0
- {machineconfig-1.6/src/machineconfig/settings/shells/ipy/profiles/default → machineconfig-1.8/src/machineconfig/setup_windows}/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/setup_windows → machineconfig-1.8/src/machineconfig/setup_windows/wt_and_pwsh}/__init__.py +0 -0
- {machineconfig-1.6/src/machineconfig/setup_windows/wt_and_pwsh → machineconfig-1.8/src/machineconfig/utils}/__init__.py +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig.egg-info/dependency_links.txt +0 -0
- {machineconfig-1.6 → machineconfig-1.8}/src/machineconfig.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: machineconfig
|
|
3
|
+
Version: 1.8
|
|
4
|
+
Summary: Dotfiles management package
|
|
5
|
+
Home-page: https://github.com/thisismygitrepo/machineconfig
|
|
6
|
+
Author: Alex Al-Saffar
|
|
7
|
+
Author-email: programmer@usa.com
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/thisismygitrepo/machineconfig/issues
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Requires-Python: >=3.9
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<p align="center">
|
|
17
|
+
|
|
18
|
+
<a href="https://github.com/thisismygitrepo/machineconfig/commits">
|
|
19
|
+
<img src="https://img.shields.io/github/commit-activity/m/thisismygitrepo/machineconfig" />
|
|
20
|
+
</a>
|
|
21
|
+
|
|
22
|
+
</p>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# Welcome to machineconfig
|
|
26
|
+
|
|
27
|
+
# Shortcuts
|
|
28
|
+
* `bit.ly/cfgroot` is a shortcut to this repo.
|
|
29
|
+
* `curl bit.ly/cfgread -L | bat -l md --style="header"` to get the readme file.
|
|
30
|
+
|
|
31
|
+
Machineconfig is a package for managing configuration files (aka dotfiles). The idea is to collect those critical, time-consuming-files-to-setup in one directory and reference them via symbolic links from their original locations. Thus, when a new machine is to be setup, all that is required is to clone the repo in that machine and create the symbolic links.
|
|
32
|
+
Dotfiles include, but are not limited to:
|
|
33
|
+
* `~/.gitconfig`
|
|
34
|
+
* `~/.ssh`
|
|
35
|
+
* `~/.aws`
|
|
36
|
+
* `~/.bash_profile`
|
|
37
|
+
* `~/.bashrc`
|
|
38
|
+
* `~/.config`
|
|
39
|
+
* `$profile` in Windows Powershell
|
|
40
|
+
* etc
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
Additionally, files that contain data, sensitive information that should not be pushed to a repository are contained in a directory `~/dotfiles`. The files therein are encrypted before backedup.
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## Windows Setup
|
|
47
|
+
With elevated `PowerShell`, run the following: (short `curl bit.ly/cfgallwindows -L | iex`)
|
|
48
|
+
```shell
|
|
49
|
+
# apps # short: `(iwr bit.ly/cfgappswindows).Content | iex`
|
|
50
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/apps.ps1 | Invoke-Expression
|
|
51
|
+
# virtual enviornment # short (iwr bit.ly/cfgvewindows).Content | iex OR `curl bit.ly/cfgvewindows -L | iex`
|
|
52
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/ve.ps1 | Invoke-Expression
|
|
53
|
+
# dev repos # short `(iwr bit.ly/cfgreposwindows).Content | iex` OR `curl bit.ly/cfgreposwindows -L | iex`
|
|
54
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/repos.ps1 | Invoke-Expression
|
|
55
|
+
# symlinks # short `curl bit.ly/cfgsymlinkswindows -L | iex` OR `(iwr bit.ly/cfgsymlinkswindows).Content | iex`
|
|
56
|
+
. ~/code/machineconfig/src/machineconfig/setup_windows/symlinks.ps1
|
|
57
|
+
# devapps:
|
|
58
|
+
~/code/machineconfig/src/machineconfig/setup_windows/devapps.ps1
|
|
59
|
+
# pwsh and wt settings: (iwr bit.ly/cfgwt).Content | iex
|
|
60
|
+
iwr https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/wt_and_pwsh.ps1 | iex
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
```shell
|
|
65
|
+
(iwr bit.ly/cfgappswindows).Content | iex
|
|
66
|
+
(iwr bit.ly/cfgvewindows).Content | iex
|
|
67
|
+
(iwr bit.ly/cfgreposwindows).Content | iex
|
|
68
|
+
. ~/code/machineconfig/src/machineconfig/setup_windows/devapps.ps1
|
|
69
|
+
(iwr bit.ly/cfgwt).Content | iex
|
|
70
|
+
. ~/code/machineconfig/src/machineconfig/setup_windows/symlinks.ps1
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
###### Setup SSH connection:
|
|
74
|
+
```shell
|
|
75
|
+
# CHANGE pubkey_string APPROPRIATELY
|
|
76
|
+
$pubkey_string=(Invoke-WebRequest 'https://github.com/thisismygitrepo.keys').Content
|
|
77
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/openssh_all.ps1 | Invoke-Expression
|
|
78
|
+
```
|
|
79
|
+
short `(iwr bit.ly/cfgsshwindows).Content | iex` OR `curl bit.ly/cfgsshwindows -L | iex`
|
|
80
|
+
|
|
81
|
+
###### Install Croshell Terminal Directly,
|
|
82
|
+
```shell
|
|
83
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/web_shortcuts/croshell.ps1 | Invoke-Expression
|
|
84
|
+
```
|
|
85
|
+
short: `curl bit.ly/cfgcroshellwindows -L | iex` OR `(iwr bit.ly/cfgcroshellwindows).Content | iex`
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
# Linux Setup
|
|
89
|
+
With `sudo` access, run the following: (short `curl bit.ly/cfgalllinux -L | bash`)
|
|
90
|
+
```bash
|
|
91
|
+
export package_manager="apt"
|
|
92
|
+
export package_manager="nix"
|
|
93
|
+
|
|
94
|
+
# apps # short: `curl bit.ly/cfgappslinux -L | bash`
|
|
95
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/apps.sh | bash
|
|
96
|
+
# Optionally: curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/apps_dev.sh | bash
|
|
97
|
+
|
|
98
|
+
# virtual enviornment # short `curl bit.ly/cfgvelinux -L | bash`
|
|
99
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/ve.sh | bash
|
|
100
|
+
|
|
101
|
+
# repos # short `curl bit.ly/cfgreposlinux -L | bash`
|
|
102
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/repos.sh | bash
|
|
103
|
+
# symlinks and bash profile: # short `curl bit.ly/cfgsymlinkslinux -L | bash`
|
|
104
|
+
source ~/code/machineconfig/src/machineconfig/setup_linux/symlinks.sh # requires sudo since it invloves chmod of dotfiles/.ssh, however sudo doesn't work with source. best to have sudo -s earlier.
|
|
105
|
+
|
|
106
|
+
# devapps
|
|
107
|
+
source <(sudo cat ~/code/machineconfig/src/machineconfig/setup_linux/devapps.sh)
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
###### Setup SSH connection:
|
|
111
|
+
```bash
|
|
112
|
+
pubkey_url='https://github.com/thisismygitrepo.keys' # (CHANGE APPROPRIATELY)
|
|
113
|
+
export pubkey_string=$(curl --silent $pubkey_url)
|
|
114
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/openssh_all.sh | sudo bash
|
|
115
|
+
# For WSL only, also run the following:
|
|
116
|
+
export port=2223
|
|
117
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/openssh_wsl.sh | sudo bash
|
|
118
|
+
# don't forget to run `wsl_ssh_windows_port_forwarding -p 2223` from Windows using the designated port with
|
|
119
|
+
```
|
|
120
|
+
short `curl bit.ly/cfgsshlinux -L | bash`
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
###### Install Croshell Terminal Directly
|
|
124
|
+
```bash
|
|
125
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/web_shortcuts/croshell.sh | sudo bash
|
|
126
|
+
```
|
|
127
|
+
short `curl bit.ly/cfgcroshelllinux -L | bash`
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
# Author
|
|
131
|
+
Alex Al-Saffar. [email](mailto:programmer@usa.com)
|
|
132
|
+
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
|
|
2
|
+
<p align="center">
|
|
3
|
+
|
|
4
|
+
<a href="https://github.com/thisismygitrepo/machineconfig/commits">
|
|
5
|
+
<img src="https://img.shields.io/github/commit-activity/m/thisismygitrepo/machineconfig" />
|
|
6
|
+
</a>
|
|
7
|
+
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# Welcome to machineconfig
|
|
12
|
+
|
|
13
|
+
# Shortcuts
|
|
14
|
+
* `bit.ly/cfgroot` is a shortcut to this repo.
|
|
15
|
+
* `curl bit.ly/cfgread -L | bat -l md --style="header"` to get the readme file.
|
|
16
|
+
|
|
17
|
+
Machineconfig is a package for managing configuration files (aka dotfiles). The idea is to collect those critical, time-consuming-files-to-setup in one directory and reference them via symbolic links from their original locations. Thus, when a new machine is to be setup, all that is required is to clone the repo in that machine and create the symbolic links.
|
|
18
|
+
Dotfiles include, but are not limited to:
|
|
19
|
+
* `~/.gitconfig`
|
|
20
|
+
* `~/.ssh`
|
|
21
|
+
* `~/.aws`
|
|
22
|
+
* `~/.bash_profile`
|
|
23
|
+
* `~/.bashrc`
|
|
24
|
+
* `~/.config`
|
|
25
|
+
* `$profile` in Windows Powershell
|
|
26
|
+
* etc
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Additionally, files that contain data, sensitive information that should not be pushed to a repository are contained in a directory `~/dotfiles`. The files therein are encrypted before backedup.
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## Windows Setup
|
|
33
|
+
With elevated `PowerShell`, run the following: (short `curl bit.ly/cfgallwindows -L | iex`)
|
|
34
|
+
```shell
|
|
35
|
+
# apps # short: `(iwr bit.ly/cfgappswindows).Content | iex`
|
|
36
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/apps.ps1 | Invoke-Expression
|
|
37
|
+
# virtual enviornment # short (iwr bit.ly/cfgvewindows).Content | iex OR `curl bit.ly/cfgvewindows -L | iex`
|
|
38
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/ve.ps1 | Invoke-Expression
|
|
39
|
+
# dev repos # short `(iwr bit.ly/cfgreposwindows).Content | iex` OR `curl bit.ly/cfgreposwindows -L | iex`
|
|
40
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/repos.ps1 | Invoke-Expression
|
|
41
|
+
# symlinks # short `curl bit.ly/cfgsymlinkswindows -L | iex` OR `(iwr bit.ly/cfgsymlinkswindows).Content | iex`
|
|
42
|
+
. ~/code/machineconfig/src/machineconfig/setup_windows/symlinks.ps1
|
|
43
|
+
# devapps:
|
|
44
|
+
~/code/machineconfig/src/machineconfig/setup_windows/devapps.ps1
|
|
45
|
+
# pwsh and wt settings: (iwr bit.ly/cfgwt).Content | iex
|
|
46
|
+
iwr https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/wt_and_pwsh.ps1 | iex
|
|
47
|
+
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
```shell
|
|
51
|
+
(iwr bit.ly/cfgappswindows).Content | iex
|
|
52
|
+
(iwr bit.ly/cfgvewindows).Content | iex
|
|
53
|
+
(iwr bit.ly/cfgreposwindows).Content | iex
|
|
54
|
+
. ~/code/machineconfig/src/machineconfig/setup_windows/devapps.ps1
|
|
55
|
+
(iwr bit.ly/cfgwt).Content | iex
|
|
56
|
+
. ~/code/machineconfig/src/machineconfig/setup_windows/symlinks.ps1
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
###### Setup SSH connection:
|
|
60
|
+
```shell
|
|
61
|
+
# CHANGE pubkey_string APPROPRIATELY
|
|
62
|
+
$pubkey_string=(Invoke-WebRequest 'https://github.com/thisismygitrepo.keys').Content
|
|
63
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/openssh_all.ps1 | Invoke-Expression
|
|
64
|
+
```
|
|
65
|
+
short `(iwr bit.ly/cfgsshwindows).Content | iex` OR `curl bit.ly/cfgsshwindows -L | iex`
|
|
66
|
+
|
|
67
|
+
###### Install Croshell Terminal Directly,
|
|
68
|
+
```shell
|
|
69
|
+
Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/web_shortcuts/croshell.ps1 | Invoke-Expression
|
|
70
|
+
```
|
|
71
|
+
short: `curl bit.ly/cfgcroshellwindows -L | iex` OR `(iwr bit.ly/cfgcroshellwindows).Content | iex`
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
# Linux Setup
|
|
75
|
+
With `sudo` access, run the following: (short `curl bit.ly/cfgalllinux -L | bash`)
|
|
76
|
+
```bash
|
|
77
|
+
export package_manager="apt"
|
|
78
|
+
export package_manager="nix"
|
|
79
|
+
|
|
80
|
+
# apps # short: `curl bit.ly/cfgappslinux -L | bash`
|
|
81
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/apps.sh | bash
|
|
82
|
+
# Optionally: curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/apps_dev.sh | bash
|
|
83
|
+
|
|
84
|
+
# virtual enviornment # short `curl bit.ly/cfgvelinux -L | bash`
|
|
85
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/ve.sh | bash
|
|
86
|
+
|
|
87
|
+
# repos # short `curl bit.ly/cfgreposlinux -L | bash`
|
|
88
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/repos.sh | bash
|
|
89
|
+
# symlinks and bash profile: # short `curl bit.ly/cfgsymlinkslinux -L | bash`
|
|
90
|
+
source ~/code/machineconfig/src/machineconfig/setup_linux/symlinks.sh # requires sudo since it invloves chmod of dotfiles/.ssh, however sudo doesn't work with source. best to have sudo -s earlier.
|
|
91
|
+
|
|
92
|
+
# devapps
|
|
93
|
+
source <(sudo cat ~/code/machineconfig/src/machineconfig/setup_linux/devapps.sh)
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
###### Setup SSH connection:
|
|
97
|
+
```bash
|
|
98
|
+
pubkey_url='https://github.com/thisismygitrepo.keys' # (CHANGE APPROPRIATELY)
|
|
99
|
+
export pubkey_string=$(curl --silent $pubkey_url)
|
|
100
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/openssh_all.sh | sudo bash
|
|
101
|
+
# For WSL only, also run the following:
|
|
102
|
+
export port=2223
|
|
103
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/openssh_wsl.sh | sudo bash
|
|
104
|
+
# don't forget to run `wsl_ssh_windows_port_forwarding -p 2223` from Windows using the designated port with
|
|
105
|
+
```
|
|
106
|
+
short `curl bit.ly/cfgsshlinux -L | bash`
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
###### Install Croshell Terminal Directly
|
|
110
|
+
```bash
|
|
111
|
+
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/web_shortcuts/croshell.sh | sudo bash
|
|
112
|
+
```
|
|
113
|
+
short `curl bit.ly/cfgcroshelllinux -L | bash`
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# Author
|
|
117
|
+
Alex Al-Saffar. [email](mailto:programmer@usa.com)
|
|
118
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
|
|
2
|
+
""" Setup file for machineconfig package.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import setuptools
|
|
6
|
+
from src.machineconfig import __version__
|
|
7
|
+
# this is a comment
|
|
8
|
+
with open("README.md", "r", encoding="utf-8") as fh:
|
|
9
|
+
long_description = fh.read()
|
|
10
|
+
|
|
11
|
+
setuptools.setup(
|
|
12
|
+
name="machineconfig",
|
|
13
|
+
version=__version__,
|
|
14
|
+
author="Alex Al-Saffar",
|
|
15
|
+
author_email="programmer@usa.com",
|
|
16
|
+
description="Dotfiles management package",
|
|
17
|
+
long_description=long_description,
|
|
18
|
+
long_description_content_type="text/markdown",
|
|
19
|
+
url="https://github.com/thisismygitrepo/machineconfig",
|
|
20
|
+
project_urls={
|
|
21
|
+
"Bug Tracker": "https://github.com/thisismygitrepo/machineconfig/issues",
|
|
22
|
+
},
|
|
23
|
+
classifiers=[
|
|
24
|
+
"Programming Language :: Python :: 3",
|
|
25
|
+
"License :: OSI Approved :: MIT License",
|
|
26
|
+
"Operating System :: OS Independent",
|
|
27
|
+
],
|
|
28
|
+
package_dir={"": "src"},
|
|
29
|
+
packages=setuptools.find_packages(where="src"),
|
|
30
|
+
python_requires=">=3.9",
|
|
31
|
+
install_requires=[
|
|
32
|
+
"rich", # required for pretty printing of many scripts.
|
|
33
|
+
"paramiko", # required by SSH
|
|
34
|
+
"gitpython", # required by repo commands
|
|
35
|
+
"pudb", # required by fire command
|
|
36
|
+
"pyfzf",
|
|
37
|
+
"clipboard",
|
|
38
|
+
"psutil",
|
|
39
|
+
"pydantic"
|
|
40
|
+
],
|
|
41
|
+
)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
# to disable suspension with lid closing: https://askubuntu.com/questions/141866/keep-ubuntu-server-running-on-a-laptop-with-the-lid-closed/1426611#1426611?newreg=b07cf38c193d4abd97bd9c05f3ace8d2
|
|
4
|
+
# Edit file: /etc/systemd/logind.conf Adjust these two parameters:
|
|
5
|
+
sudo sed -i 's/#HandleLidSwitch=suspend/HandleLidSwitch=ignore/g' /etc/systemd/logind.conf
|
|
6
|
+
sudo sed -i 's/#HandleLidSwitchExternalPower=suspend/HandleLidSwitchExternalPower=ignore/g' /etc/systemd/logind.conf
|
|
7
|
+
|
|
8
|
+
# https://askubuntu.com/questions/972215/a-start-job-is-running-for-wait-for-network-to-be-configured-ubuntu-server-17-1
|
|
9
|
+
# This is the network config written by 'subiquity'
|
|
10
|
+
|
|
11
|
+
network:
|
|
12
|
+
ethernets:
|
|
13
|
+
enp0s31f6:
|
|
14
|
+
dhcp4: true
|
|
15
|
+
optional: true
|
|
16
|
+
version: 2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
sudo sed -i 's/dhcp4: true/dhcp4: true\n optional: true/g' /etc/netplan/00-installer-config.yaml
|
|
20
|
+
|
|
21
|
+
# see sed and awk
|
|
22
|
+
# https://unix.stackexchange.com/questions/642578/command-line-for-editing-a-configuration-file-value-without-an-interactive-edito
|
|
23
|
+
# file format
|
|
24
|
+
# https://askubuntu.com/questions/304999/not-able-to-execute-a-sh-file-bin-bashm-bad-interpreter
|
|
25
|
+
# plocate:
|
|
26
|
+
# https://unix.stackexchange.com/questions/113670/can-i-just-disable-updatedb/113681#113681
|
|
27
|
+
# https://askubuntu.com/questions/1251484/why-does-it-take-so-much-time-to-initialize-mlocate-database
|
|
Binary file
|
machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/check_installations.cpython-311.pyc
ADDED
|
Binary file
|
|
Binary file
|
machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/create_zellij_template.cpython-311.pyc
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+
revChatGPT # talk to gpt from terminal
|
|
3
|
+
you-get # download content from internet with CLI
|
|
4
|
+
pydot # additionally required by tensorflow to plot a model
|
|
5
|
+
pyinstaller
|
|
6
|
+
glance
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
# pip install python-lsp-server
|
|
10
|
+
# pip install --user pylint
|
|
11
|
+
# pip install --user yapf
|
|
12
|
+
# pip install --user isort
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
|
|
2
|
+
"""CI
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
import time
|
|
7
|
+
import pandas as pd
|
|
8
|
+
import platform
|
|
9
|
+
from rich.console import Console
|
|
10
|
+
# from rich.progress import track
|
|
11
|
+
from machineconfig.utils.utils import LIBRARY_ROOT, INSTALL_VERSION_ROOT
|
|
12
|
+
from machineconfig.utils.installer import get_installed_cli_apps
|
|
13
|
+
from crocodile.core import List as L, install_n_import, Struct
|
|
14
|
+
from crocodile.file_management import P
|
|
15
|
+
from crocodile.meta import Terminal
|
|
16
|
+
from tqdm import tqdm
|
|
17
|
+
from typing import Optional
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
APP_SUMMARY_PATH = LIBRARY_ROOT.joinpath(f"profile/records/{platform.system().lower()}/apps_summary_report.csv")
|
|
21
|
+
CLOUD: str = "gdw" # Read.ini(DEFAULTS_PATH)['general']['rclone_config_name']
|
|
22
|
+
# my onedrive doesn't allow sharing.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
def scan(path: P, pct: float = 0.0):
|
|
26
|
+
vt = install_n_import(library="vt", package="vt-py")
|
|
27
|
+
client = vt.Client(P.home().joinpath("dotfiles/creds/tokens/virustotal").read_text().split("\n")[0])
|
|
28
|
+
console = Console()
|
|
29
|
+
console.rule(f"Scanning {path}. {pct:.2f}% done")
|
|
30
|
+
if path.is_dir():
|
|
31
|
+
print(f"Skipping {path} as it is a directory.")
|
|
32
|
+
return None
|
|
33
|
+
with open(str(path), "rb") as f:
|
|
34
|
+
analysis = client.scan_file(f)
|
|
35
|
+
repeat_counter = 0
|
|
36
|
+
while True:
|
|
37
|
+
with console.status(f"waiting for scan of {path} ... "):
|
|
38
|
+
try:
|
|
39
|
+
anal = client.get_object("/analyses/{}", analysis.id)
|
|
40
|
+
if anal.status == "completed": break
|
|
41
|
+
except Exception as ex: # type: ignore
|
|
42
|
+
repeat_counter += 1
|
|
43
|
+
if repeat_counter > 2:
|
|
44
|
+
raise ValueError(f"Error in scanning {path}") from ex
|
|
45
|
+
print(f"Error in scanning, trying again.")
|
|
46
|
+
time.sleep(30)
|
|
47
|
+
df = pd.DataFrame(anal.results.values())
|
|
48
|
+
malicious = []
|
|
49
|
+
for _idx, row in df.iterrows():
|
|
50
|
+
# try:
|
|
51
|
+
# print(row.result)
|
|
52
|
+
# except Exception as ex: # type: ignore
|
|
53
|
+
# print(row)
|
|
54
|
+
if row.result is None and row.category in ["undetected", "type-unsupported", "failure", "timeout", "confirmed-timeout"]: continue
|
|
55
|
+
else:
|
|
56
|
+
Struct(row.to_dict()).print(as_config=True, title=f"Found Category {row.category}")
|
|
57
|
+
malicious.append(row)
|
|
58
|
+
positive_pct: float = round(number=len(malicious) / len(df) * 100, ndigits=1)
|
|
59
|
+
print(f"positive_ratio = {positive_pct:.1f} %")
|
|
60
|
+
return positive_pct, df
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
def main() -> None:
|
|
64
|
+
apps_paths_tmp: L[P] = get_installed_cli_apps()
|
|
65
|
+
versions_files_paths: L[P] = INSTALL_VERSION_ROOT.search()
|
|
66
|
+
app_versions: list[Optional[str]] = []
|
|
67
|
+
apps_paths_raw: L[P] = L([])
|
|
68
|
+
for an_app in apps_paths_tmp:
|
|
69
|
+
version_path = versions_files_paths.filter(lambda x: x.stem == an_app.stem)
|
|
70
|
+
if len(version_path) == 1:
|
|
71
|
+
app_versions.append(version_path.list[0].read_text())
|
|
72
|
+
apps_paths_raw.append(an_app)
|
|
73
|
+
# if an_app.stem in versions_files_paths.stem:
|
|
74
|
+
# app_versions.append(versions_files_paths.filter(lambda x: x.stem == an_app.stem.replace(".exe", "")).list[0].read_text())
|
|
75
|
+
# else:
|
|
76
|
+
# print(f"🤔 Cloud not find a documented version for installation of {an_app.stem}, trying to get it from the app itself.")
|
|
77
|
+
# tmp = Terminal().run(f"{an_app.stem} --version", shell="powershell").capture().op_if_successfull_or_default(strict_err=False, strict_returcode=False)
|
|
78
|
+
# if tmp is not None: tmp = tmp.split("\n")[0]
|
|
79
|
+
# print(f"➡️ Found version `{tmp}` for {an_app.stem}.")
|
|
80
|
+
# app_versions.append(None)
|
|
81
|
+
print(f"Checking tools collected from `{INSTALL_VERSION_ROOT}`:")
|
|
82
|
+
apps_paths_raw.print()
|
|
83
|
+
positive_pct: list[Optional[float]] = []
|
|
84
|
+
detailed_results: list[dict[str, Optional[pd.DataFrame]]] = []
|
|
85
|
+
for idx, app in enumerate(apps_paths_raw):
|
|
86
|
+
try: res = scan(path=app, pct=idx / len(apps_paths_raw) * 100)
|
|
87
|
+
except ValueError as ve:
|
|
88
|
+
print(ve)
|
|
89
|
+
res = None
|
|
90
|
+
if res is None:
|
|
91
|
+
positive_pct.append(None)
|
|
92
|
+
detailed_results.append({app.stem: None})
|
|
93
|
+
else:
|
|
94
|
+
ppct, df = res
|
|
95
|
+
positive_pct.append(ppct)
|
|
96
|
+
detailed_results.append({app.stem: df})
|
|
97
|
+
|
|
98
|
+
res_df = pd.DataFrame({"app_name": apps_paths_raw.apply(lambda x: x.stem).list, "version": app_versions, "positive_pct": positive_pct,
|
|
99
|
+
"app_path": apps_paths_raw.apply(lambda x: x.collapseuser(strict=False).as_posix()).list})
|
|
100
|
+
|
|
101
|
+
app_url: list[Optional[str]] = []
|
|
102
|
+
for idx, row in tqdm(res_df.iterrows(), total=res_df.shape[0]):
|
|
103
|
+
apps_safe_url = upload(P(str(row["app_path"])).expanduser())
|
|
104
|
+
app_url.append(apps_safe_url.as_posix() if type(apps_safe_url) is P else apps_safe_url)
|
|
105
|
+
res_df["app_url"] = app_url
|
|
106
|
+
res_df.to_csv(APP_SUMMARY_PATH.with_suffix(".csv").create(parents_only=True), index=False)
|
|
107
|
+
APP_SUMMARY_PATH.with_suffix(".md").write_text(res_df.to_markdown())
|
|
108
|
+
print(f"Safety Report:")
|
|
109
|
+
print(res_df)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
def upload(path: P):
|
|
113
|
+
set_time_out = install_n_import("call_function_with_timeout").SetTimeout
|
|
114
|
+
func_with_timeout = set_time_out(lambda: path.to_cloud(CLOUD, rel2home=True, share=True, os_specific=True), timeout=180)
|
|
115
|
+
is_done, _is_timeout, _erro_message, results = func_with_timeout()
|
|
116
|
+
if is_done: return results
|
|
117
|
+
else: return None
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
class PrecheckedCloudInstaller:
|
|
121
|
+
def __init__(self):
|
|
122
|
+
install_n_import("gdown")
|
|
123
|
+
self.df = pd.read_csv(APP_SUMMARY_PATH)
|
|
124
|
+
|
|
125
|
+
@staticmethod
|
|
126
|
+
def download_google_links(url: str):
|
|
127
|
+
# if "drive.google.com" in str(url): url = str(url).replace("open?", "uc?")
|
|
128
|
+
# else: raise NotImplementedError("Only google drive is supported for now.")
|
|
129
|
+
# return P(url).download(name=name)
|
|
130
|
+
gdrive_id = P(url).parts[-1].split("id=")[1]
|
|
131
|
+
gdown = install_n_import("gdown")
|
|
132
|
+
result = P(gdown.download(id=gdrive_id)).absolute()
|
|
133
|
+
return result
|
|
134
|
+
|
|
135
|
+
@staticmethod
|
|
136
|
+
def install_cli_apps(app_url: str):
|
|
137
|
+
try:
|
|
138
|
+
exe = PrecheckedCloudInstaller.download_google_links(app_url)
|
|
139
|
+
except Exception as ex: # type: ignore
|
|
140
|
+
print(f"Error in downloading {app_url} {ex}")
|
|
141
|
+
return None
|
|
142
|
+
if platform.system().lower() == "linux":
|
|
143
|
+
Terminal().run(f"chmod +x {exe}")
|
|
144
|
+
Terminal().run(f"mv {exe} /usr/local/bin/")
|
|
145
|
+
elif platform.system().lower() == "windows":
|
|
146
|
+
exe.move(folder=P.home().joinpath("AppData/Local/Microsoft/WindowsApps"), overwrite=True)
|
|
147
|
+
return True
|
|
148
|
+
|
|
149
|
+
def download_safe_apps(self, name: str = "AllEssentials"):
|
|
150
|
+
# if platform.system().lower() == "windows":
|
|
151
|
+
# from machineconfig.jobs.python.python_windows_installers_all import get_cli_py_installers
|
|
152
|
+
# cli_installers = get_cli_py_installers()
|
|
153
|
+
# elif platform.system().lower() == "linux":
|
|
154
|
+
# from machineconfig.jobs.python.python_linux_installers_all import get_cli_py_installers
|
|
155
|
+
# cli_installers = get_cli_py_installers()
|
|
156
|
+
# else: raise NotImplementedError(f"Platform {platform.system().lower()} is not supported yet.")
|
|
157
|
+
|
|
158
|
+
if name == "AllEssentials":
|
|
159
|
+
print(f"Downloading {self.df.shape[0]} apps ...")
|
|
160
|
+
print(self.df)
|
|
161
|
+
_res = L(self.df.app_url).apply(PrecheckedCloudInstaller.install_cli_apps, jobs=20)
|
|
162
|
+
else:
|
|
163
|
+
app_url = self.df[self.df.app_name == name].iloc[0].app_url
|
|
164
|
+
_res = PrecheckedCloudInstaller.install_cli_apps(app_url=app_url)
|
|
165
|
+
|
|
166
|
+
# print("\n" * 3)
|
|
167
|
+
# for item_flag, item_name in zip(res, self.df["app_name"]):
|
|
168
|
+
# if item_flag: print(f"✅ {item_name} is installed. 😁")
|
|
169
|
+
# else: print(f"❌ {item_name} failed to install for reasons explained in the log above, try manually.")
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
if __name__ == '__main__':
|
|
173
|
+
pass
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
|
|
2
|
+
"""checkout_version.py
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
from crocodile.file_management import P, Save, randstr
|
|
6
|
+
from crocodile.meta import Terminal
|
|
7
|
+
from machineconfig.utils.ve import get_ve_profile, get_ve_specs, get_ve_install_script
|
|
8
|
+
from machineconfig.scripts.python.repos import record_a_repo, install_repos
|
|
9
|
+
import platform
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# TODO: add data requirements for added isolation of file system.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
def checkout_version(version: str, repo_root: P, exclude_editable: bool = False):
|
|
16
|
+
"""Checkout a version of the repo and install its requirements."""
|
|
17
|
+
ve_name = get_ve_profile(init_path=repo_root)
|
|
18
|
+
ve_path = P.home().joinpath("venvs", ve_name)
|
|
19
|
+
ve_specs = get_ve_specs(ve_path)
|
|
20
|
+
py_version = ve_specs['version_major_minor']
|
|
21
|
+
sys = platform.system().lower()
|
|
22
|
+
|
|
23
|
+
target_dir = repo_root.expanduser().absolute().joinpath(f"versions/{version}").as_posix()
|
|
24
|
+
if exclude_editable:
|
|
25
|
+
editable_json = get_editable_packages(ve_name=ve_name)
|
|
26
|
+
specs_path = P(target_dir).expanduser().joinpath("editable_packages.json")
|
|
27
|
+
Save.json(obj=editable_json, path=specs_path, indent=4)
|
|
28
|
+
install_editable_packages = install_repos(specs_path=str(specs_path), editable_install=True)
|
|
29
|
+
else: install_editable_packages = ""
|
|
30
|
+
|
|
31
|
+
version_root = repo_root.collapseuser().joinpath(f"versions/{version}").as_posix()
|
|
32
|
+
version_root_obj = P(version_root).expanduser().create()
|
|
33
|
+
checkout_ve = f"{repo_root.name}-{version}-prod" if not exclude_editable else ve_name
|
|
34
|
+
checkout_ve = input(f"Name of the ve to create (default: {checkout_ve}): ") or checkout_ve
|
|
35
|
+
|
|
36
|
+
ve_template = get_ve_install_script(ve_name=checkout_ve, py_version=py_version, system="Windows", delete_if_exists=False, install_crocodile_and_machineconfig=False)
|
|
37
|
+
version_root_obj.joinpath("install_ve.ps1").write_text(ve_template)
|
|
38
|
+
ve_template = get_ve_install_script(ve_name=checkout_ve, py_version=py_version, system="Linux", delete_if_exists=False, install_crocodile_and_machineconfig=False)
|
|
39
|
+
version_root_obj.joinpath("install_ve.sh").write_text(ve_template)
|
|
40
|
+
|
|
41
|
+
install_requirements = f"""
|
|
42
|
+
. $HOME/scripts/activate_ve {ve_name}
|
|
43
|
+
cd {version_root}
|
|
44
|
+
pip install -r requirements_{sys}.txt
|
|
45
|
+
{install_editable_packages}
|
|
46
|
+
"""
|
|
47
|
+
if sys == "windows":
|
|
48
|
+
version_root_obj.joinpath("install_requirements.ps1").write_text(install_requirements)
|
|
49
|
+
if not version_root_obj.joinpath("install_requirements.sh").exists(): version_root_obj.joinpath("install_requirements.sh").write_text(install_requirements)
|
|
50
|
+
elif sys == "linux":
|
|
51
|
+
version_root_obj.joinpath("install_requirements.sh").write_text(install_requirements)
|
|
52
|
+
if not version_root_obj.joinpath("install_requirements.ps1").exists(): version_root_obj.joinpath("install_requirements.ps1").write_text(install_requirements)
|
|
53
|
+
else: raise NotImplementedError(f"System {sys} not supported.")
|
|
54
|
+
|
|
55
|
+
pip_freeze_script = f"""
|
|
56
|
+
cd '{target_dir}'
|
|
57
|
+
. "$HOME/scripts/activate_ve" {ve_name}
|
|
58
|
+
python -m pip freeze {'--exclude-editable' if exclude_editable else ''} > requirements_{sys}.txt
|
|
59
|
+
"""
|
|
60
|
+
Terminal().run_script(pip_freeze_script, verbose=True, shell="default").print()
|
|
61
|
+
|
|
62
|
+
install_all_script = r"""
|
|
63
|
+
#!/usr/bin/bash
|
|
64
|
+
|
|
65
|
+
CUR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
66
|
+
. $CUR_DIR/install_ve.sh
|
|
67
|
+
. $CUR_DIR/install_requirements.sh
|
|
68
|
+
"""
|
|
69
|
+
version_root_obj.joinpath("install.sh").write_text(install_all_script)
|
|
70
|
+
install_all_script = r"""
|
|
71
|
+
|
|
72
|
+
$CUR_DIR = Split-Path $MyInvocation.MyCommand.Path -Parent
|
|
73
|
+
. $CUR_DIR/install_ve.ps1
|
|
74
|
+
. $CUR_DIR/install_requirements.ps1
|
|
75
|
+
|
|
76
|
+
"""
|
|
77
|
+
version_root_obj.joinpath("install.ps1").write_text(install_all_script)
|
|
78
|
+
print(f"✅ Installed requirements for version {version}.")
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
def main():
|
|
82
|
+
from git.repo import Repo
|
|
83
|
+
from git.exc import InvalidGitRepositoryError
|
|
84
|
+
try:
|
|
85
|
+
repo = Repo(P.cwd(), search_parent_directories=True)
|
|
86
|
+
print(f"✅ Found repo at {repo.working_dir}")
|
|
87
|
+
except InvalidGitRepositoryError as err:
|
|
88
|
+
print(f"❌ No repo found at {P.cwd()} or its parents.")
|
|
89
|
+
raise err
|
|
90
|
+
version = input("Enter version name: ")
|
|
91
|
+
from rich.prompt import Confirm
|
|
92
|
+
exclude_editable = Confirm.ask("Exclude editable packages?", default=False)
|
|
93
|
+
|
|
94
|
+
repo_root = P(repo.working_dir)
|
|
95
|
+
checkout_version(version, repo_root, exclude_editable=exclude_editable)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
def get_editable_packages(ve_name: str):
|
|
99
|
+
file = P.tmp().joinpath(f"tmp_files/editable_requirements_{randstr()}.txt")
|
|
100
|
+
editable_packages_script = f"""
|
|
101
|
+
. $HOME/scripts/activate_ve {ve_name}
|
|
102
|
+
pip list --editable > {file}
|
|
103
|
+
"""
|
|
104
|
+
Terminal().run_script(editable_packages_script, verbose=True, shell="default").print()
|
|
105
|
+
try: tmp3 = file.read_text(encoding='utf-16').splitlines()[2:]
|
|
106
|
+
except UnicodeError: tmp3 = file.read_text().splitlines()[2:]
|
|
107
|
+
|
|
108
|
+
res = []
|
|
109
|
+
for a_pkg in tmp3:
|
|
110
|
+
tmp = P(a_pkg.split(" ")[-1].rstrip())
|
|
111
|
+
tmp1 = record_a_repo(tmp, search_parent_directories=True) # pip list --editable returns path to package or repo in a way not yet understood.
|
|
112
|
+
res.append(tmp1)
|
|
113
|
+
return res
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
if __name__ == "__main__":
|
|
117
|
+
pass
|