machineconfig 2.5__py3-none-any.whl → 2.7__py3-none-any.whl

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 (117) hide show
  1. machineconfig/cluster/remote/remote_machine.py +0 -1
  2. machineconfig/cluster/sessions_managers/wt_local.py +1 -1
  3. machineconfig/cluster/sessions_managers/wt_local_manager.py +1 -1
  4. machineconfig/cluster/sessions_managers/wt_remote.py +1 -1
  5. machineconfig/cluster/sessions_managers/wt_remote_manager.py +1 -1
  6. machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py +1 -1
  7. machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py +1 -1
  8. machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py +1 -1
  9. machineconfig/cluster/sessions_managers/zellij_local.py +1 -1
  10. machineconfig/cluster/sessions_managers/zellij_local_manager.py +1 -1
  11. machineconfig/cluster/sessions_managers/zellij_remote.py +1 -1
  12. machineconfig/cluster/sessions_managers/zellij_remote_manager.py +1 -1
  13. machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py +1 -1
  14. machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py +1 -1
  15. machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +1 -1
  16. machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py +1 -1
  17. machineconfig/jobs/__pycache__/__init__.cpython-313.pyc +0 -0
  18. machineconfig/jobs/python/vscode/sync_code.py +0 -1
  19. machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc +0 -0
  20. machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-313.pyc +0 -0
  21. machineconfig/profile/create.py +8 -16
  22. machineconfig/profile/shell.py +140 -179
  23. machineconfig/scripts/__pycache__/__init__.cpython-313.pyc +0 -0
  24. machineconfig/scripts/linux/choose_wezterm_theme +1 -1
  25. machineconfig/scripts/linux/cloud_copy +1 -1
  26. machineconfig/scripts/linux/cloud_mount +1 -1
  27. machineconfig/scripts/linux/cloud_repo_sync +1 -1
  28. machineconfig/scripts/linux/cloud_sync +1 -1
  29. machineconfig/scripts/linux/croshell +2 -1
  30. machineconfig/scripts/linux/fire +1 -1
  31. machineconfig/scripts/linux/fire_agents +1 -1
  32. machineconfig/scripts/linux/ftpx +1 -1
  33. machineconfig/scripts/linux/gh_models +1 -1
  34. machineconfig/scripts/linux/kill_process +1 -1
  35. machineconfig/scripts/linux/mcinit +1 -1
  36. machineconfig/scripts/linux/mount_nfs +1 -1
  37. machineconfig/scripts/linux/mount_nw_drive +1 -11
  38. machineconfig/scripts/linux/repos +1 -1
  39. machineconfig/scripts/linux/scheduler +1 -1
  40. machineconfig/scripts/linux/start_slidev +1 -1
  41. machineconfig/scripts/linux/start_terminals +1 -1
  42. machineconfig/scripts/linux/wifi_conn +1 -1
  43. machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc +0 -0
  44. machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-313.pyc +0 -0
  45. machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc +0 -0
  46. machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc +0 -0
  47. machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc +0 -0
  48. machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-313.pyc +0 -0
  49. machineconfig/scripts/python/__pycache__/repos.cpython-313.pyc +0 -0
  50. machineconfig/scripts/python/__pycache__/repos_helper_record.cpython-313.pyc +0 -0
  51. machineconfig/scripts/python/ai/mcinit.py +16 -1
  52. machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh +1 -1
  53. machineconfig/scripts/python/croshell.py +0 -1
  54. machineconfig/scripts/python/devops.py +1 -13
  55. machineconfig/scripts/python/devops_update_repos.py +39 -19
  56. machineconfig/scripts/python/fire_agents.py +1 -1
  57. machineconfig/scripts/python/fire_jobs.py +8 -3
  58. machineconfig/scripts/python/fire_jobs_layout_helper.py +1 -1
  59. machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-313.pyc +0 -0
  60. machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-313.pyc +0 -0
  61. machineconfig/scripts/python/repos.py +10 -227
  62. machineconfig/scripts/python/repos_helper_record.py +193 -0
  63. machineconfig/scripts/windows/choose_wezterm_theme.ps1 +1 -1
  64. machineconfig/scripts/windows/cloud_copy.ps1 +1 -1
  65. machineconfig/scripts/windows/cloud_mount.ps1 +1 -1
  66. machineconfig/scripts/windows/cloud_repo_sync.ps1 +1 -1
  67. machineconfig/scripts/windows/cloud_sync.ps1 +1 -1
  68. machineconfig/scripts/windows/croshell.ps1 +1 -1
  69. machineconfig/scripts/windows/devops.ps1 +1 -29
  70. machineconfig/scripts/windows/dotfile.ps1 +1 -1
  71. machineconfig/scripts/windows/fire.ps1 +1 -45
  72. machineconfig/scripts/windows/ftpx.ps1 +1 -1
  73. machineconfig/scripts/windows/gpt.ps1 +1 -23
  74. machineconfig/scripts/windows/kill_process.ps1 +1 -1
  75. machineconfig/scripts/windows/mcinit.ps1 +1 -1
  76. machineconfig/scripts/windows/mount_ssh.ps1 +1 -1
  77. machineconfig/scripts/windows/pomodoro.ps1 +1 -1
  78. machineconfig/scripts/windows/repos.ps1 +1 -1
  79. machineconfig/scripts/windows/scheduler.ps1 +1 -1
  80. machineconfig/scripts/windows/snapshot.ps1 +1 -1
  81. machineconfig/scripts/windows/start_slidev.ps1 +1 -1
  82. machineconfig/scripts/windows/start_terminals.ps1 +1 -1
  83. machineconfig/scripts/windows/wifi_conn.ps1 +1 -2
  84. machineconfig/settings/shells/pwsh/init.ps1 +0 -4
  85. machineconfig/setup_linux/web_shortcuts/croshell.sh +1 -1
  86. machineconfig/setup_linux/web_shortcuts/interactive.sh +7 -13
  87. machineconfig/setup_windows/web_shortcuts/interactive.ps1 +9 -18
  88. machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +1 -66
  89. machineconfig/utils/links.py +1 -2
  90. machineconfig/utils/options.py +8 -5
  91. machineconfig/utils/procs.py +5 -1
  92. machineconfig/utils/scheduling.py +0 -1
  93. machineconfig/{cluster/sessions_managers → utils/schemas/layouts}/layout_types.py +0 -1
  94. machineconfig/utils/schemas/repos/repos_types.py +28 -0
  95. machineconfig/utils/source_of_truth.py +1 -4
  96. machineconfig/utils/ssh.py +1 -1
  97. {machineconfig-2.5.dist-info → machineconfig-2.7.dist-info}/METADATA +1 -1
  98. {machineconfig-2.5.dist-info → machineconfig-2.7.dist-info}/RECORD +102 -109
  99. {machineconfig-2.5.dist-info → machineconfig-2.7.dist-info}/entry_points.txt +3 -6
  100. machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-313.pyc +0 -0
  101. machineconfig/profile/create_hardlinks.py +0 -140
  102. machineconfig/scripts/linux/checkout_versions +0 -2
  103. machineconfig/scripts/linux/cloud_manager +0 -2
  104. machineconfig/scripts/linux/url2md +0 -2
  105. machineconfig/scripts/python/__pycache__/croshell.cpython-313.pyc +0 -0
  106. machineconfig/scripts/windows/checkout_version.ps1 +0 -1
  107. machineconfig/scripts/windows/cloud_manager.ps1 +0 -1
  108. machineconfig/scripts/windows/neofetch.ps1 +0 -2
  109. machineconfig/scripts/windows/wsl_windows_transfer.ps1 +0 -1
  110. machineconfig/settings/__pycache__/__init__.cpython-313.pyc +0 -0
  111. machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-313.pyc +0 -0
  112. machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-313.pyc +0 -0
  113. machineconfig/utils/ai/browser_user_wrapper.py +0 -66
  114. machineconfig/utils/ai/url2md.py +0 -85
  115. /machineconfig/setup_windows/wt_and_pwsh/{set_pwsh_theme.py → install_nerd_fonts.py} +0 -0
  116. {machineconfig-2.5.dist-info → machineconfig-2.7.dist-info}/WHEEL +0 -0
  117. {machineconfig-2.5.dist-info → machineconfig-2.7.dist-info}/top_level.txt +0 -0
@@ -7,31 +7,30 @@ machineconfig/cluster/remote/distribute.py,sha256=TWnOcTcItu3QQTDP3cNsUprnteYYt7
7
7
  machineconfig/cluster/remote/file_manager.py,sha256=w1edpBcH8mHDEzRF5tqQDu5MJYsySIQrMCbgN23A4zM,13966
8
8
  machineconfig/cluster/remote/job_params.py,sha256=_t5QKqRHReShaBlJfSgVS5E3_oHYcRUIRO_Uz1mbA-k,7698
9
9
  machineconfig/cluster/remote/loader_runner.py,sha256=Ia62ALepM3TP7kHaymfp0jEMuHJ0HjF31VbNJOCYYtM,7061
10
- machineconfig/cluster/remote/remote_machine.py,sha256=cKqrB9HpSt8bTttQ6UixlOvUw4Wf2ouFrFTeqTA3No0,19749
10
+ machineconfig/cluster/remote/remote_machine.py,sha256=xRuoHKNsIT0-FTFSvF1q7scnGKz8Qp6bxuzYdQLUOVA,19670
11
11
  machineconfig/cluster/remote/script_execution.py,sha256=4U70FDtjOh6A6C2Ei-Xh90S888q64VhRPbExoEbdepk,9980
12
12
  machineconfig/cluster/remote/script_notify_upon_completion.py,sha256=GRxnnbnOl1-hTovTN-zI_M9wdV7x293yA77_mou9I1o,2032
13
13
  machineconfig/cluster/sessions_managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  machineconfig/cluster/sessions_managers/enhanced_command_runner.py,sha256=H2DZ3we9zx3Px0vCvFRkWfiA44um7ReouKbgylL873w,5317
15
- machineconfig/cluster/sessions_managers/layout_types.py,sha256=OmiOX9xtakPz4l6IobWnpFHpbn95fitEE9q0YL1WxjQ,617
16
- machineconfig/cluster/sessions_managers/wt_local.py,sha256=gp0sGSo0-AXJNt8HnaTd8L7HcLHi-Hg1BOWAAgirD8w,18237
17
- machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=g0rQTW5EVF7vPMpFg81U5XvjWM-u0dnNGiMOWlUClfw,24196
18
- machineconfig/cluster/sessions_managers/wt_remote.py,sha256=WrhB9NjHKYFMmKdN-vjFU3TnlTujtpuMjylwryIz4H4,8759
19
- machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=1PTlYIa3TrHgGIK1yHjFzlpkyDQQ8blj5x5BMT3BiQ0,19762
20
- machineconfig/cluster/sessions_managers/zellij_local.py,sha256=N6c7oouu5vi00xwAk6xUkf0pwG5YfxmPqXZIVOtuk0g,17085
21
- machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256=6w6jzlX5i353-MIZrdpj2s2WUhwmOfCHmJ6fO67-qoQ,24237
22
- machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=aLpjZe7bqENccvbArq5iswq6eMUMsOP2HX7F1AWHHkI,11043
23
- machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=w5bfTqRrtmvjmArdyN2Kywaffu6iR-VHg1UgdCrMjsc,8120
24
- machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py,sha256=N-CwiyARLQ7nPhvpKSi2LAWZ8YH9S9YWKwBtVGPYkkI,7449
25
- machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py,sha256=WIerUrzC_ft5JHyFWuWX6zvPEtzihsmsci7RTCoQJhc,15200
15
+ machineconfig/cluster/sessions_managers/wt_local.py,sha256=5tBgiWf-gsAvg1PrSEF7ZdEpeWgARLQdtArhXwjdBno,18233
16
+ machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=EqSdzHx5VLkaxKXLfHXigpaGB3dXS5RS-04d-BiTgzI,24192
17
+ machineconfig/cluster/sessions_managers/wt_remote.py,sha256=7KT5D0FM9wwY8N3Mp9uO9rv3z29n6HIDJfPSLWXOIIs,8755
18
+ machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=V7Z_1sLGfCjyGh2rxbtnDCzrzlMYrdY_6uG3Gljp20o,19758
19
+ machineconfig/cluster/sessions_managers/zellij_local.py,sha256=I2iQAS7G13lxQa0KCfHHXYMo9_54dDUwOYNKW_AWlek,17081
20
+ machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256=oWqhX8-hfXYptaqcAlIo1_ZMFRr2LqXKMu1njYrLftM,24233
21
+ machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=G1SdycIHuCBMOnO5kfxDNN-boNxZ6PSh0xsZsDK8H1s,11039
22
+ machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=2ZoSPrlsYJbugH8f8doNIDhmbv2M61DN9KIQNVUqE1k,8116
23
+ machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py,sha256=CFGcZPFTZQJtFf0OvMUHhadZ0qbImCP3wxvbWYVcVYo,7445
24
+ machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py,sha256=Mitm7mKiKl5lT0OiEUHAqVg2Q21RjsKO1-hpJTHJ5lM,15196
26
25
  machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py,sha256=lApUy67_WhfaBXqt0meZSx_QvwiXjN0YLdyE3c7kP_s,6744
27
26
  machineconfig/cluster/sessions_managers/wt_utils/session_manager.py,sha256=-PNcYwPqwdNRnLU9QGKxRR9i6ewY02Id-tgnODB_OzQ,12552
28
- machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=YPMMt101peN4SAY6fs5MFJaQyknmbQzhy3wiUySAZj4,9503
29
- machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=z_wmo09KqCJBtJjPsvkX1WyoEVqfNzJ7vCbJsxJotEY,2856
30
- machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=5CE7BfHYzqHFfe8XX18i-V-Tjv_D6LDR3h3buvzNGds,5267
31
- machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=ZVvTaniB23jKkZB0zchaXGtt9Sy02AWCFVGICowya5U,13302
27
+ machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=EEscow4hsvLJ1roXEXxXg0QUEwetJmTq0VRm_1Vg6L0,9499
28
+ machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=lxeZVYIelUEf7pFSmg1F5jPbWfzuxQmZ2IBZsHMwFVk,2852
29
+ machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=OfMhdqDR43r8vEnTNSrV9hvMHG3cNl7EmJKB_ChJBJ8,5263
30
+ machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=8ilY7ntXWTsFy6-G-j2GZvakK4C43s5y5RFw_feOnDk,13298
32
31
  machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=Nkd5QFw5yG2qD2-WLioqi-e3WKuOqGA8C35epGmB49g,2602
33
32
  machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=U_Gvhf-uPwY8jFoxg4aOWsIQbYjd8ueRsfPim1Wv0Pc,4936
34
- machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=plodEzMGSTP_IbW6lPcUbTM-0Tyux-1CPmX7mSpPf4I,3762
33
+ machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=AtpIoko_ghhOXENGAfgiS2jA4IYBFRMjEbyIy_P6HIM,3758
35
34
  machineconfig/cluster/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
35
  machineconfig/cluster/templates/cli_click.py,sha256=7v6w-dj1whBd9ydKeOAQFuD5kF7_6ivyPAqNl8BEvc0,5084
37
36
  machineconfig/cluster/templates/cli_gooey.py,sha256=KUiZDuqmHDkGS7NqwBTzZUbxysgasq-M0DWmwd44vOE,5534
@@ -41,7 +40,7 @@ machineconfig/cluster/templates/run_cluster.py,sha256=ZFNl4EDybicedWKX5qBwSSeKKf
41
40
  machineconfig/cluster/templates/run_remote.py,sha256=vCc56t8BUAUJp7tyb0PFfwy5hlmIdRdzcjlpP9gcLdc,3247
42
41
  machineconfig/cluster/templates/utils.py,sha256=hrtaDkGxl9p9SAdPz46ppTtbrIW2OonsO42DEA-qoS8,1646
43
42
  machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
- machineconfig/jobs/__pycache__/__init__.cpython-313.pyc,sha256=ILRSMYxczieYNQw-Ky2yADpR-S-yJQbHS_PxNTlXfl0,161
43
+ machineconfig/jobs/__pycache__/__init__.cpython-313.pyc,sha256=XCpGeTOsCIrHvdkU0hZ-ISJF86afNZ4mr5dY9n0K8Gg,161
45
44
  machineconfig/jobs/linux/msc/cli_agents.sh,sha256=X94rDsNHokIWQyHUQu0n2d0AbR39ak-nw4PbrUsJr7w,377
46
45
  machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
47
46
  machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
@@ -54,13 +53,12 @@ machineconfig/jobs/python/tasks.py,sha256=hrBDQOnBmcXtauTkicVgC8J2AOGcfdFfyx0K8e
54
53
  machineconfig/jobs/python/vscode/api.py,sha256=BYF3XeNXYCpM4ApDCz2ZM1AInY4WgBqrpX9l_MWYqfM,1670
55
54
  machineconfig/jobs/python/vscode/link_ve.py,sha256=1tXXgfWcl18K6avdhm2V7zng18opR9pfI0PSLxMFbiQ,1439
56
55
  machineconfig/jobs/python/vscode/select_interpreter.py,sha256=54IljnFsvlz-B3qezMxc84RZSBxpYqKOsPmL9LwvSUU,2686
57
- machineconfig/jobs/python/vscode/sync_code.py,sha256=pYt-s43y1lj77oj2VFzY3aN7YHj7j8Yw5W3bMj2xTUM,2155
56
+ machineconfig/jobs/python/vscode/sync_code.py,sha256=5pk3-QBfZcXSe3H9a72vqf603vTbsEZA6KAP7ThVORs,1902
58
57
  machineconfig/jobs/python_custom_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
58
  machineconfig/jobs/python_custom_installers/docker.py,sha256=YqUVDtTbcTLTImyypJcXDveJ0kKDw3pAVm8GT56wvzE,2213
60
59
  machineconfig/jobs/python_custom_installers/gh.py,sha256=Z5MP0fdIdTuTXibRq6FmcyiQJ2I-1vMEPOKNB79JF0M,2507
61
60
  machineconfig/jobs/python_custom_installers/hx.py,sha256=0rdkIyj-kiT-GTF0nMiBRqQ3_RafksgqgpgKXyUScc8,5551
62
61
  machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=IGuMJYOKPZYDqQNUro9thF3fklXsjpIoHPQykmWmI9Y,1970
63
- machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-313.pyc,sha256=Nj8U4X3NaARZ0b9zyaAysFk8-EbFQP4_5KKUWlarkEM,186
64
62
  machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=DtMXSoRgcS-DuelTwqUiP0zaC0eA7vsToRRo0CMmc4U,1696
65
63
  machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=_yyUIn9ySM5tngdRcauJLZtfIR2tMCSBDZUVBYgKP70,761
66
64
  machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=JkFJk9GpYSshtHs8tF--qQd0pP7bly7J8wYag-XT-v0,1878
@@ -90,12 +88,12 @@ machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVN
90
88
  machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
91
89
  machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
90
  machineconfig/jobs/python_generic_installers/config.json,sha256=dkrLpAs-xJ1gvpFd42yuWGoRkkE1MG-8fAhrMNrxt34,20678
93
- machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc,sha256=n3gkN0Ys3GNdIHVxQBcqvDpKGKOXRDTRxV1TWIZ5dsg,187
91
+ machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc,sha256=knHc0czISCOGlMdoXh0vJGcyr0TTsRAzNIk8iYo26VM,187
94
92
  machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
95
93
  machineconfig/jobs/python_generic_installers/dev/config.json,sha256=dKzCQNuQigcuTGw1uvhHkhG-kvp2UPHpv0X6XOTYtBE,29760
96
94
  machineconfig/jobs/python_linux_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
95
  machineconfig/jobs/python_linux_installers/config.json,sha256=rn2mss51IgiAKKmhPdQ0nmTC_aPFm-6rIfHdCBlEFBE,5324
98
- machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-313.pyc,sha256=GQsLPTy1kOgdFSvT1V-cJSbcawyaFpzL_hnTBooQbp0,185
96
+ machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-313.pyc,sha256=VPZBY1nwCPNRdlftZPBK6pJb-b44HTw7qG6ce-AvLuM,185
99
97
  machineconfig/jobs/python_linux_installers/archive/config.json,sha256=haf6H05bW2AC-CptfZBeNeMoQK60w8iWmCZ2aDiL4O0,302
100
98
  machineconfig/jobs/python_linux_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
99
  machineconfig/jobs/python_linux_installers/dev/config.json,sha256=IxlCuMfWX-SWCnQxQN5JBlxDIAHPvZRlSFbszqERj2w,9951
@@ -113,55 +111,51 @@ machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYi
113
111
  machineconfig/jobs/windows/msc/cli_agents.bat,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
114
112
  machineconfig/jobs/windows/msc/cli_agents.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
113
  machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
116
- machineconfig/profile/create.py,sha256=Xur6u5xc2YkHGILnJiIOsAqIhTPy_0SIW1HVWRKZyMI,6432
117
- machineconfig/profile/create_hardlinks.py,sha256=5rDftMifdwSpQ-kEgR9LUSCwGVlAWCrwF6Ko10hxUxo,5652
118
- machineconfig/profile/shell.py,sha256=haNn70imxRIMxOIZ8N6jU26-OepqS5HkCtO0vAP-Zvs,10958
114
+ machineconfig/profile/create.py,sha256=WXfyu8SZ8owRwbTeZKDP2KE_H9IBIMVn7sCHq5uxdPA,6456
115
+ machineconfig/profile/shell.py,sha256=HIMJvl-HZ8za7gbZn_vLZV0R6qjwcNfRFLK2bJ8ig-4,9206
119
116
  machineconfig/profile/records/generic/shares.toml,sha256=FduDztfyQtZcr5bfx-RSKhEEweweQSWfVXkKWnx8hCY,143
120
117
  machineconfig/profile/records/linux/apps_summary_report.csv,sha256=pw9djvaRUPalKDLn2sl3odcbD2_Zx3aEupsQ8UPfaaY,2738
121
118
  machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0ZgKGIZi8bstFoGyyGTxeS8p2PtOj0,5634
122
119
  machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
123
120
  machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
124
121
  machineconfig/scripts/__init__.py,sha256=v0cMjnaIo39C3ltLiTf1S0fCTMAqWtEU7zrVenUj4PQ,71
125
- machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=CeuCbS3dXPoxqWgpfgFFM97BtcXpCY4rGXqqxj9E1FY,244
122
+ machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=ygO0oHmMcx06IQQo4uYMnTHHtjOckjootiTk2z-6s0c,244
126
123
  machineconfig/scripts/cloud/init.sh,sha256=yNsseCLMceO50Eg72ra6_NIJCxkGZmpmos1EXe-mvzY,4649
127
- machineconfig/scripts/linux/checkout_versions,sha256=YI7wWTSni6rzzMJPh0jPMyzofggvR9yusbe3T3cJsK8,125
128
- machineconfig/scripts/linux/choose_wezterm_theme,sha256=VdGl9_tjnxkqePuSO01VOTxhUjEH3eKaTmKKYkvO0t8,171
129
- machineconfig/scripts/linux/cloud_copy,sha256=H_h-AB_A39vsIk8WMlIazzKCPXOcqhqEwkMETTPUsoo,116
130
- machineconfig/scripts/linux/cloud_manager,sha256=-zHU7E0WefS18YK8MY2MnYrNsyioHNHmRDHbki-eXmE,123
131
- machineconfig/scripts/linux/cloud_mount,sha256=xkgAkZ7_58IwlpiWq9K1qoQsAl2cZTTGfb6p6S2cVUg,118
132
- machineconfig/scripts/linux/cloud_repo_sync,sha256=zBGuwnDMurdC--Ovhz9-zxlEzMxTTE4ygZAp1U3NjY8,125
133
- machineconfig/scripts/linux/cloud_sync,sha256=XA69wzQ3iQGleGTpc5pe0tUvlqWI4qwSLXPtva-_ryo,117
134
- machineconfig/scripts/linux/croshell,sha256=wL9wJA0UObjhgwmOMQ49tihWusYZEAKrycoZ7Z3LsAQ,115
124
+ machineconfig/scripts/linux/choose_wezterm_theme,sha256=T7_vS-XvIZErRkfqtlyoZuHEVKFQQwhIeQMFIVTjtxg,145
125
+ machineconfig/scripts/linux/cloud_copy,sha256=IU5TO7roSUYB-U4Km9bhAZOvlUr4nRJtJf4tqCPIPAs,100
126
+ machineconfig/scripts/linux/cloud_mount,sha256=QnDUPUv9q3V14PONOwM4tAPHqOopF_uvjEN1tL24jZA,102
127
+ machineconfig/scripts/linux/cloud_repo_sync,sha256=cUv2R7-SApsv6JZjESieg4uMZAjQP1G4egvrHMQsVrI,106
128
+ machineconfig/scripts/linux/cloud_sync,sha256=Tf5yr9D5Ca5tiIpbUBE3QDqZF22tsh32XedW-aHZ-lQ,96
129
+ machineconfig/scripts/linux/croshell,sha256=UZWGufTwtzCllRXrQ14YwCuAEZs--a1lJBW_kuNLhYg,100
135
130
  machineconfig/scripts/linux/devops,sha256=nh469ECbEcGaCvYgdVaJvgE9moYl_4SkSvTujn4_Zkk,91
136
- machineconfig/scripts/linux/fire,sha256=Uj8jOlU55j6QcCsB-WPy1U9LAhteP6yfeDlTVyiF0B8,116
137
- machineconfig/scripts/linux/fire_agents,sha256=Oe71s6NJMacgFy3iUZmjwy1cpbUTAr0miGJlg3Ap2Qg,118
138
- machineconfig/scripts/linux/ftpx,sha256=nM6XL6gz336A-ejkHJ2pQsaJ1BZxhz0lqEkzpRFDZzU,114
131
+ machineconfig/scripts/linux/fire,sha256=BXc8arF2ViX1YmY3DdqNGTh76tXfCuys2SrFLPO2GFg,94
132
+ machineconfig/scripts/linux/fire_agents,sha256=xB33C8weH0-l-3iuFyPR9wuGwDtSnBZIiAxuajAm5Os,102
133
+ machineconfig/scripts/linux/ftpx,sha256=wTZparnibEm3TTgc6gQyG6ZkngZm4cxOZVkYMDh5Zyg,95
139
134
  machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
140
135
  machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
141
136
  machineconfig/scripts/linux/fzffg,sha256=jjeeyFkWmBbwH2taRqC3EOzZep2KR-ZYoI4UI-5kHqg,1090
142
137
  machineconfig/scripts/linux/fzfg,sha256=ClGnJZUsIk4y0qs3W5iXGo-nd0FaqAHMsnh8uoXQFy8,1190
143
138
  machineconfig/scripts/linux/fzfrga,sha256=xSdws6ae28ZXkkqz_uupZ0MYw_vxE2qpLT2DLS3WITM,460
144
- machineconfig/scripts/linux/gh_models,sha256=O3oIv997xNR10WSZCI19wltBvrBl2CihIVsoQcruNGs,116
145
- machineconfig/scripts/linux/kill_process,sha256=eOpiDO2x7Pc4IB2euPH1ft0DE_ghLxhajE4AaB7dhuc,163
146
- machineconfig/scripts/linux/mcinit,sha256=LEqZ5RrELEkhfeQaL-7uKTAJpvhuCYyEKnNnJA_rYVI,116
139
+ machineconfig/scripts/linux/gh_models,sha256=EMFUmkkYxCx6vP0SUly6OMVRXGfN1wRCInn1ilUC3HM,100
140
+ machineconfig/scripts/linux/kill_process,sha256=CjcMpkf5gxuMbDijmgacWJvJMRjydn-9Ts02zxUWTdw,103
141
+ machineconfig/scripts/linux/mcinit,sha256=ug-eE6jkkgw3o5r5B5zUqAZUD-XN-rwY6aNxhFj88DM,97
147
142
  machineconfig/scripts/linux/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
148
- machineconfig/scripts/linux/mount_nfs,sha256=pPLKnxevjJWw6m200GnP-RqnVSA1YAxE6tnnb_uIN1U,1847
149
- machineconfig/scripts/linux/mount_nw_drive,sha256=fZWV2x7Slne2c0NU-65qXBmTIeJNvjAHY-NqkDgoq1U,2527
143
+ machineconfig/scripts/linux/mount_nfs,sha256=kpIbAse3igReEGgnXngez2ytWucLwmb_xo6e6KeO_rs,1870
144
+ machineconfig/scripts/linux/mount_nw_drive,sha256=pNzHc7yZn5YIzn2BkpKvd5530PqbestkzrdoXaChyqY,2338
150
145
  machineconfig/scripts/linux/mount_smb,sha256=7UN5EP1kuxYL_-CnyaH4f9Wuu2CgALDZpJ0mPcdvCiY,94
151
146
  machineconfig/scripts/linux/programs,sha256=KlKTLhreJ0CRHvtm61ilOtVm8VUia7gb0zWD1IP6rNY,472
152
- machineconfig/scripts/linux/repos,sha256=MWm-BaQ6SE7hBGga4H4p6w8GGhf0LHA0jIfOGgS3MYE,112
153
- machineconfig/scripts/linux/scheduler,sha256=eE09LVk2JqtnS0hWcuCPLIAvij2a-JhkNBrISICQDCY,116
147
+ machineconfig/scripts/linux/repos,sha256=1qbmIemZjkjcPmiL1Bp8pD46E83OXsR5EJ0XQt29Bhc,96
148
+ machineconfig/scripts/linux/scheduler,sha256=Z9Wu0N9vWRbi4FoRbpcc4ydq4bVaDjZOXESR35ZN0rI,100
154
149
  machineconfig/scripts/linux/share_cloud.sh,sha256=75IzCm7Nob1wO-zlfaNyPPod1IjAsVCG5lcMFdXmiI4,3010
155
150
  machineconfig/scripts/linux/share_nfs,sha256=LDQZQ9TV7z2y7RtNHiO4Wb513MztyGjaAV-GzTGwUdc,1374
156
151
  machineconfig/scripts/linux/share_smb,sha256=HZX8BKgMlS9JzkGIYnxTsPvoxEBBuVLVkqzR3pmGFGY,20
157
152
  machineconfig/scripts/linux/skrg,sha256=JgQJGwxaChr148bDnpTB0rrqZMe2o2zGSDA9x_oUhWM,133
158
153
  machineconfig/scripts/linux/start_docker,sha256=_yDN_PPqgzSUnPT7dmniMTpL4IfeeaGy1a2OL3IJlDU,525
159
- machineconfig/scripts/linux/start_slidev,sha256=NDusHTerKrG8QtG0oRXNCl9WCgDHeSoZLkEShPnSSvs,119
160
- machineconfig/scripts/linux/start_terminals,sha256=ZqPK5OEJUQYecZiSce3ao_EpYKPgQgMlSBRMGi-XxXw,195
154
+ machineconfig/scripts/linux/start_slidev,sha256=-0CPZWrvIZgRYgk8KWI4VKMtgbX9KaHysLpLGO4UXM8,103
155
+ machineconfig/scripts/linux/start_terminals,sha256=vyqrmf_7AzB-TyzPZo62XpBj6LyWlFZ8POCtRGLTNB4,182
161
156
  machineconfig/scripts/linux/switch_ip,sha256=NQfeKMBSbFY3eP6M-BadD-TQo5qMP96DTp77KHk2tU8,613
162
- machineconfig/scripts/linux/url2md,sha256=HJzzSf7xlIE5mMqeYn9_3Jr_LjueyvP9GkwDS92YoyQ,107
163
157
  machineconfig/scripts/linux/warp-cli.sh,sha256=shFFZ9viet_DSEEHT8kxlGRHoJpO6o85pKYnc3rIkaA,3868
164
- machineconfig/scripts/linux/wifi_conn,sha256=qKUj1v6W1zGzA03wIzsT6a0NcmPNBSyiw69TwwFRmnk,108
158
+ machineconfig/scripts/linux/wifi_conn,sha256=X4TH3OvcVZfOveSbF9WW8uXb4U_G7ZSnCERc7VYAqkc,95
165
159
  machineconfig/scripts/linux/z_ls,sha256=ATZtu0ccN3AKvAOxkwLq1xgQjJ3en5byEWJ3Q8afnNg,3340
166
160
  machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
167
161
  machineconfig/scripts/python/choose_wezterm_theme.py,sha256=xCDLLJKlYNOQ0tOZ4cgkBN5hTPGn-0llkyupmoN2rb8,3320
@@ -170,18 +164,18 @@ machineconfig/scripts/python/cloud_manager.py,sha256=MAVOKqXGxnlMaQGEv6k-q_PrgN0
170
164
  machineconfig/scripts/python/cloud_mount.py,sha256=QdokpaQ31S5oVBsZTApVNXbquWfJL1I4ULKVyGiDO_U,6802
171
165
  machineconfig/scripts/python/cloud_repo_sync.py,sha256=-aGiNw-K706vcuVwsuBXUL2FMHpa6OnHiKIIaydAt38,9940
172
166
  machineconfig/scripts/python/cloud_sync.py,sha256=UVxFG2mRARU0CEU51RvdjyR4vxxF8bemzmDgWvZ9SRs,3858
173
- machineconfig/scripts/python/croshell.py,sha256=u9VgF4BnlWUDzpuYy4ScYy2wCyLqOzE-qnqArBEeFNo,9559
174
- machineconfig/scripts/python/devops.py,sha256=Ss38XnmiG5_T46az6iEyotq8M5JChUYKXZ56UJA6IXk,8331
167
+ machineconfig/scripts/python/croshell.py,sha256=7b7I5NSXQvQoiyWH7zKNIi2mO1tZ8yi8XkWn38XkreE,9509
168
+ machineconfig/scripts/python/devops.py,sha256=5l2d2WlQSZ811W6Gtw6xwmIypt-NLHcABJbRiBf7Fmg,7887
175
169
  machineconfig/scripts/python/devops_add_identity.py,sha256=gYcRzUZGr-truU2l5iPLEiWSZpKLzz5a6v5VPrEMVwg,3869
176
170
  machineconfig/scripts/python/devops_add_ssh_key.py,sha256=D66vyl4NnvwL306yJXSFI4ht0sz-m9yczuBf82VCodo,6760
177
171
  machineconfig/scripts/python/devops_backup_retrieve.py,sha256=noN0pgZkj7wdQSZpyCOKYVV_npcKn1CkXtqt1l2QO4w,6201
178
172
  machineconfig/scripts/python/devops_devapps_install.py,sha256=HrKa1mSwMXtdFPOy4LCHUAY6LvrlHFtDW_kCrIYL90w,8160
179
- machineconfig/scripts/python/devops_update_repos.py,sha256=q8mCIqCYsJdGCf4sBUeVe6hJIQX4pGLYPAF3rDpTQZI,11221
173
+ machineconfig/scripts/python/devops_update_repos.py,sha256=bTvKYvT6i6TTmjpfM19NyPb5_Y9vqESYNzjYEzT0N4k,12627
180
174
  machineconfig/scripts/python/dotfile.py,sha256=miL8mQH2AqPdnHSz0Cxa7qQavaOmzTD9DAF66H2PRzA,2259
181
- machineconfig/scripts/python/fire_agents.py,sha256=VhmB_onoLYRAqqaEUV2UJytxQQBb_0d0j6KCTkUMW7c,9358
182
- machineconfig/scripts/python/fire_jobs.py,sha256=V6ULEOyBaNzhHxeYmpOEyVI-VFBcSrFvUiFlxyXvc10,16566
175
+ machineconfig/scripts/python/fire_agents.py,sha256=WcdvWuqg0GiAoW3JWnVZSl3009QCPQ6FmEPzEmZz_vE,9354
176
+ machineconfig/scripts/python/fire_jobs.py,sha256=FvfJ-LrTUTVJRVT7i1LeP2YEUYH21RkYwKlVoEJxZNs,16616
183
177
  machineconfig/scripts/python/fire_jobs_args_helper.py,sha256=TfCKSExGZhYrZ6JmXIHsd0wpNSWcKeLeRh9gFR3FG-M,4330
184
- machineconfig/scripts/python/fire_jobs_layout_helper.py,sha256=Ph3nc6_-Q80xJNqTspWUN1SVxzA6afGHDnWUlgQykZw,3226
178
+ machineconfig/scripts/python/fire_jobs_layout_helper.py,sha256=_cx6ZnWezes-s13HXyKiI16vj9gF-Mpo_OF4StDQfFs,3222
185
179
  machineconfig/scripts/python/fire_jobs_streamlit_helper.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
186
180
  machineconfig/scripts/python/ftpx.py,sha256=WQ-6Z043q3yQOgWQV9g-R5QjouilWC0grOc6hydvbvg,9914
187
181
  machineconfig/scripts/python/get_zellij_cmd.py,sha256=e35-18hoXM9N3PFbvbizfkNY_-63iMicieWE3TbGcCQ,576
@@ -191,7 +185,8 @@ machineconfig/scripts/python/mount_nw_drive.py,sha256=_7Rq-OGdJ8eYivESqGqdtWfSER
191
185
  machineconfig/scripts/python/mount_ssh.py,sha256=uALax_ZVKihspQF6TuUtvtoAo-VRHCkdKQ7N9GRcry8,2234
192
186
  machineconfig/scripts/python/onetimeshare.py,sha256=bmGsNnskym5OWfIhpOfZG5jq3m89FS0a6dF5Sb8LaZM,2539
193
187
  machineconfig/scripts/python/pomodoro.py,sha256=SPkfeoZGv8rylGiOyzQ7UK3aXZ3G2FIOuGkSuBUggOI,2019
194
- machineconfig/scripts/python/repos.py,sha256=rlUff2c_hyJZ-6WXQ6goKhOt4n7k0pP_Gq0V8Z6IVIg,18076
188
+ machineconfig/scripts/python/repos.py,sha256=K6Q4E3YsV3BdXIJXgiy2bhv9mzBAlvERBhliPM4mN3Q,7229
189
+ machineconfig/scripts/python/repos_helper_record.py,sha256=IZRsKBtjK72b7c0zqJZiWq7V7-c_yENQoAUuvJCUsh0,8360
195
190
  machineconfig/scripts/python/scheduler.py,sha256=7IBjMMOHMkklcWzYwz93EH9XzbJ5uPqU03bJ_lYbRNo,3083
196
191
  machineconfig/scripts/python/snapshot.py,sha256=aDvKeoniZaeTSNv9zWBUajaj2yagAxVdfuvO1_tgq5Y,1026
197
192
  machineconfig/scripts/python/start_slidev.py,sha256=MPCN0JgRzOAXywj6n9s0iZYcLFAscP-eOPQvkUyElRA,4525
@@ -200,14 +195,17 @@ machineconfig/scripts/python/viewer.py,sha256=heQNjB9fwn3xxbPgMofhv1Lp6Vtkl76Yjj
200
195
  machineconfig/scripts/python/viewer_template.py,sha256=ve3Q1-iKhCLc0VJijKvAeOYp2xaFOeIOC_XW956GWCc,3944
201
196
  machineconfig/scripts/python/wifi_conn.py,sha256=2FJ4srVthGHsy3KSXpvndAyVkNO8n_XeSgVRnd_PjZA,15576
202
197
  machineconfig/scripts/python/wsl_windows_transfer.py,sha256=RfSf5SJejnqrg36YfXSwu52ceEW77uNP4WC6QQUyRTA,3650
203
- machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=8muD9pM0PjydSqWOb5Vt0PqZMDLWVx8tiv4rTzca3_Q,171
204
- machineconfig/scripts/python/__pycache__/croshell.cpython-313.pyc,sha256=JU3-6dV9_1yhVRi3xZtc5mZCv63kAdrHGXArv4BtBxQ,9923
205
- machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc,sha256=NNA2Z-b903hVbpUzJ3mYZk-iBSwz-5dA-nGcdRtMC9A,11377
206
- machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc,sha256=skO38_AvgQK8k3-IM0kIR5jcWy5XtHVd8-VeOV4o6ig,8616
207
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc,sha256=Tf5urpeVHjZpFdyZjakvxZ2HuiPrmVoVMnXg8B1SDmA,12175
198
+ machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=IppPGJ6Wk5Ma5oPWfJpN5QDW6-NvCk29la5JGbgAJ6E,171
199
+ machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-313.pyc,sha256=sWCevZgeQxIHoQ5Ea7a0OpjgJpkcKMoZylwCyizXYqA,10555
200
+ machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc,sha256=F1M56WCHrXpzJ-2-_xdzeDlumE16jfzP7S3MIChr2NA,11377
201
+ machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc,sha256=BrMh1Rzca_iY0EvlPsSXBqpwOZw-De6I3y8blXJZCuc,8616
202
+ machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc,sha256=8S4qRoRpahRr8HEZ4mfxEVLWbWbVhcdmAMNeL8U7Sp4,13923
203
+ machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-313.pyc,sha256=jx8_Gyx1kkqCwIe8W51h9hO89yuzTdd4Vh5oPRBOLio,826
204
+ machineconfig/scripts/python/__pycache__/repos.cpython-313.pyc,sha256=CoqJX-Oc-7suZ03dIkNqWscKXsuiswHHoGPM_VaZzS8,9642
205
+ machineconfig/scripts/python/__pycache__/repos_helper_record.cpython-313.pyc,sha256=zgtJk6kQRvmrhuB_Ngx2BfHH17CxXKytTrCbBshgzc4,10142
208
206
  machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
209
207
  machineconfig/scripts/python/ai/generate_files.py,sha256=Vfjgd0skJu-WTgqUxmOVFzaNMfSFBaFmY5oGGVY7MZY,2860
210
- machineconfig/scripts/python/ai/mcinit.py,sha256=IuUclOpQ0-5YJ4AghbPCglyMi6DPtP0zqIOhB-28wmQ,5251
208
+ machineconfig/scripts/python/ai/mcinit.py,sha256=8A0vJYJbw4CJjd4pIS5rL8uYbewn0ZmlTRiETLTSGMY,5749
211
209
  machineconfig/scripts/python/ai/chatmodes/Thinking-Beast-Mode.chatmode.md,sha256=Tu-fWxX_FLiIBRdgOndMhewK41kIHDoYxuGZ1kF6dYA,17947
212
210
  machineconfig/scripts/python/ai/chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md,sha256=kB8u_QAZar9StuywXcbPTUCbAVHKin0s0brssOroK5o,29019
213
211
  machineconfig/scripts/python/ai/chatmodes/deepResearch.chatmode.md,sha256=WRbZXkdOPw5pVAFjR51n9IRTtqw3TE7jUt4BNyN5Z8k,5165
@@ -215,7 +213,7 @@ machineconfig/scripts/python/ai/configs/.gemini/settings.json,sha256=hv0POw6ySh8
215
213
  machineconfig/scripts/python/ai/instructions/python/dev.instructions.md,sha256=eKgTj1Nv11DHvvjUKqSi-DhyLwpVTfWl1x__d256baw,4481
216
214
  machineconfig/scripts/python/ai/prompts/allLintersAndTypeCheckers.prompt.md,sha256=0YO5BvqKMxoB6Xs4MR4dv3g7iLgviUc_JoqXdvfxXqY,46
217
215
  machineconfig/scripts/python/ai/prompts/research-report-skeleton.prompt.md,sha256=VJboe6_ynLAcxml8tgOQCN-6ecJY3hraEneKILQkNis,668
218
- machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=W6UAn5dGA7Bn4wsTicT84KKOYqF6WI5jrWhBWo8FbsI,1953
216
+ machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=hkzP1b92aWPL_qFv5iIoQEXrIbWGI3ZSwsZ83CL1Ios,1976
219
217
  machineconfig/scripts/python/archive/im2text.py,sha256=WLyic89vxi_pqQMzo-MOrGf39JEZjCdvDrXYUMVvZNY,1163
220
218
  machineconfig/scripts/python/archive/tmate_conn.py,sha256=BiZQmYabl4K4-mbOpcb_R1JzYfEwxuAnk5FOciqGHFo,1231
221
219
  machineconfig/scripts/python/archive/tmate_start.py,sha256=Hp7xv32u-fRuCG_f-Cy6qg0VemoaPOP-Pxs_gsFYcyg,1518
@@ -225,48 +223,45 @@ machineconfig/scripts/python/helpers/helpers2.py,sha256=TU1sA0GKNXHXT1_0y8piBLT_
225
223
  machineconfig/scripts/python/helpers/helpers4.py,sha256=SFYfxRleEq3gIbffIxFM8d1Ra5zNheUuTIOi2iBsqlE,7708
226
224
  machineconfig/scripts/python/helpers/helpers5.py,sha256=dPBvA9Tcyx9TMgM6On49A1CueGMhBdRzikDnlJGf3J0,1123
227
225
  machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=c4IkoVQMGkO-D00-q2YE6Jvte39jDHsOBr2sr0c7y5Q,5331
228
- machineconfig/scripts/windows/checkout_version.ps1,sha256=eoS2vhsLA5EgBltTyTxIZOZXOL2cOGxCqL1t66SmKlA,105
229
- machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=xT_wwdfeiciG2jGzYPNWXNi3WUOfXEmHENcYAubEhhE,122
230
- machineconfig/scripts/windows/cloud_copy.ps1,sha256=ziTz7jBwt8jh68wEezpE6yawwC5whg6EBw5egrshd28,98
231
- machineconfig/scripts/windows/cloud_manager.ps1,sha256=FY2XebgmqtK6HW0Uz1fXv6k5x6bybIeKSBN7OL9TFjo,104
232
- machineconfig/scripts/windows/cloud_mount.ps1,sha256=JR_h_lpKrWCHwsd-zKO3GjuwnC7D0a8SRluzj-y3II0,98
233
- machineconfig/scripts/windows/cloud_repo_sync.ps1,sha256=BKz4nrJKuws4jLFMNCJkjJJPokDrbcgYMNv5IRJ_oTk,103
234
- machineconfig/scripts/windows/cloud_sync.ps1,sha256=FXh4sKxX778qlJU1-85SStwAbvei6f6N0dTScFDNvQQ,98
235
- machineconfig/scripts/windows/croshell.ps1,sha256=uvEUQPAwGiI_MVmnovdEZkWBwkhCOWK4ebiGmx9luQw,96
236
- machineconfig/scripts/windows/devops.ps1,sha256=UksrFjKnAd69TxpOc1qkvgpNvaqZnjRtzSIn03n_yM4,780
237
- machineconfig/scripts/windows/dotfile.ps1,sha256=ZKPHVUbQoZslNavzD8E6YL4FYmukgx44wX89noGZVCo,95
238
- machineconfig/scripts/windows/fire.ps1,sha256=eMPeFtTwVoHZepD814GLlcVjNxGq1N0UKP0p6u7Aigc,1226
239
- machineconfig/scripts/windows/ftpx.ps1,sha256=8dDOBlW4HsoLtJlUSkLXtovWjPPVYx-BttixxfEOR4U,87
226
+ machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-313.pyc,sha256=CwoU1mAubvFjStsgxFBHH_zI0LfY3k3Xy4IechpqH7A,179
227
+ machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-313.pyc,sha256=3vqpKthkVqxfxpsB4WHft-HocLsjsCWao_n5axoad8o,7953
228
+ machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=LiXJ0a4LKjb6E-oH_bAg6DjegV4SqDUdiMp_svGCFlI,95
229
+ machineconfig/scripts/windows/cloud_copy.ps1,sha256=llTFhN2uInZTcoZYZuuhJcf5Ifo5MF226I5MpOzvc3A,82
230
+ machineconfig/scripts/windows/cloud_mount.ps1,sha256=wSQO5II8DbqktexRIuI-RUn8kVCEk-SWT7imZqd7Qdk,82
231
+ machineconfig/scripts/windows/cloud_repo_sync.ps1,sha256=2M49l1VcDbix48kpK-qUzT9pmwjbJFX3C8VD3wgvLWg,87
232
+ machineconfig/scripts/windows/cloud_sync.ps1,sha256=YrltSWkEKBoG7LMaB-gmot7IswRJEyhDH3fJ2Rlez6c,82
233
+ machineconfig/scripts/windows/croshell.ps1,sha256=VkYdUKJLz7ahvCyXKWvNcCy9IjEDYgRub6rNhCtrJgo,80
234
+ machineconfig/scripts/windows/devops.ps1,sha256=8HQCsE2V6Ec-Cd5UrhdzqClBc7KFV3_8wLpnQZqP9k8,78
235
+ machineconfig/scripts/windows/dotfile.ps1,sha256=Q293sfHbfjsivmWMq__l1GNoPHdbVsCT9SrxAJjKmgI,79
236
+ machineconfig/scripts/windows/fire.ps1,sha256=qhYg5dKNMweMDmypIrjpDehPCjbB72k9oyLXMp8o8RE,76
237
+ machineconfig/scripts/windows/ftpx.ps1,sha256=O79rJcV4h8sUcWR844kuW8f_TPQWjZPyHGUqDyPYAmM,76
240
238
  machineconfig/scripts/windows/fzfb.ps1,sha256=Bmngm2aY8hnPa3iKAOK6EPDYdKzGLUc81wYOnJhNoqg,149
241
239
  machineconfig/scripts/windows/fzfg.ps1,sha256=CHJbMrMuZePd4dxwIwz3g4XWAEmWmckuX-Nrx2xgRkg,27
242
240
  machineconfig/scripts/windows/fzfrga.bat,sha256=rU_KBMO6ii2EZ0akMnmDk9vpuhKSUZqkV0o8a8ywXcM,488
243
- machineconfig/scripts/windows/gpt.ps1,sha256=U2EBC1vKBXqTIlzJJfd5iQ9NAk7z_i9NEbteUO1GrwY,382
241
+ machineconfig/scripts/windows/gpt.ps1,sha256=Xb6kcwtejVXOodel1jxsGLTf4X-u854zaGL92KuKr5c,78
244
242
  machineconfig/scripts/windows/grep.ps1,sha256=sUP_cXtqPEWLQ8_TdGJX7_-CO6CQYTP4pA-ZmkdPLdY,49
245
- machineconfig/scripts/windows/kill_process.ps1,sha256=U4ojKGz8kscHCdZgxRrfErEKdK17LLn9Og7XBI7ws7E,144
246
- machineconfig/scripts/windows/mcinit.ps1,sha256=naQEt5kdrnpH2_bvJLdyHfNDCsRQj09DuALHEiNZRDY,97
243
+ machineconfig/scripts/windows/kill_process.ps1,sha256=dHR2HMG6j7jDW0sZ8GfC9UvNsyFx5b2FgARi-ZH2dds,85
244
+ machineconfig/scripts/windows/mcinit.ps1,sha256=2W8zdQhFYp1I6OJEdagOqrm-62L-8V-wwGncGHOLiBw,78
247
245
  machineconfig/scripts/windows/mount_nfs.ps1,sha256=mTR-KcOYJaljWzymKTbzj3jrl5EMgS33mHizU-uO7yo,2089
248
246
  machineconfig/scripts/windows/mount_nw.ps1,sha256=puxcfZc3ZCJerm8pj8OZGVoTYkhzp-h7oV-MrksSqIE,454
249
247
  machineconfig/scripts/windows/mount_smb.ps1,sha256=PzYWpIO9BpwXjdWlUQL9pnMRnOGNSkxfh4bHukJFme8,69
250
- machineconfig/scripts/windows/mount_ssh.ps1,sha256=CZ4hFrGG9GbimWtoKdhz0m7vUDjBjg1vw42pZvdDtkk,314
248
+ machineconfig/scripts/windows/mount_ssh.ps1,sha256=zvU1737vR0f0S7Si1tXMb3ys_I9KVIwlz2jj8ejIQ9Y,337
251
249
  machineconfig/scripts/windows/nano.ps1,sha256=H1PNN1x3UnOCGwijgMij-K2ZM2E20sfsLTEEap-W5dQ,50
252
- machineconfig/scripts/windows/neofetch.ps1,sha256=U2bcNNMv_IHz9cUZPTxC2-TetOFOsKAIi-Q9ryIgZqM,150
253
- machineconfig/scripts/windows/pomodoro.ps1,sha256=pYH3ZtYDnOZx87yYGgAwCkwwqSwrbkVoaGSa5wu_xNw,104
250
+ machineconfig/scripts/windows/pomodoro.ps1,sha256=9r61cwRy4M2_1A-NFb0fxUuUONxXBLJmLYtY3apkyQA,80
254
251
  machineconfig/scripts/windows/reload_path.ps1,sha256=81hQY18LFApVZWFiUfgMzzPH2pJ1WD1fHInfmicBZFA,217
255
- machineconfig/scripts/windows/repos.ps1,sha256=iwRCt_ciAW8xzmrhL3haN4Vu4EQueIoeMBVZwK9Oayk,92
256
- machineconfig/scripts/windows/scheduler.ps1,sha256=mj3NjA_uHOYE9jd3iT43tKyi3shpnVE5Fd6PeuXvGqc,97
252
+ machineconfig/scripts/windows/repos.ps1,sha256=sjUcrURmYuxdcrdhwLHeWxwByyLgY4k13i8VYSFDKuo,76
253
+ machineconfig/scripts/windows/scheduler.ps1,sha256=YfOlBxCkPfeQPeyCiNw0g3kIpdbjjf6daLEWuyHSaXY,81
257
254
  machineconfig/scripts/windows/share_cloud.cmd,sha256=exD7JCdxw2LqVjw2MKCYHbVZlEqmelXtwnATng-dhJ4,1028
258
255
  machineconfig/scripts/windows/share_nfs.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
259
256
  machineconfig/scripts/windows/share_smb.ps1,sha256=_iJLdgm4pK6Qhz9MpgJlDKHOul38pT8F_VQXqPNBZDE,543
260
- machineconfig/scripts/windows/snapshot.ps1,sha256=o-NGW56WvrhRIj62ql-4UJMxp_XGuYoR5-8qcMr2toU,91
261
- machineconfig/scripts/windows/start_slidev.ps1,sha256=z1HSXiwHj-SvcUQejBs2HHAxNdOeH4FZ3kNzj1gPq1M,99
262
- machineconfig/scripts/windows/start_terminals.ps1,sha256=18Bu9S3Vff7OIbRxrcTa4UhFwiP8i_p6vnAXju4ftfE,103
257
+ machineconfig/scripts/windows/snapshot.ps1,sha256=dSHwz8LRTe446lU9BkjiugBMWRS384L_-_qmpPr11v4,80
258
+ machineconfig/scripts/windows/start_slidev.ps1,sha256=jow4mcguhuCFiUaOkHYUpq9EFKkgs5fp8G2rVMyVcR4,83
259
+ machineconfig/scripts/windows/start_terminals.ps1,sha256=qoQNkv8waF2ZvfIIuUt8ZXdr2v2It2MPuzQj2ZQ5ToI,87
263
260
  machineconfig/scripts/windows/unlock_bitlocker.ps1,sha256=Wv-SLscdckV-1mG3p82VXKPY9zW3hgkRmcLUXIZ1daE,253
264
- machineconfig/scripts/windows/wifi_conn.ps1,sha256=_OQjI4Kn7g33fw4DQIx8V0ydkgPFP6pNRkmsFet2tgU,129
261
+ machineconfig/scripts/windows/wifi_conn.ps1,sha256=M4D8gT4Ae0nG6zdhHTkmaF_Wu_w1IRvmltV4qpC6Bqw,82
265
262
  machineconfig/scripts/windows/wsl_rdp_windows_port_forwarding.ps1,sha256=dGKAoP8WsQzHiAZjD8WT1Ne8RRQU8xf9HdH9bDkihh4,1720
266
263
  machineconfig/scripts/windows/wsl_ssh_windows_port_forwarding.ps1,sha256=dr6t49UCnMHAhA0AR4gHluN0HvS5wzyygCNmjORfknU,2715
267
- machineconfig/scripts/windows/wsl_windows_transfer.ps1,sha256=oyp7T9WgyabG6gVtyagLAxSO2gd2d4W7MlzVm8WwRrY,108
268
264
  machineconfig/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
269
- machineconfig/settings/__pycache__/__init__.cpython-313.pyc,sha256=tRO9mF8S4gAUlEngtzK4OB0x4XXu2epueVip5OgfRPk,165
270
265
  machineconfig/settings/broot/br.sh,sha256=UoiQN5ULJqCnwVudUonZ5_sO0TEHZE8LEROgArnDD7k,1747
271
266
  machineconfig/settings/broot/brootcd.ps1,sha256=BB8uGnoVywxFWSgwsHxlbS8V4W_Qom3L1SedekGpgWA,877
272
267
  machineconfig/settings/broot/conf.toml,sha256=2C2ggpFR0Z-Sceu0iwHW0LFz45AjwyeCBD0PSP0VIoo,55
@@ -338,14 +333,12 @@ machineconfig/settings/shells/bash/.inputrc,sha256=KUPj9Rj1_5quvDmB7vZORN43TIv7K
338
333
  machineconfig/settings/shells/bash/init.sh,sha256=EOCNg7h4roNDTappkddwy7U_0R_NKiLzbuZZ4gnmTPc,2352
339
334
  machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
340
335
  machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
341
- machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-313.pyc,sha256=jDr5Q0qA-Ii5vez2e_aPL5XsY7SGOdSzPTMTKCoJV_8,193
342
336
  machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
343
337
  machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=-RINJ7SH3ieHGw2C1_ENnRitbVM9u26sUYD8kF7I3uQ,3503
344
- machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-313.pyc,sha256=tnsC80HmsEa7Nan5NEfNHNdCZtGxzog9AG51EPGqTZ8,201
345
338
  machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
346
339
  machineconfig/settings/shells/nushell/config.nu,sha256=ug0E0NXNlCzgStScFN6VTsAkUaOTPJZB69P-LS5L2VE,1047
347
340
  machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
348
- machineconfig/settings/shells/pwsh/init.ps1,sha256=1fRFwpgXwM4hCMhuMhfKHkDFYIKVyEjyhkNVP9jH0_Q,2775
341
+ machineconfig/settings/shells/pwsh/init.ps1,sha256=ARW_ym1jPffrKPYcXiifHQN5JGcQtDS8SuEkKJl_DAE,2466
349
342
  machineconfig/settings/shells/pwsh/profile.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
350
343
  machineconfig/settings/shells/starship/starship.toml,sha256=5rQTY7ZpKnrnhgu2Y9OJKUYMz5lPLIftO1p1VRuVZwQ,1150
351
344
  machineconfig/settings/shells/vtm/settings.xml,sha256=5TNXd-i0eUGo2w3tuhY9aOkwoJdqih8_HO_U6uL2Dts,18262
@@ -377,8 +370,8 @@ machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh,sha256=F5dbg0n9RHsKG
377
370
  machineconfig/setup_linux/others/openssh-server_add_pub_key.sh,sha256=UiJcD1o4UekKKtp5YJKRq135PpqdTLXy7M6HvQ-Qum4,1993
378
371
  machineconfig/setup_linux/web_shortcuts/android.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
379
372
  machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=RWcxH_Db7WHH37PclYmc92o6zAS557wGZxcYTuyTUZ0,3550
380
- machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=LpA7JCfrIe677_GcFeP5OT1fPKXcmQVNcPykq1DnFAs,284
381
- machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=g8cbhmpAugD-LIikNDX4_L59CBmoYbrH7GprtMXII8Q,7758
373
+ machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=X9-B1cVptbaFWaWTA-2ELNQx_2ktxu7ZVe48RvpCmkU,316
374
+ machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=HK48BqvrqwkRq4veqQkgbNNqXkdjInacyLq5xyp4o3M,7722
382
375
  machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=k6BAY-zAWsi1beOMiZODxw4VOjZCTABZu__gxSET1eU,1924
383
376
  machineconfig/setup_windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
384
377
  machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
@@ -386,41 +379,41 @@ machineconfig/setup_windows/others/obs.ps1,sha256=2andchcXpxS3rqZjGaMpY5VShxTAKW
386
379
  machineconfig/setup_windows/web_shortcuts/all.ps1,sha256=L03JJ4Jua_bzgtF3kuDOkuQ-Nqaj_ZcV3CFEkCHD1WI,908
387
380
  machineconfig/setup_windows/web_shortcuts/ascii_art.ps1,sha256=pUVTtgKHOdgaK3hxz7JoMZzTyQ7vm2RfE_OJgB7e4cw,1270
388
381
  machineconfig/setup_windows/web_shortcuts/croshell.ps1,sha256=cTQnegGLGYhuFY3YuuAj2ortN__adA2dznk2E737h4A,644
389
- machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=jRTeWqHtS6FjB-CxlSSo66HsJddrARWd-9AZFyyucAA,7645
382
+ machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=m0KplQ3RwezZGRfV0enEzNJ2FRbSGL2LS1uXnRfCWkw,7200
390
383
  machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLPb8ufME5jvU5S7VUjlLJE,424
391
384
  machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
392
385
  machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=JsQfGAMkvirhiUmBNOifMlbum2PfHSs0-Akgj-J-WZw,3177
393
- machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=JgJZMP93xPQwr_6tsRmimOMllu-vsXn6ZgW-4ZEfRt0,4538
394
- machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=-XLcrpWv_iPPNTFjp5cUEGsvLrkLNMq93b0KhGX7tPw,9217
386
+ machineconfig/setup_windows/wt_and_pwsh/install_nerd_fonts.py,sha256=JgJZMP93xPQwr_6tsRmimOMllu-vsXn6ZgW-4ZEfRt0,4538
387
+ machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=EbHEyBERejOngG_9ZCmOQJ_fuCxlmfuTYNjCtTM2m14,6114
395
388
  machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
396
389
  machineconfig/utils/code.py,sha256=y2CTzD9elNOqMfiAJgxyTNhYG28IaYtKOv5zjTiRchE,4459
397
390
  machineconfig/utils/installer.py,sha256=725N-0gmMbrWWh6_9sn-2w9aXrfjIPrnuu9o13T4N4o,10941
398
391
  machineconfig/utils/io_save.py,sha256=iC1YTH0MOlBS8bWUB8Xhdl4CG_bEKQ3OVwMohdCOazI,3145
399
- machineconfig/utils/links.py,sha256=Lkzp1yZFyMe0ikbVsnWBektZy-9_Km69zt7hJ33MHp0,10309
392
+ machineconfig/utils/links.py,sha256=5rDQ6Id-vTtJRFwOWX8xZDXIOR5lY0DgLy0HpxIKLhk,10247
400
393
  machineconfig/utils/notifications.py,sha256=7OQmcOMhJIOQ2Rhgm9HDeyhXtjUkC4Ldl1Rrgnv311g,8423
401
- machineconfig/utils/options.py,sha256=ez3U8UuhjuSMcuUneHEYYg3JWEFLC-LVcZdlT8hlBK4,8198
394
+ machineconfig/utils/options.py,sha256=F8w5AEvm8yxgipYpLgeHlXJtvoXigZvDJjSqA5TU9J0,8554
402
395
  machineconfig/utils/path.py,sha256=4PNyyYsjPdJGDx1FbhPT4Sv6uR6PHAk9tMZiGQCGkIc,8071
403
396
  machineconfig/utils/path_reduced.py,sha256=hccGUTSMtggU-LpLNS7W_c1s-CqhjHMbTQ59-1EqgmY,52473
404
- machineconfig/utils/procs.py,sha256=6uB8lvmipNviMExjgFpZ3nGInatLf7GFTMmDNcI7paU,10828
405
- machineconfig/utils/scheduling.py,sha256=4RRrrtjzOxk02IZENhIw6aGj5eMaWr0Tb73R68lhbGY,11271
406
- machineconfig/utils/source_of_truth.py,sha256=IrhXFf0YlsUIgpd0We8y4zuBOheRKjwQQKvZjYEJyOE,956
407
- machineconfig/utils/ssh.py,sha256=ZVgFpr940OApfy07rFNujYAZ0AJG4xGPteupBG-Gdkc,20130
397
+ machineconfig/utils/procs.py,sha256=kj_oPXJv9KXKXzMmv3Z71UDYCUQZRR3ez97j6IyGCz0,10937
398
+ machineconfig/utils/scheduling.py,sha256=8xjeoR_D5QHT0d7299Mgsj6JUbvkE_PX_pWq3myi658,11184
399
+ machineconfig/utils/source_of_truth.py,sha256=n2zSG3HQO7YIdZi31dz_isxWMNQcO9LpJ_RCCSKcTHA,725
400
+ machineconfig/utils/ssh.py,sha256=fJLa2_rnhfc-vh6lyF4cMmebsoh8FBftH1iuzRuWQu0,20153
408
401
  machineconfig/utils/terminal.py,sha256=k3xoMwJPGvmaeL9CxEIwrcQjRNN6EnJItoIIxXrUY8c,12258
409
402
  machineconfig/utils/upgrade_packages.py,sha256=H96zVJEWXJW07nh5vhjuSCrPtXGqoUb7xeJsFYYdmCI,3330
410
403
  machineconfig/utils/utils2.py,sha256=Y9bX4gaaPih7gbOeTcfPhQ3CcMFKGXgVCEQhVhljH4Q,2526
411
404
  machineconfig/utils/utils5.py,sha256=s2NFUBcm4Jeuet8sUC7WKGSrYT4BnqTog39bsynXLik,15166
412
405
  machineconfig/utils/ve.py,sha256=2-XzS2LV1c-iW3SZ3elELrCeAisXLNLqQU4Ayieq6Ho,2763
413
406
  machineconfig/utils/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
414
- machineconfig/utils/ai/browser_user_wrapper.py,sha256=DVs1aje6Rm6ZIuRXeNm4rj7ytoui1djh5yvJ97D_mCQ,2120
415
407
  machineconfig/utils/ai/generate_file_checklist.py,sha256=HVPSKM5ko17e_x1rHZ8XATaUKUVo4gtlSYGKbGd7Mh0,2834
416
- machineconfig/utils/ai/url2md.py,sha256=vuFRHFhke6rqhiazk_p_c8T8BES9blxX7kmVNveH2qs,3020
417
408
  machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=ZTVkqgrwbV_EoPvyT8dyOTUE0ur3BW4sa9o6QYtt5Bo,2341
418
409
  machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqjZxU_3nXx2CA-qKbQgP3I,26232
419
410
  machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
420
411
  machineconfig/utils/installer_utils/installer_abc.py,sha256=jR5XvrCjisIzoxk2VL0VhoVv-PkKdstDHGLcYky5Mqs,5319
421
412
  machineconfig/utils/installer_utils/installer_class.py,sha256=l0UM-u6ZfWx-uLvAk_mmojbppj4sxDrHX3wmVwQv12w,20366
422
- machineconfig-2.5.dist-info/METADATA,sha256=e-lieTtmsedwjFrm9vU6qMW3Fco0FGYVrl145A3Nc-c,7165
423
- machineconfig-2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
424
- machineconfig-2.5.dist-info/entry_points.txt,sha256=dTz-3Lb8TmoM9IUJmYyTHHY5_eTWNmo3E-f_zu4G5tQ,1115
425
- machineconfig-2.5.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
426
- machineconfig-2.5.dist-info/RECORD,,
413
+ machineconfig/utils/schemas/layouts/layout_types.py,sha256=SPgoc0ncazKlXtQUhi7u1mMP2JvDt5jSG9YQmBr7-zc,616
414
+ machineconfig/utils/schemas/repos/repos_types.py,sha256=beWlwPRNDBABmlzxHBYkAsMXS1MgFFdDZf4G2ge8J-I,408
415
+ machineconfig-2.7.dist-info/METADATA,sha256=_xIB-yrdzztYzZgRegtUOoL7v3QrhEe-IfZRt2Jkubo,7165
416
+ machineconfig-2.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
417
+ machineconfig-2.7.dist-info/entry_points.txt,sha256=71EzS7_2LTIigVxC1YXNxHXhC9mu5Me2Feyq2KocXBI,977
418
+ machineconfig-2.7.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
419
+ machineconfig-2.7.dist-info/RECORD,,
@@ -1,20 +1,17 @@
1
1
  [console_scripts]
2
2
  choose_wezterm_theme = machineconfig.scripts.python.choose_wezterm_theme:main
3
3
  cloud_copy = machineconfig.scripts.python.cloud_copy:arg_parser
4
- cloud_manager = machineconfig.scripts.python.cloud_manager
5
4
  cloud_mount = machineconfig.scripts.python.cloud_mount:main
6
5
  cloud_repo_sync = machineconfig.scripts.python.cloud_repo_sync:args_parser
7
6
  cloud_sync = machineconfig.scripts.python.cloud_sync:args_parser
8
- croshell = machineconfig.scripts.python.croshell
7
+ croshell = machineconfig.scripts.python.croshell:build_parser
9
8
  devops = machineconfig.scripts.python.devops:args_parser
10
- fire = machineconfig.scripts.python.fire_jobs
9
+ fire = machineconfig.scripts.python.fire_jobs:main
11
10
  fire_agents = machineconfig.scripts.python.fire_agents:main
12
11
  ftpx = machineconfig.scripts.python.ftpx:main
13
- gh_models = machineconfig.scripts.python.gh_models
14
- mcinit = machineconfig.scripts.python.ai.mcinit
12
+ mcinit = machineconfig.scripts.python.ai.mcinit:main
15
13
  mount_nfs = machineconfig.scripts.python.mount_nfs:main
16
14
  mount_nw_drive = machineconfig.scripts.python.mount_nw_drive:main
17
15
  repos = machineconfig.scripts.python.repos:main
18
- scheduler = machineconfig.scripts.python.scheduler
19
16
  start_slidev = machineconfig.scripts.python.start_slidev:main
20
17
  wifi_conn = machineconfig.scripts.python.wifi_conn:main
@@ -1,140 +0,0 @@
1
- """
2
- This script Takes away all config files from the computer, place them in one directory
3
- `dotfiles`, and create symlinks to those files from thier original locations.
4
-
5
- """
6
-
7
- import platform
8
- from machineconfig.utils.path_reduced import PathExtended as PathExtended
9
- from machineconfig.utils.links import symlink_copy as symlink_func
10
- from machineconfig.utils.options import display_options
11
- from machineconfig.utils.source_of_truth import LIBRARY_ROOT, REPO_ROOT
12
- from machineconfig.utils.utils2 import read_toml
13
- from machineconfig.profile.shell import create_default_shell_profile
14
-
15
- # import os
16
- import subprocess
17
- from rich.console import Console
18
- from typing import Optional, Any
19
-
20
- system = platform.system() # Linux or Windows
21
- ERROR_LIST: list[Any] = [] # append to this after every exception captured.
22
- CONFIG_ROOT = LIBRARY_ROOT.parent.parent.joinpath("settings")
23
- OTHER_SYSTEM = "windows" if system == "Linux" else "linux"
24
- SYSTEM = system.lower()
25
-
26
-
27
- def main_symlinks(choice: Optional[str] = None):
28
- symlink_mapper = read_toml(LIBRARY_ROOT.joinpath("profile/mapper.toml"))
29
- # symlink_mapper['wsl_windows']['home']["to_this"] = symlink_mapper['wsl_windows']['home']["to_this"].replace("username", UserName)
30
- # symlink_mapper['wsl_linux']['home']["to_this"] = symlink_mapper['wsl_linux']['home']["to_this"].replace("username", UserName)
31
-
32
- overwrite = True
33
- exclude: list[str] = [] # "wsl_linux", "wsl_windows"
34
-
35
- program_keys_raw: list[str] = list(symlink_mapper.keys())
36
- program_keys: list[str] = []
37
- for program_key in program_keys_raw:
38
- if program_key in exclude or OTHER_SYSTEM in program_key:
39
- # print(f"🚫 Skipping {program_key} for {system}")
40
- continue
41
- else:
42
- program_keys.append(program_key)
43
-
44
- program_keys.sort()
45
- if choice is None:
46
- choice_selected = display_options(msg="Which symlink to create?", options=program_keys + ["all", "none(EXIT)"], default="none(EXIT)", fzf=True, multi=True)
47
- assert isinstance(choice_selected, list)
48
- if len(choice_selected) == 1 and choice_selected[0] == "none(EXIT)":
49
- return # terminate function.
50
- elif len(choice_selected) == 1 and choice_selected[0] == "all":
51
- choice_selected = "all" # i.e. program_keys = program_keys
52
- # overwrite = display_options(msg="Overwrite existing source file?", options=["yes", "no"], default="yes") == "yes"
53
- from rich.prompt import Confirm
54
-
55
- overwrite = Confirm.ask("Overwrite existing source file?", default=True)
56
-
57
- else:
58
- choice_selected = choice
59
-
60
- if isinstance(choice_selected, str):
61
- if choice_selected == "all":
62
- print(f"""
63
- šŸ” Processing all program keys:
64
- {program_keys}
65
- """)
66
- pass # i.e. program_keys = program_keys
67
- else:
68
- program_keys = [choice_selected]
69
- else:
70
- program_keys = choice_selected
71
-
72
- for program_key in program_keys:
73
- print(f"\nšŸ”„ Creating hardlinks for {program_key}...")
74
- for file_key, file_map in symlink_mapper[program_key].items():
75
- this = PathExtended(file_map["this"])
76
- to_this = PathExtended(file_map["to_this"].replace("REPO_ROOT", REPO_ROOT.as_posix()).replace("LIBRARY_ROOT", LIBRARY_ROOT.as_posix()))
77
- if "contents" in file_map:
78
- try:
79
- for a_target in to_this.expanduser().search("*"):
80
- symlink_func(this=this.joinpath(a_target.name), to_this=a_target, prioritize_to_this=overwrite)
81
- except Exception as ex:
82
- print(f"āŒ Config error: {program_key} | {file_key} | missing keys 'this ==> to_this'. {ex}")
83
- else:
84
- try:
85
- symlink_func(this=this, to_this=to_this, prioritize_to_this=overwrite)
86
- print(f" āœ… Created hardlink from {this} to {to_this}")
87
- except Exception as ex:
88
- print(f"āŒ Config error: {program_key} | {file_key} | missing keys 'this ==> to_this'. {ex}")
89
-
90
- if program_key == "ssh" and system == "Linux": # permissions of ~/dotfiles/.ssh should be adjusted
91
- try:
92
- print("\nšŸ”’ Setting secure permissions for SSH files...")
93
- subprocess.run("chmod 700 ~/.ssh/", check=True)
94
- subprocess.run("chmod 700 ~/dotfiles/creds/.ssh/", check=True) # may require sudo
95
- subprocess.run("chmod 600 ~/dotfiles/creds/.ssh/*", check=True)
96
- print("āœ… SSH permissions set successfully")
97
- except Exception as e:
98
- ERROR_LIST.append(e)
99
- print(f"āŒ Error setting SSH permissions: {e}")
100
-
101
- if system == "Linux":
102
- print("\nšŸ“œ Setting executable permissions for scripts...")
103
- subprocess.run(f"chmod +x {LIBRARY_ROOT.joinpath(f'scripts/{system.lower()}')} -R", shell=True, capture_output=True, text=True)
104
- print("āœ… Script permissions updated")
105
-
106
- if len(ERROR_LIST) > 0:
107
- print(f"""
108
- {"=" * 80}
109
- ā— ERRORS ENCOUNTERED DURING PROCESSING
110
- {"=" * 80}
111
- {ERROR_LIST}
112
- {"=" * 80}
113
- """)
114
- else:
115
- print(f"""
116
- {"=" * 80}
117
- āœ… All hardlinks created successfully!
118
- {"=" * 80}
119
- """)
120
-
121
-
122
- def main(choice: Optional[str] = None):
123
- console = Console()
124
- print("\n")
125
- console.rule("[bold blue]šŸ”— CREATING HARDLINKS šŸ”—")
126
- main_symlinks(choice=choice)
127
-
128
- print("\n")
129
- console.rule("[bold green]🐚 CREATING SHELL PROFILE 🐚")
130
- create_default_shell_profile()
131
-
132
- print(f"""
133
- {"=" * 80}
134
- ✨ Configuration setup complete! ✨
135
- {"=" * 80}
136
- """)
137
-
138
-
139
- if __name__ == "__main__":
140
- pass
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --with machineconfig python -m fire machineconfig.jobs.python.checkout_version main
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --with machineconfig python -i -m machineconfig.scripts.python.cloud_manager "$@"
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --with machineconfig python -m machineconfig.utils.ai.url2md "$@"
@@ -1 +0,0 @@
1
- uv run --python 3.13 --with machineconfig python -m fire machineconfig.jobs.python.checkout_version main
@@ -1 +0,0 @@
1
- uv run --python 3.13 --with machineconfig python -i -m machineconfig.scripts.python.cloud_manager $args
@@ -1,2 +0,0 @@
1
-
2
- (Invoke-WebRequest "https://raw.githubusercontent.com/kiedtl/winfetch/master/winfetch.ps1" -UseBasicParsing).Content.Remove(0,1) | Invoke-Expression