machineconfig 1.8__tar.gz → 1.9__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.

Files changed (621) hide show
  1. machineconfig-1.9/LICENSE +201 -0
  2. {machineconfig-1.8/src/machineconfig.egg-info → machineconfig-1.9}/PKG-INFO +146 -132
  3. {machineconfig-1.8 → machineconfig-1.9}/README.md +15 -2
  4. {machineconfig-1.8 → machineconfig-1.9}/setup.cfg +4 -4
  5. {machineconfig-1.8 → machineconfig-1.9}/setup.py +2 -1
  6. machineconfig-1.9/src/machineconfig/__init__.py +10 -0
  7. machineconfig-1.9/src/machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
  8. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/linux/archive/quirks.sh +0 -0
  9. machineconfig-1.9/src/machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc +0 -0
  10. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/__pycache__/checkout_version.cpython-311.pyc +0 -0
  11. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/check_installations.py +1 -1
  12. machineconfig-1.9/src/machineconfig/jobs/python/vscode/__pycache__/link_ve.cpython-311.pyc +0 -0
  13. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/vscode/link_ve.py +1 -1
  14. machineconfig-1.9/src/machineconfig/jobs/python_custom_installers/azuredatastudio.py +36 -0
  15. {machineconfig-1.8/src/machineconfig/jobs/script_installer → machineconfig-1.9/src/machineconfig/jobs/python_custom_installers}/bypass_paywall.py +8 -1
  16. {machineconfig-1.8/src/machineconfig/jobs/script_installer → machineconfig-1.9/src/machineconfig/jobs/python_custom_installers}/docker_desktop.py +14 -3
  17. machineconfig-1.9/src/machineconfig/jobs/python_custom_installers/gh.py +53 -0
  18. machineconfig-1.9/src/machineconfig/jobs/python_custom_installers/goes.py +35 -0
  19. machineconfig-1.9/src/machineconfig/jobs/python_custom_installers/helix.py +43 -0
  20. machineconfig-1.9/src/machineconfig/jobs/python_custom_installers/lvim.py +48 -0
  21. {machineconfig-1.8/src/machineconfig/jobs/script_installer → machineconfig-1.9/src/machineconfig/jobs/python_custom_installers}/ngrok.py +11 -1
  22. machineconfig-1.9/src/machineconfig/jobs/python_custom_installers/nvim.py +48 -0
  23. machineconfig-1.8/src/machineconfig/jobs/script_installer/code.py → machineconfig-1.9/src/machineconfig/jobs/python_custom_installers/vscode.py +11 -0
  24. machineconfig-1.9/src/machineconfig/jobs/python_custom_installers/wezterm.py +41 -0
  25. machineconfig-1.9/src/machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc +0 -0
  26. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python_generic_installers/config.json +45 -32
  27. machineconfig-1.9/src/machineconfig/jobs/python_generic_installers/dev/config.archive.json +18 -0
  28. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python_generic_installers/dev/config.json +95 -54
  29. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python_linux_installers/config.json +0 -8
  30. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python_linux_installers/dev/config.json +24 -0
  31. machineconfig-1.9/src/machineconfig/jobs/python_windows_installers/__pycache__/__init__.cpython-311.pyc +0 -0
  32. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/windows/startup_file.cmd +0 -0
  33. machineconfig-1.9/src/machineconfig/profile/__pycache__/__init__.cpython-311.pyc +0 -0
  34. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/profile/__pycache__/create.cpython-311.pyc +0 -0
  35. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/profile/__pycache__/shell.cpython-311.pyc +0 -0
  36. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/profile/create.py +4 -1
  37. machineconfig-1.9/src/machineconfig/profile/records/linux/apps_summary_report.csv +79 -0
  38. machineconfig-1.9/src/machineconfig/profile/records/linux/apps_summary_report.md +80 -0
  39. machineconfig-1.9/src/machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
  40. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/cloud/init.sh +2 -0
  41. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/activate_ve +28 -7
  42. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/archive/tmate_conn +0 -0
  43. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/archive/tmate_start +0 -0
  44. {machineconfig-1.8/src/machineconfig/scripts/linux/others → machineconfig-1.9/src/machineconfig/scripts/linux/archive}/transfer_wsl_win +0 -0
  45. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/checkout_versions +0 -0
  46. machineconfig-1.8/src/machineconfig/scripts/linux/others/choose_shell_theme → machineconfig-1.9/src/machineconfig/scripts/linux/choose_wezterm_theme +1 -1
  47. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/cloud_copy +7 -1
  48. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/cloud_manager +0 -0
  49. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/cloud_mount +0 -0
  50. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/cloud_repo_sync +0 -0
  51. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/cloud_sync +0 -0
  52. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/croshell +0 -0
  53. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/devops +0 -0
  54. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/fire +19 -7
  55. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/ftpx +0 -0
  56. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/fzf2g +1 -1
  57. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/fzfag +0 -0
  58. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/fzffg +0 -0
  59. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/fzfg +0 -0
  60. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/fzfrga +0 -0
  61. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/kill_process +0 -0
  62. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/mount_drive +0 -0
  63. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/mount_nfs +0 -0
  64. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/mount_nw_drive +0 -0
  65. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/mount_smb +0 -0
  66. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/programs +0 -0
  67. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/repos +0 -0
  68. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/scheduler +0 -0
  69. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/share_cloud.sh +0 -0
  70. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/share_nfs +0 -0
  71. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/share_smb +0 -0
  72. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/skrg +0 -0
  73. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/start_slidev +0 -0
  74. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/start_terminals +0 -0
  75. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/linux/z_ls +0 -0
  76. machineconfig-1.9/src/machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
  77. machineconfig-1.9/src/machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc +0 -0
  78. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc +0 -0
  79. machineconfig-1.9/src/machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc +0 -0
  80. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc +0 -0
  81. machineconfig-1.9/src/machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc +0 -0
  82. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/__pycache__/devops_backup_retrieve.cpython-311.pyc +0 -0
  83. machineconfig-1.9/src/machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc +0 -0
  84. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc +0 -0
  85. machineconfig-1.9/src/machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
  86. machineconfig-1.9/src/machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc +0 -0
  87. machineconfig-1.9/src/machineconfig/scripts/python/__pycache__/start_terminals.cpython-311.pyc +0 -0
  88. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/archive/chatgpt.py +2 -0
  89. machineconfig-1.9/src/machineconfig/scripts/python/choose_wezterm_theme.py +96 -0
  90. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/cloud_copy.py +5 -1
  91. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/cloud_mount.py +20 -10
  92. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/cloud_repo_sync.py +30 -22
  93. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/cloud_sync.py +4 -6
  94. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/croshell.py +17 -8
  95. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/devops_devapps_install.py +12 -6
  96. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/fire_jobs.py +92 -53
  97. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/ftpx.py +17 -7
  98. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/repos.py +5 -1
  99. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/start_terminals.py +1 -1
  100. machineconfig-1.9/src/machineconfig/scripts/windows/archive/gource2vid.ps1 +14 -0
  101. machineconfig-1.8/src/machineconfig/scripts/windows/archive/choose_shell_theme.ps1 → machineconfig-1.9/src/machineconfig/scripts/windows/choose_wezterm_theme.ps1 +1 -1
  102. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/fire.ps1 +3 -3
  103. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/fzfrga.bat +0 -0
  104. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/share_cloud.cmd +0 -0
  105. machineconfig-1.9/src/machineconfig/settings/glow/glow.yml +11 -0
  106. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/helix/config.toml +3 -2
  107. machineconfig-1.9/src/machineconfig/settings/helix/languages.toml +22 -0
  108. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/exe/cleaner.sh +0 -0
  109. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/exe/fzf_nano.sh +0 -0
  110. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/exe/leftpane_previewer.sh +0 -0
  111. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/exe/lfcd.sh +0 -0
  112. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/exe/previewer.sh +0 -0
  113. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/exe/previewer_archive.sh +0 -0
  114. machineconfig-1.9/src/machineconfig/settings/shells/bash/.inputrc +1 -0
  115. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/bash/init.sh +8 -0
  116. machineconfig-1.9/src/machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc +0 -0
  117. machineconfig-1.9/src/machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc +0 -0
  118. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/ipy/profiles/default/startup/playext.py +8 -4
  119. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/nushell/config.nu +2 -0
  120. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/pwsh/init.ps1 +21 -0
  121. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/wezterm/wezterm.lua +57 -6
  122. machineconfig-1.9/src/machineconfig/settings/yazi/yazi.toml +4 -0
  123. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_linux/nix/cli_installation.sh +1 -3
  124. machineconfig-1.9/src/machineconfig/setup_linux/others/docker.py +10 -0
  125. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_linux/others/docker_install.sh +28 -17
  126. machineconfig-1.9/src/machineconfig/setup_linux/others/nerd_font_install.sh +24 -0
  127. machineconfig-1.9/src/machineconfig/setup_windows/__init__.py +0 -0
  128. machineconfig-1.9/src/machineconfig/setup_windows/web_shortcuts/ssh.ps1 +11 -0
  129. machineconfig-1.9/src/machineconfig/setup_windows/wt_and_pwsh/__init__.py +0 -0
  130. machineconfig-1.9/src/machineconfig/utils/__init__.py +0 -0
  131. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/utils/installer.py +98 -30
  132. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/utils/utils.py +6 -4
  133. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/utils/ve.py +37 -16
  134. {machineconfig-1.8 → machineconfig-1.9/src/machineconfig.egg-info}/PKG-INFO +146 -132
  135. machineconfig-1.9/src/machineconfig.egg-info/SOURCES.txt +319 -0
  136. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig.egg-info/requires.txt +1 -0
  137. machineconfig-1.8/src/machineconfig/__init__.py +0 -8
  138. machineconfig-1.8/src/machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
  139. machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc +0 -0
  140. machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/check_installations.cpython-311.pyc +0 -0
  141. machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/create_zellij_template.cpython-311.pyc +0 -0
  142. machineconfig-1.8/src/machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc +0 -0
  143. machineconfig-1.8/src/machineconfig/jobs/python/vscode/__pycache__/link_ve.cpython-311.pyc +0 -0
  144. machineconfig-1.8/src/machineconfig/jobs/python/vscode/__pycache__/select_interpreter.cpython-311.pyc +0 -0
  145. machineconfig-1.8/src/machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc +0 -0
  146. machineconfig-1.8/src/machineconfig/jobs/python_generic_installers/__pycache__/wezterm.cpython-311.pyc +0 -0
  147. machineconfig-1.8/src/machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc +0 -0
  148. machineconfig-1.8/src/machineconfig/jobs/script_installer/__pycache__/__init__.cpython-311.pyc +0 -0
  149. machineconfig-1.8/src/machineconfig/jobs/script_installer/azure_data_studio.py +0 -22
  150. machineconfig-1.8/src/machineconfig/jobs/script_installer/skim.py +0 -21
  151. machineconfig-1.8/src/machineconfig/jobs/script_installer/wezterm.py +0 -34
  152. machineconfig-1.8/src/machineconfig/profile/__pycache__/__init__.cpython-311.pyc +0 -0
  153. machineconfig-1.8/src/machineconfig/profile/patches/linux/mcfly.sh +0 -3
  154. machineconfig-1.8/src/machineconfig/profile/patches/linux/xming.sh +0 -2
  155. machineconfig-1.8/src/machineconfig/profile/patches/linux/zoxide.sh +0 -3
  156. machineconfig-1.8/src/machineconfig/profile/patches/windows/zoxide.ps1 +0 -6
  157. machineconfig-1.8/src/machineconfig/profile/records/linux/apps_summary_report.csv +0 -46
  158. machineconfig-1.8/src/machineconfig/profile/records/linux/apps_summary_report.md +0 -47
  159. machineconfig-1.8/src/machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
  160. machineconfig-1.8/src/machineconfig/scripts/cloud/__pycache__/dotfiles.cpython-311.pyc +0 -0
  161. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/.gitignore +0 -2
  162. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/@plugins_snapshot.json +0 -1
  163. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/__future__.data.json +0 -1
  164. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/__future__.meta.json +0 -1
  165. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_ast.data.json +0 -1
  166. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_ast.meta.json +0 -1
  167. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_codecs.data.json +0 -1
  168. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_codecs.meta.json +0 -1
  169. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_collections_abc.data.json +0 -1
  170. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_collections_abc.meta.json +0 -1
  171. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_compression.data.json +0 -1
  172. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_compression.meta.json +0 -1
  173. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_decimal.data.json +0 -1
  174. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_decimal.meta.json +0 -1
  175. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_stat.data.json +0 -1
  176. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_stat.meta.json +0 -1
  177. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_thread.data.json +0 -1
  178. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_thread.meta.json +0 -1
  179. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_typeshed/__init__.data.json +0 -1
  180. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_typeshed/__init__.meta.json +0 -1
  181. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_warnings.data.json +0 -1
  182. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_warnings.meta.json +0 -1
  183. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_weakref.data.json +0 -1
  184. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_weakref.meta.json +0 -1
  185. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_weakrefset.data.json +0 -1
  186. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/_weakrefset.meta.json +0 -1
  187. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/abc.data.json +0 -1
  188. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/abc.meta.json +0 -1
  189. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/argparse.data.json +0 -1
  190. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/argparse.meta.json +0 -1
  191. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/binascii.data.json +0 -1
  192. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/binascii.meta.json +0 -1
  193. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/builtins.data.json +0 -1
  194. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/builtins.meta.json +0 -1
  195. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/bz2.data.json +0 -1
  196. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/bz2.meta.json +0 -1
  197. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/calendar.data.json +0 -1
  198. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/calendar.meta.json +0 -1
  199. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/codecs.data.json +0 -1
  200. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/codecs.meta.json +0 -1
  201. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/collections/__init__.data.json +0 -1
  202. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/collections/__init__.meta.json +0 -1
  203. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/collections/abc.data.json +0 -1
  204. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/collections/abc.meta.json +0 -1
  205. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/configparser.data.json +0 -1
  206. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/configparser.meta.json +0 -1
  207. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/contextlib.data.json +0 -1
  208. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/contextlib.meta.json +0 -1
  209. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/dataclasses.data.json +0 -1
  210. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/dataclasses.meta.json +0 -1
  211. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/datetime.data.json +0 -1
  212. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/datetime.meta.json +0 -1
  213. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/decimal.data.json +0 -1
  214. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/decimal.meta.json +0 -1
  215. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/dis.data.json +0 -1
  216. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/dis.meta.json +0 -1
  217. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/__init__.data.json +0 -1
  218. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/__init__.meta.json +0 -1
  219. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/charset.data.json +0 -1
  220. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/charset.meta.json +0 -1
  221. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/contentmanager.data.json +0 -1
  222. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/contentmanager.meta.json +0 -1
  223. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/errors.data.json +0 -1
  224. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/errors.meta.json +0 -1
  225. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/header.data.json +0 -1
  226. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/header.meta.json +0 -1
  227. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/message.data.json +0 -1
  228. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/message.meta.json +0 -1
  229. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/policy.data.json +0 -1
  230. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/email/policy.meta.json +0 -1
  231. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/enum.data.json +0 -1
  232. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/enum.meta.json +0 -1
  233. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/fnmatch.data.json +0 -1
  234. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/fnmatch.meta.json +0 -1
  235. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/functools.data.json +0 -1
  236. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/functools.meta.json +0 -1
  237. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/gc.data.json +0 -1
  238. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/gc.meta.json +0 -1
  239. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/genericpath.data.json +0 -1
  240. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/genericpath.meta.json +0 -1
  241. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/getpass.data.json +0 -1
  242. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/getpass.meta.json +0 -1
  243. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/__init__.data.json +0 -1
  244. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/__init__.meta.json +0 -1
  245. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/cmd.data.json +0 -1
  246. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/cmd.meta.json +0 -1
  247. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/compat.data.json +0 -1
  248. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/compat.meta.json +0 -1
  249. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/config.data.json +0 -1
  250. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/config.meta.json +0 -1
  251. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/db.data.json +0 -1
  252. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/db.meta.json +0 -1
  253. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/diff.data.json +0 -1
  254. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/diff.meta.json +0 -1
  255. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/exc.data.json +0 -1
  256. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/exc.meta.json +0 -1
  257. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/__init__.data.json +0 -1
  258. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/__init__.meta.json +0 -1
  259. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/base.data.json +0 -1
  260. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/base.meta.json +0 -1
  261. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/fun.data.json +0 -1
  262. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/fun.meta.json +0 -1
  263. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/typ.data.json +0 -1
  264. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/typ.meta.json +0 -1
  265. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/util.data.json +0 -1
  266. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/index/util.meta.json +0 -1
  267. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/__init__.data.json +0 -1
  268. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/__init__.meta.json +0 -1
  269. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/base.data.json +0 -1
  270. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/base.meta.json +0 -1
  271. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/blob.data.json +0 -1
  272. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/blob.meta.json +0 -1
  273. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/commit.data.json +0 -1
  274. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/commit.meta.json +0 -1
  275. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/fun.data.json +0 -1
  276. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/fun.meta.json +0 -1
  277. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/__init__.data.json +0 -1
  278. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/__init__.meta.json +0 -1
  279. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/base.data.json +0 -1
  280. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/base.meta.json +0 -1
  281. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/root.data.json +0 -1
  282. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/root.meta.json +0 -1
  283. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/util.data.json +0 -1
  284. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/util.meta.json +0 -1
  285. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tag.data.json +0 -1
  286. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tag.meta.json +0 -1
  287. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tree.data.json +0 -1
  288. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tree.meta.json +0 -1
  289. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/util.data.json +0 -1
  290. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/objects/util.meta.json +0 -1
  291. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/__init__.data.json +0 -1
  292. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/__init__.meta.json +0 -1
  293. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/head.data.json +0 -1
  294. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/head.meta.json +0 -1
  295. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/log.data.json +0 -1
  296. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/log.meta.json +0 -1
  297. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/reference.data.json +0 -1
  298. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/reference.meta.json +0 -1
  299. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/remote.data.json +0 -1
  300. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/remote.meta.json +0 -1
  301. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/symbolic.data.json +0 -1
  302. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/symbolic.meta.json +0 -1
  303. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/tag.data.json +0 -1
  304. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/refs/tag.meta.json +0 -1
  305. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/remote.data.json +0 -1
  306. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/remote.meta.json +0 -1
  307. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/__init__.data.json +0 -1
  308. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/__init__.meta.json +0 -1
  309. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/base.data.json +0 -1
  310. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/base.meta.json +0 -1
  311. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/fun.data.json +0 -1
  312. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/repo/fun.meta.json +0 -1
  313. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/types.data.json +0 -1
  314. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/types.meta.json +0 -1
  315. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/util.data.json +0 -1
  316. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/git/util.meta.json +0 -1
  317. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/glob.data.json +0 -1
  318. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/glob.meta.json +0 -1
  319. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/gzip.data.json +0 -1
  320. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/gzip.meta.json +0 -1
  321. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/__init__.data.json +0 -1
  322. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/__init__.meta.json +0 -1
  323. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/abc.data.json +0 -1
  324. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/abc.meta.json +0 -1
  325. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/machinery.data.json +0 -1
  326. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/machinery.meta.json +0 -1
  327. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/__init__.data.json +0 -1
  328. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/__init__.meta.json +0 -1
  329. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/_meta.data.json +0 -1
  330. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/_meta.meta.json +0 -1
  331. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/inspect.data.json +0 -1
  332. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/inspect.meta.json +0 -1
  333. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/io.data.json +0 -1
  334. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/io.meta.json +0 -1
  335. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/locale.data.json +0 -1
  336. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/locale.meta.json +0 -1
  337. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/logging/__init__.data.json +0 -1
  338. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/logging/__init__.meta.json +0 -1
  339. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/mimetypes.data.json +0 -1
  340. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/mimetypes.meta.json +0 -1
  341. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/mmap.data.json +0 -1
  342. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/mmap.meta.json +0 -1
  343. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/numbers.data.json +0 -1
  344. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/numbers.meta.json +0 -1
  345. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/opcode.data.json +0 -1
  346. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/opcode.meta.json +0 -1
  347. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/os/__init__.data.json +0 -1
  348. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/os/__init__.meta.json +0 -1
  349. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/os/path.data.json +0 -1
  350. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/os/path.meta.json +0 -1
  351. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/pathlib.data.json +0 -1
  352. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/pathlib.meta.json +0 -1
  353. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/platform.data.json +0 -1
  354. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/platform.meta.json +0 -1
  355. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/posixpath.data.json +0 -1
  356. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/posixpath.meta.json +0 -1
  357. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/re.data.json +0 -1
  358. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/re.meta.json +0 -1
  359. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/shlex.data.json +0 -1
  360. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/shlex.meta.json +0 -1
  361. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/shutil.data.json +0 -1
  362. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/shutil.meta.json +0 -1
  363. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/signal.data.json +0 -1
  364. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/signal.meta.json +0 -1
  365. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/__init__.data.json +0 -1
  366. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/__init__.meta.json +0 -1
  367. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/__init__.data.json +0 -1
  368. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/__init__.meta.json +0 -1
  369. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/__init__.data.json +0 -1
  370. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/__init__.meta.json +0 -1
  371. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/python/__init__.data.json +0 -1
  372. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/python/__init__.meta.json +0 -1
  373. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_compile.data.json +0 -1
  374. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_compile.meta.json +0 -1
  375. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_constants.data.json +0 -1
  376. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_constants.meta.json +0 -1
  377. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_parse.data.json +0 -1
  378. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sre_parse.meta.json +0 -1
  379. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/stat.data.json +0 -1
  380. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/stat.meta.json +0 -1
  381. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/string.data.json +0 -1
  382. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/string.meta.json +0 -1
  383. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/struct.data.json +0 -1
  384. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/struct.meta.json +0 -1
  385. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/subprocess.data.json +0 -1
  386. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/subprocess.meta.json +0 -1
  387. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sys.data.json +0 -1
  388. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/sys.meta.json +0 -1
  389. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/tarfile.data.json +0 -1
  390. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/tarfile.meta.json +0 -1
  391. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/tempfile.data.json +0 -1
  392. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/tempfile.meta.json +0 -1
  393. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/textwrap.data.json +0 -1
  394. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/textwrap.meta.json +0 -1
  395. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/threading.data.json +0 -1
  396. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/threading.meta.json +0 -1
  397. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/time.data.json +0 -1
  398. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/time.meta.json +0 -1
  399. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/types.data.json +0 -1
  400. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/types.meta.json +0 -1
  401. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/typing.data.json +0 -1
  402. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/typing.meta.json +0 -1
  403. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/typing_extensions.data.json +0 -1
  404. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/typing_extensions.meta.json +0 -1
  405. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/urllib/__init__.data.json +0 -1
  406. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/urllib/__init__.meta.json +0 -1
  407. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.data.json +0 -1
  408. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.meta.json +0 -1
  409. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/uuid.data.json +0 -1
  410. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/uuid.meta.json +0 -1
  411. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/warnings.data.json +0 -1
  412. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/warnings.meta.json +0 -1
  413. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/weakref.data.json +0 -1
  414. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/weakref.meta.json +0 -1
  415. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/zlib.data.json +0 -1
  416. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/3.11/zlib.meta.json +0 -1
  417. machineconfig-1.8/src/machineconfig/scripts/python/.mypy_cache/CACHEDIR.TAG +0 -3
  418. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
  419. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/choose_ohmybash_theme.cpython-311.pyc +0 -0
  420. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc +0 -0
  421. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/cloud_manager.cpython-311.pyc +0 -0
  422. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc +0 -0
  423. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc +0 -0
  424. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc +0 -0
  425. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc +0 -0
  426. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
  427. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc +0 -0
  428. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/scheduler.cpython-311.pyc +0 -0
  429. machineconfig-1.8/src/machineconfig/scripts/python/__pycache__/start_slidev.cpython-311.pyc +0 -0
  430. machineconfig-1.8/src/machineconfig/scripts/windows/archive/gource2vid.ps1 +0 -9
  431. machineconfig-1.8/src/machineconfig/settings/helix/languages.toml +0 -17
  432. machineconfig-1.8/src/machineconfig/settings/shells/bash/.inputrc +0 -3
  433. machineconfig-1.8/src/machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc +0 -0
  434. machineconfig-1.8/src/machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc +0 -0
  435. machineconfig-1.8/src/machineconfig/setup_windows/web_shortcuts/ssh.ps1 +0 -4
  436. machineconfig-1.8/src/machineconfig.egg-info/SOURCES.txt +0 -630
  437. {machineconfig-1.8 → machineconfig-1.9}/MANIFEST.in +0 -0
  438. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/__init__.py +0 -0
  439. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/__init__.py +0 -0
  440. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/archive/python_tools.txt +0 -0
  441. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/checkout_version.py +0 -0
  442. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/create_bootable_media.py +0 -0
  443. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/create_zellij_template.py +0 -0
  444. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/python_cargo_build_share.py +0 -0
  445. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/python_ve_symlink.py +0 -0
  446. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/tasks.py +0 -0
  447. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python/vscode/select_interpreter.py +0 -0
  448. {machineconfig-1.8/src/machineconfig/jobs/python_generic_installers → machineconfig-1.9/src/machineconfig/jobs/python_custom_installers}/__init__.py +0 -0
  449. {machineconfig-1.8/src/machineconfig/jobs/python_linux_installers → machineconfig-1.9/src/machineconfig/jobs/python_generic_installers}/__init__.py +0 -0
  450. {machineconfig-1.8/src/machineconfig/jobs/python_linux_installers/dev → machineconfig-1.9/src/machineconfig/jobs/python_linux_installers}/__init__.py +0 -0
  451. {machineconfig-1.8/src/machineconfig/jobs/python_windows_installers → machineconfig-1.9/src/machineconfig/jobs/python_linux_installers/dev}/__init__.py +0 -0
  452. {machineconfig-1.8/src/machineconfig/jobs/python_windows_installers/archive → machineconfig-1.9/src/machineconfig/jobs/python_windows_installers}/__init__.py +0 -0
  453. {machineconfig-1.8/src/machineconfig/jobs/python_windows_installers/dev → machineconfig-1.9/src/machineconfig/jobs/python_windows_installers/archive}/__init__.py +0 -0
  454. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python_windows_installers/config.json +0 -0
  455. {machineconfig-1.8/src/machineconfig/jobs/script_installer → machineconfig-1.9/src/machineconfig/jobs/python_windows_installers/dev}/__init__.py +0 -0
  456. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/python_windows_installers/dev/config.json +0 -0
  457. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/windows/archive/archive_pygraphviz.ps1 +0 -0
  458. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/windows/archive/openssh-server_add_key.ps1 +0 -0
  459. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1 +0 -0
  460. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/jobs/windows/start_terminal.ps1 +0 -0
  461. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/profile/__init__.py +0 -0
  462. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/profile/records/generic/shares.toml +0 -0
  463. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/profile/records/windows/apps_summary_report.csv +0 -0
  464. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/profile/records/windows/apps_summary_report.md +0 -0
  465. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/profile/shell.py +0 -0
  466. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/__init__.py +0 -0
  467. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/__init__.py +0 -0
  468. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/archive/im2text.py +0 -0
  469. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/archive/tmate_conn.py +0 -0
  470. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/archive/tmate_start.py +0 -0
  471. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/cloud_manager.py +0 -0
  472. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/devops.py +0 -0
  473. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/devops_add_identity.py +0 -0
  474. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/devops_add_ssh_key.py +0 -0
  475. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/devops_backup_retrieve.py +0 -0
  476. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/devops_update_repos.py +0 -0
  477. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/dotfile.py +0 -0
  478. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/mount_nfs.py +0 -0
  479. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/mount_nw_drive.py +0 -0
  480. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/mount_ssh.py +0 -0
  481. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/onetimeshare.py +0 -0
  482. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/pomodoro.py +0 -0
  483. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/scheduler.py +0 -0
  484. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/snapshot.py +0 -0
  485. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/start_slidev.py +0 -0
  486. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/wifi_conn.py +0 -0
  487. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/python/wsl_windows_transfer.py +0 -0
  488. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/activate_ve.ps1 +0 -0
  489. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/archive/im2text.ps1 +0 -0
  490. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/archive/secure_pull.ps1 +0 -0
  491. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/archive/secure_push.ps1 +0 -0
  492. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/archive/tmate_conn.ps1 +0 -0
  493. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/checkout_version.ps1 +0 -0
  494. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/cloud_copy.ps1 +0 -0
  495. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/cloud_manager.ps1 +0 -0
  496. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/cloud_mount.ps1 +0 -0
  497. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/cloud_repo_sync.ps1 +0 -0
  498. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/cloud_sync.ps1 +0 -0
  499. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/croshell.ps1 +0 -0
  500. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/devops.ps1 +0 -0
  501. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/dotfile.ps1 +0 -0
  502. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/ftpx.ps1 +0 -0
  503. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/fzfb.ps1 +0 -0
  504. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/fzfg.ps1 +0 -0
  505. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/gpt.ps1 +0 -0
  506. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/grep.ps1 +0 -0
  507. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/kill_process.ps1 +0 -0
  508. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/mount_nfs.ps1 +0 -0
  509. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/mount_nw.ps1 +0 -0
  510. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/mount_smb.ps1 +0 -0
  511. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/mount_ssh.ps1 +0 -0
  512. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/nano.ps1 +0 -0
  513. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/neofetch.ps1 +0 -0
  514. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/pomodoro.ps1 +0 -0
  515. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/py2exe.ps1 +0 -0
  516. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/reload_path.ps1 +0 -0
  517. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/repos.ps1 +0 -0
  518. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/scheduler.ps1 +0 -0
  519. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/share_nfs.ps1 +0 -0
  520. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/share_smb.ps1 +0 -0
  521. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/snapshot.ps1 +0 -0
  522. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/start_slidev.ps1 +0 -0
  523. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/start_terminals.ps1 +0 -0
  524. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/unlock_bitlocker.ps1 +0 -0
  525. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/utils/op_script_delete.ps1 +0 -0
  526. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/wifi_conn.ps1 +0 -0
  527. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/wsl_rdp_windows_port_forwarding.ps1 +0 -0
  528. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/wsl_ssh_windows_port_forwarding.ps1 +0 -0
  529. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/scripts/windows/wsl_windows_transfer.ps1 +0 -0
  530. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/broot/br.sh +0 -0
  531. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/broot/brootcd.ps1 +0 -0
  532. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/broot/conf.toml +0 -0
  533. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/gromit-mpx/gromit-mpx.cfg +0 -0
  534. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/autocall/delete.sh +0 -0
  535. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/autocall/on-cd.sh +0 -0
  536. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/autocall/on-quit.sh +0 -0
  537. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/autocall/open.sh +0 -0
  538. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/autocall/paste.sh +0 -0
  539. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/autocall/pre-cd.sh +0 -0
  540. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/autocall/rename.sh +0 -0
  541. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/colors +0 -0
  542. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/icons +0 -0
  543. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/linux/lfrc +0 -0
  544. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/autocall/delete.ps1 +0 -0
  545. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/autocall/on-cd.ps1 +0 -0
  546. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/autocall/on-quit.ps1 +0 -0
  547. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/autocall/open.ps1 +0 -0
  548. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/autocall/paste.ps1 +0 -0
  549. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/autocall/pre-cd.ps1 +0 -0
  550. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/autocall/rename.ps1 +0 -0
  551. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/cd_tere.ps1 +0 -0
  552. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/cd_zoxide.ps1 +0 -0
  553. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/cd_zoxide2.ps1 +0 -0
  554. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/colors +0 -0
  555. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/fzf_edit.ps1 +0 -0
  556. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/icons +0 -0
  557. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/leftpane_previewer.ps1 +0 -0
  558. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/lfcd.ps1 +0 -0
  559. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/lfrc +0 -0
  560. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/mkdir.ps1 +0 -0
  561. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/mkfile.ps1 +0 -0
  562. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/previewer.ps1 +0 -0
  563. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lf/windows/tst.ps1 +0 -0
  564. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/linters/.flake8 +0 -0
  565. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/linters/.mypy.ini +0 -0
  566. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/linters/.ruff.toml +0 -0
  567. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lvim/windows/archive/config_additional.lua +0 -0
  568. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/lvim/windows/lua/user/custom_config.lua +0 -0
  569. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/mprocs/windows/mprocs.yaml +0 -0
  570. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/mprocs/windows/other +0 -0
  571. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/pistol/pistol.conf +0 -0
  572. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/presenterm/config.yaml +0 -0
  573. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/procs/.procs.toml +0 -0
  574. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/alacritty/alacritty.toml +0 -0
  575. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/alacritty/alacritty.yml +0 -0
  576. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/hyper/.hyper.js +0 -0
  577. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/ipy/profiles/default/__init__.py +0 -0
  578. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/kitty/kitty.conf +0 -0
  579. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/nushell/env.nu +0 -0
  580. /machineconfig-1.8/src/machineconfig/setup_windows/__init__.py → /machineconfig-1.9/src/machineconfig/settings/shells/pwsh/profile.ps1 +0 -0
  581. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/starship/starship.toml +0 -0
  582. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/vtm/settings.xml +0 -0
  583. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/shells/wt/settings.json +0 -0
  584. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/svim/linux/init.toml +0 -0
  585. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/svim/windows/init.toml +0 -0
  586. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/tere/terecd.ps1 +0 -0
  587. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/tere/terecd.sh +0 -0
  588. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/tmux/.tmate.conf +0 -0
  589. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/tmux/.tmux.conf +0 -0
  590. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/wsl/.wslconfig +0 -0
  591. /machineconfig-1.8/src/machineconfig/setup_windows/wt_and_pwsh/__init__.py → /machineconfig-1.9/src/machineconfig/settings/yazi/keymap.toml +0 -0
  592. /machineconfig-1.8/src/machineconfig/utils/__init__.py → /machineconfig-1.9/src/machineconfig/settings/yazi/theme.toml +0 -0
  593. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/zellij/commands/monitor +0 -0
  594. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/zellij/commands/standard_panes +0 -0
  595. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/zellij/config.kdl +0 -0
  596. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/zellij/config.orig.kdl +0 -0
  597. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/zellij/layouts/hist +0 -0
  598. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/zellij/layouts/panes.kdl +0 -0
  599. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/zellij/layouts/st.kdl +0 -0
  600. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/zellij/layouts/st2.kdl +0 -0
  601. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/settings/zellij/layouts/stacked_panes.kdl +0 -0
  602. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_linux/others/alacritty_install.sh +0 -0
  603. /machineconfig-1.8/src/machineconfig/setup_linux/others/docker.sh → /machineconfig-1.9/src/machineconfig/setup_linux/others/docker_start.sh +0 -0
  604. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_linux/others/openssh-server_add_pub_key.sh +0 -0
  605. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_linux/web_shortcuts/all.sh +0 -0
  606. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_linux/web_shortcuts/ascii_art.sh +0 -0
  607. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_linux/web_shortcuts/croshell.sh +0 -0
  608. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_linux/web_shortcuts/ssh.sh +0 -0
  609. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_linux/web_shortcuts/update_system.sh +0 -0
  610. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_windows/others/docker.ps1 +0 -0
  611. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_windows/others/obs.ps1 +0 -0
  612. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_windows/web_shortcuts/all.ps1 +0 -0
  613. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_windows/web_shortcuts/ascii_art.ps1 +0 -0
  614. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_windows/web_shortcuts/croshell.ps1 +0 -0
  615. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1 +0 -0
  616. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py +0 -0
  617. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +0 -0
  618. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/utils/procs.py +0 -0
  619. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig/utils/scheduling.py +0 -0
  620. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig.egg-info/dependency_links.txt +0 -0
  621. {machineconfig-1.8 → machineconfig-1.9}/src/machineconfig.egg-info/top_level.txt +0 -0
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -1,132 +1,146 @@
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
-
1
+ Metadata-Version: 2.1
2
+ Name: machineconfig
3
+ Version: 1.9
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
+ License-File: LICENSE
15
+
16
+
17
+ <p align="center">
18
+
19
+ <a href="https://github.com/thisismygitrepo/machineconfig/commits">
20
+ <img src="https://img.shields.io/github/commit-activity/m/thisismygitrepo/machineconfig" />
21
+ </a>
22
+
23
+ </p>
24
+
25
+
26
+ # Welcome to machineconfig
27
+
28
+ # Shortcuts
29
+ * `bit.ly/cfgroot` is a shortcut to this repo.
30
+ * `glow https://bit.ly/cfgread` OR `curl bit.ly/cfgread -L | bat -l md --style="header"` to get the readme file.
31
+
32
+ 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.
33
+ Dotfiles include, but are not limited to:
34
+ * `~/.gitconfig`
35
+ * `~/.ssh`
36
+ * `~/.aws`
37
+ * `~/.bash_profile`
38
+ * `~/.bashrc`
39
+ * `~/.config`
40
+ * `$profile` in Windows Powershell
41
+ * etc
42
+
43
+
44
+ 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.
45
+
46
+
47
+ ## Windows Setup
48
+ With elevated `PowerShell`, run the following: (short `curl bit.ly/cfgallwindows -L | iex`)
49
+
50
+ **You have to have `winget` first. If its not available in the your terminal, try those resources:**
51
+
52
+ * https://github.com/asheroto/winget-install
53
+ * https://github.com/microsoft/winget-cli
54
+ * https://github.com/microsoft/winget-cli/discussions/3258
55
+
56
+
57
+ ```shell
58
+ # apps # short: `(iwr bit.ly/cfgappswindows).Content | iex`
59
+ Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/apps.ps1 | Invoke-Expression
60
+ # virtual enviornment # short (iwr bit.ly/cfgvewindows).Content | iex OR `curl bit.ly/cfgvewindows -L | iex`
61
+ Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/ve.ps1 | Invoke-Expression
62
+ # dev repos # short `(iwr bit.ly/cfgreposwindows).Content | iex` OR `curl bit.ly/cfgreposwindows -L | iex`
63
+ Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/repos.ps1 | Invoke-Expression
64
+ # symlinks # short `(iwr bit.ly/cfgsymlinkswindows).Content | iex` OR `curl bit.ly/cfgsymlinkswindows -L | iex`
65
+ . ~/code/machineconfig/src/machineconfig/setup_windows/symlinks.ps1
66
+ # devapps:
67
+ ~/code/machineconfig/src/machineconfig/setup_windows/devapps.ps1
68
+ # pwsh and wt settings: (iwr bit.ly/cfgwt).Content | iex
69
+ iwr https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/wt_and_pwsh.ps1 | iex
70
+
71
+ ```
72
+
73
+ ```shell
74
+ (iwr bit.ly/cfgappswindows).Content | iex
75
+ (iwr bit.ly/cfgvewindows).Content | iex
76
+ (iwr bit.ly/cfgreposwindows).Content | iex
77
+ . ~/code/machineconfig/src/machineconfig/setup_windows/devapps.ps1
78
+ (iwr bit.ly/cfgwt).Content | iex
79
+ . ~/code/machineconfig/src/machineconfig/setup_windows/symlinks.ps1
80
+ ```
81
+
82
+ ###### Setup SSH connection:
83
+ ```shell
84
+ # CHANGE pubkey_string APPROPRIATELY
85
+ $pubkey_string=(Invoke-WebRequest 'https://github.com/thisismygitrepo.keys').Content
86
+ Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/openssh_all.ps1 | Invoke-Expression
87
+ ```
88
+ short `(iwr bit.ly/cfgsshwindows).Content | iex` OR `curl bit.ly/cfgsshwindows -L | iex`
89
+
90
+ ###### Install Croshell Terminal Directly,
91
+ ```shell
92
+ Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/web_shortcuts/croshell.ps1 | Invoke-Expression
93
+ ```
94
+ short: `curl bit.ly/cfgcroshellwindows -L | iex` OR `(iwr bit.ly/cfgcroshellwindows).Content | iex`
95
+
96
+
97
+ # Linux Setup
98
+ With `sudo` access, run the following: (short `curl bit.ly/cfgalllinux -L | bash`)
99
+ ```bash
100
+ export package_manager="apt"
101
+ export package_manager="nix"
102
+
103
+ # apps # short: `curl bit.ly/cfgappslinux -L | bash`
104
+ curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/apps.sh | bash
105
+ # Optionally: curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/apps_dev.sh | bash
106
+
107
+ # virtual enviornment # short `curl bit.ly/cfgvelinux -L | bash`
108
+ curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/ve.sh | bash
109
+
110
+ # repos # short `curl bit.ly/cfgreposlinux -L | bash`
111
+ curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/repos.sh | bash
112
+ # symlinks and bash profile: # short `curl bit.ly/cfgsymlinkslinux -L | bash`
113
+ 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.
114
+
115
+ # devapps
116
+ source <(sudo cat ~/code/machineconfig/src/machineconfig/setup_linux/devapps.sh)
117
+ ```
118
+
119
+ ###### Setup SSH connection:
120
+ ```bash
121
+ pubkey_url='https://github.com/thisismygitrepo.keys' # (CHANGE APPROPRIATELY)
122
+ export pubkey_string=$(curl --silent $pubkey_url)
123
+ curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/openssh_all.sh | sudo bash
124
+ # For WSL only, also run the following:
125
+ export port=2223
126
+ curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/openssh_wsl.sh | sudo bash
127
+ # don't forget to run `wsl_ssh_windows_port_forwarding -p 2223` from Windows using the designated port with
128
+ ```
129
+ short `curl bit.ly/cfgsshlinux -L | bash`
130
+
131
+
132
+ ###### Install Croshell Terminal Directly
133
+
134
+ ```bash
135
+
136
+ curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/web_shortcuts/croshell.sh | sudo bash
137
+
138
+ ```
139
+ short `curl bit.ly/cfgcroshelllinux -L | bash`
140
+
141
+
142
+ # Author
143
+ Alex Al-Saffar. [email](mailto:programmer@usa.com)
144
+
145
+ [![Alex's github activity graph](https://github-readme-activity-graph.vercel.app/graph?username=thisismygitrepo)](https://github.com/ashutosh00710/github-readme-activity-graph)
146
+
@@ -12,7 +12,7 @@
12
12
 
13
13
  # Shortcuts
14
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.
15
+ * `glow https://bit.ly/cfgread` OR `curl bit.ly/cfgread -L | bat -l md --style="header"` to get the readme file.
16
16
 
17
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
18
  Dotfiles include, but are not limited to:
@@ -31,6 +31,14 @@ Additionally, files that contain data, sensitive information that should not be
31
31
 
32
32
  ## Windows Setup
33
33
  With elevated `PowerShell`, run the following: (short `curl bit.ly/cfgallwindows -L | iex`)
34
+
35
+ **You have to have `winget` first. If its not available in the your terminal, try those resources:**
36
+
37
+ * https://github.com/asheroto/winget-install
38
+ * https://github.com/microsoft/winget-cli
39
+ * https://github.com/microsoft/winget-cli/discussions/3258
40
+
41
+
34
42
  ```shell
35
43
  # apps # short: `(iwr bit.ly/cfgappswindows).Content | iex`
36
44
  Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/apps.ps1 | Invoke-Expression
@@ -38,7 +46,7 @@ Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfi
38
46
  Invoke-WebRequest https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/ve.ps1 | Invoke-Expression
39
47
  # dev repos # short `(iwr bit.ly/cfgreposwindows).Content | iex` OR `curl bit.ly/cfgreposwindows -L | iex`
40
48
  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`
49
+ # symlinks # short `(iwr bit.ly/cfgsymlinkswindows).Content | iex` OR `curl bit.ly/cfgsymlinkswindows -L | iex`
42
50
  . ~/code/machineconfig/src/machineconfig/setup_windows/symlinks.ps1
43
51
  # devapps:
44
52
  ~/code/machineconfig/src/machineconfig/setup_windows/devapps.ps1
@@ -107,8 +115,11 @@ short `curl bit.ly/cfgsshlinux -L | bash`
107
115
 
108
116
 
109
117
  ###### Install Croshell Terminal Directly
118
+
110
119
  ```bash
120
+
111
121
  curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/web_shortcuts/croshell.sh | sudo bash
122
+
112
123
  ```
113
124
  short `curl bit.ly/cfgcroshelllinux -L | bash`
114
125
 
@@ -116,3 +127,5 @@ short `curl bit.ly/cfgcroshelllinux -L | bash`
116
127
  # Author
117
128
  Alex Al-Saffar. [email](mailto:programmer@usa.com)
118
129
 
130
+ [![Alex's github activity graph](https://github-readme-activity-graph.vercel.app/graph?username=thisismygitrepo)](https://github.com/ashutosh00710/github-readme-activity-graph)
131
+
@@ -1,4 +1,4 @@
1
- [egg_info]
2
- tag_build =
3
- tag_date = 0
4
-
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -36,6 +36,7 @@ setuptools.setup(
36
36
  "pyfzf",
37
37
  "clipboard",
38
38
  "psutil",
39
- "pydantic"
39
+ "pydantic",
40
+ "fire" # required by fire command
40
41
  ],
41
42
  )
@@ -0,0 +1,10 @@
1
+
2
+ """DS
3
+ """
4
+
5
+ __version__ = "1.9"
6
+ release_notes = """
7
+
8
+ imporoved installer
9
+
10
+ """
@@ -32,7 +32,7 @@ def scan(path: P, pct: float = 0.0):
32
32
  return None
33
33
  with open(str(path), "rb") as f:
34
34
  analysis = client.scan_file(f)
35
- repeat_counter = 0
35
+ repeat_counter: int = 0
36
36
  while True:
37
37
  with console.status(f"waiting for scan of {path} ... "):
38
38
  try:
@@ -13,7 +13,7 @@ def select_interpreter(workspace_root: str):
13
13
  path = Path(workspace_root).joinpath('.ve_path')
14
14
  with open(path, 'r', encoding='utf-8') as f:
15
15
  ve_path = Path(f.read().strip().replace("~", str(Path.home())))
16
- Path(workspace_root).joinpath(".venv").symlink_to(ve_path.expanduser().absolute())
16
+ Path(workspace_root).joinpath(".venv").symlink_to(target=ve_path.expanduser().absolute())
17
17
 
18
18
 
19
19
  def main():
@@ -0,0 +1,36 @@
1
+
2
+ """
3
+ custom installer for azuredatastudio
4
+ """
5
+
6
+ from typing import Optional
7
+ import platform
8
+
9
+ config_dict = {
10
+ "repo_url": "CUSTOM",
11
+ "doc": "Azure Data Studio is a data management tool that enables working with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.",
12
+ "filename_template_windows_amd_64": "AzureDataStudio-{}.exe",
13
+ "filename_template_linux_amd_64": "azuredatastudio-{}.deb",
14
+ "strip_v": True,
15
+ "exe_name": "azuredatastudio"
16
+ }
17
+
18
+
19
+ def main(version: Optional[str] = None):
20
+ _ = version
21
+ if platform.system() == "Linux": return f"""
22
+
23
+ cd ~/Downloads
24
+ curl https://azuredatastudio-update.azurewebsites.net/latest/linux-x64/stable -o ./azuredatastudio-linux-x64.tar.gz
25
+ tar -xvf ./azuredatastudio-linux-x64.tar.gz
26
+ echo 'export PATH="$PATH:~/azuredatastudio-linux-x64"' >> ~/.bashrc
27
+ source ~/.bashrc
28
+
29
+ """
30
+ elif platform.system() == "Windows": return "winget install -e --id Microsoft.AzureDataStudio"
31
+ else:
32
+ raise NotImplementedError(f"Your platform {platform.system()} is not supported!")
33
+
34
+
35
+ if __name__ == '__main__':
36
+ pass