machineconfig 1.94__py3-none-any.whl → 1.95__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 (120) hide show
  1. machineconfig/cluster/data_transfer.py +2 -1
  2. machineconfig/cluster/job_params.py +1 -1
  3. machineconfig/cluster/script_execution.py +1 -1
  4. machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
  5. machineconfig/jobs/linux/msc/lid.sh +2 -4
  6. machineconfig/jobs/linux/msc/network.sh +3 -6
  7. machineconfig/jobs/python/check_installations.py +6 -6
  8. machineconfig/jobs/python/checkout_version.py +4 -4
  9. machineconfig/jobs/python/python_cargo_build_share.py +2 -2
  10. machineconfig/jobs/python/python_ve_symlink.py +4 -4
  11. machineconfig/jobs/python/vscode/api.py +2 -2
  12. machineconfig/jobs/python/vscode/link_ve.py +4 -4
  13. machineconfig/jobs/python/vscode/select_interpreter.py +4 -4
  14. machineconfig/jobs/python/vscode/sync_code.py +6 -6
  15. machineconfig/jobs/python_custom_installers/archive/ngrok.py +4 -4
  16. machineconfig/jobs/python_custom_installers/dev/aider.py +4 -4
  17. machineconfig/jobs/python_custom_installers/dev/alacritty.py +4 -4
  18. machineconfig/jobs/python_custom_installers/dev/brave.py +4 -4
  19. machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py +4 -4
  20. machineconfig/jobs/python_custom_installers/dev/code.py +4 -4
  21. machineconfig/jobs/python_custom_installers/dev/docker.py +4 -4
  22. machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +4 -4
  23. machineconfig/jobs/python_custom_installers/dev/espanso.py +8 -8
  24. machineconfig/jobs/python_custom_installers/dev/goes.py +4 -4
  25. machineconfig/jobs/python_custom_installers/dev/lvim.py +4 -4
  26. machineconfig/jobs/python_custom_installers/dev/nerdfont.py +4 -4
  27. machineconfig/jobs/python_custom_installers/dev/redis.py +4 -4
  28. machineconfig/jobs/python_custom_installers/dev/warp-cli.py +4 -4
  29. machineconfig/jobs/python_custom_installers/dev/wezterm.py +4 -4
  30. machineconfig/jobs/python_custom_installers/gh.py +6 -6
  31. machineconfig/jobs/python_custom_installers/hx.py +28 -58
  32. machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh +4 -8
  33. machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh +5 -10
  34. machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh +3 -6
  35. machineconfig/jobs/python_custom_installers/scripts/linux/edge.sh +3 -6
  36. machineconfig/jobs/python_custom_installers/scripts/linux/nerdfont.sh +5 -10
  37. machineconfig/jobs/python_custom_installers/scripts/linux/pgsql.sh +4 -8
  38. machineconfig/jobs/python_custom_installers/scripts/linux/redis.sh +5 -10
  39. machineconfig/jobs/python_custom_installers/scripts/linux/timescaledb.sh +6 -12
  40. machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh +9 -8
  41. machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh +5 -10
  42. machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh +3 -6
  43. machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc +0 -0
  44. machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc +0 -0
  45. machineconfig/profile/shell.py +26 -47
  46. machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
  47. machineconfig/scripts/cloud/init.sh +9 -18
  48. machineconfig/scripts/linux/fire +5 -24
  49. machineconfig/scripts/linux/share_cloud.sh +6 -12
  50. machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
  51. machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc +0 -0
  52. machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc +0 -0
  53. machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc +0 -0
  54. machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc +0 -0
  55. machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc +0 -0
  56. machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc +0 -0
  57. machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc +0 -0
  58. machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc +0 -0
  59. machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
  60. machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-311.pyc +0 -0
  61. machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc +0 -0
  62. machineconfig/scripts/python/archive/im2text.py +30 -30
  63. machineconfig/scripts/python/archive/tmate_conn.py +10 -13
  64. machineconfig/scripts/python/archive/tmate_start.py +12 -16
  65. machineconfig/scripts/python/choose_wezterm_theme.py +9 -18
  66. machineconfig/scripts/python/cloud_copy.py +38 -93
  67. machineconfig/scripts/python/cloud_manager.py +61 -53
  68. machineconfig/scripts/python/cloud_mount.py +23 -34
  69. machineconfig/scripts/python/cloud_repo_sync.py +20 -69
  70. machineconfig/scripts/python/cloud_sync.py +35 -45
  71. machineconfig/scripts/python/croshell.py +48 -73
  72. machineconfig/scripts/python/devops.py +50 -104
  73. machineconfig/scripts/python/devops_add_identity.py +41 -101
  74. machineconfig/scripts/python/devops_add_ssh_key.py +33 -140
  75. machineconfig/scripts/python/devops_backup_retrieve.py +23 -112
  76. machineconfig/scripts/python/devops_devapps_install.py +0 -4
  77. machineconfig/scripts/python/devops_update_repos.py +1 -1
  78. machineconfig/scripts/python/fire_jobs.py +73 -25
  79. machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc +0 -0
  80. machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc +0 -0
  81. machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc +0 -0
  82. machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc +0 -0
  83. machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-311.pyc +0 -0
  84. machineconfig/scripts/python/helpers/cloud_helpers.py +37 -34
  85. machineconfig/scripts/python/helpers/helpers2.py +17 -31
  86. machineconfig/scripts/python/helpers/repo_sync_helpers.py +19 -54
  87. machineconfig/scripts/python/pomodoro.py +1 -1
  88. machineconfig/scripts/python/repos.py +49 -34
  89. machineconfig/scripts/python/wifi_conn.py +5 -3
  90. machineconfig/scripts/windows/fire.ps1 +27 -15
  91. machineconfig/settings/__pycache__/__init__.cpython-311.pyc +0 -0
  92. machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc +0 -0
  93. machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-311.pyc +0 -0
  94. machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc +0 -0
  95. machineconfig/setup_linux/nix/cli_installation.sh +9 -18
  96. machineconfig/setup_linux/others/openssh-server_add_pub_key.sh +3 -6
  97. machineconfig/setup_linux/web_shortcuts/all.sh +5 -10
  98. machineconfig/setup_linux/web_shortcuts/ascii_art.sh +7 -14
  99. machineconfig/setup_linux/web_shortcuts/croshell.sh +6 -12
  100. machineconfig/setup_linux/web_shortcuts/interactive.sh +34 -68
  101. machineconfig/setup_linux/web_shortcuts/ssh.sh +8 -16
  102. machineconfig/setup_linux/web_shortcuts/update_system.sh +7 -14
  103. machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +16 -12
  104. machineconfig/utils/ai/browser_user_wrapper.py +60 -45
  105. machineconfig/utils/ai/generate_file_checklist.py +4 -7
  106. machineconfig/utils/ai/url2md.py +13 -5
  107. machineconfig/utils/{utils_code.py → code.py} +4 -10
  108. machineconfig/utils/installer.py +4 -10
  109. machineconfig/utils/{utils_links.py → links.py} +9 -20
  110. machineconfig/utils/{utils_options.py → options.py} +10 -20
  111. machineconfig/utils/{utils_path.py → path.py} +28 -80
  112. machineconfig/utils/procs.py +26 -30
  113. machineconfig/utils/scheduling.py +11 -11
  114. machineconfig/utils/utils.py +12 -19
  115. machineconfig/utils/ve.py +5 -21
  116. machineconfig/utils/ve_utils/ve2.py +15 -2
  117. {machineconfig-1.94.dist-info → machineconfig-1.95.dist-info}/METADATA +4 -2
  118. {machineconfig-1.94.dist-info → machineconfig-1.95.dist-info}/RECORD +120 -118
  119. {machineconfig-1.94.dist-info → machineconfig-1.95.dist-info}/WHEEL +1 -1
  120. {machineconfig-1.94.dist-info → machineconfig-1.95.dist-info}/top_level.txt +0 -0
@@ -1,13 +1,13 @@
1
1
  machineconfig/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  machineconfig/cluster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  machineconfig/cluster/cloud_manager.py,sha256=oV-BuLydccH-XOmXjdtvWPKj_zu1jhy9rekP6DdHEzc,22728
4
- machineconfig/cluster/data_transfer.py,sha256=DH91K2lpVvhczsDVhKrTVpGXj9V8rqaFYbRWopVO5s8,4052
4
+ machineconfig/cluster/data_transfer.py,sha256=wLg_G2ooGqXP57Llz_837IKXJlzA2iB4kR5dCy29OaM,4078
5
5
  machineconfig/cluster/distribute.py,sha256=SXFCEIN-yDnczNBGPkyucDHQrSxw90PoO2IjVbKmj_g,14727
6
6
  machineconfig/cluster/file_manager.py,sha256=yaJBI0yzBiaMfHrHI_Acqeitfn2103URvJhr5sW4fzU,13894
7
- machineconfig/cluster/job_params.py,sha256=qIyo8jrWx8Qvx2aQnu2d7KWnUFWXQsjl71ZCCpvoVHE,7298
7
+ machineconfig/cluster/job_params.py,sha256=2uDHO0ifTTAQ_1SwHOCQexEvzGf2fWJtd5rbAXNvYbA,7297
8
8
  machineconfig/cluster/loader_runner.py,sha256=oZ9qx45a3d_9lrOUo8zVhEDOzPxMlLI8gUp2p1BUth4,5917
9
9
  machineconfig/cluster/remote_machine.py,sha256=mllsUmdm-fSQMLc7UD8b_cVtExJiWYr5JXbBEuTiMro,18529
10
- machineconfig/cluster/script_execution.py,sha256=SLfYUC-uq5vdd0GPDPqgWJuTlGyBK8Rgga_MUVxFHBY,9572
10
+ machineconfig/cluster/script_execution.py,sha256=zq0PpQ1sDmFkD9icnWe9XyFTqSNNJ2a94ivJbHdc-JA,9595
11
11
  machineconfig/cluster/script_notify_upon_completion.py,sha256=dA5CNa9ZMMtAoBHuLCrUnQEs5AimvLOXgcqYPeAUbeM,1807
12
12
  machineconfig/cluster/self_ssh.py,sha256=kkqe6Vd5meVpOndz8hqsfLHFW3gXV8nzrsAmmoiebYE,2949
13
13
  machineconfig/cluster/session_managers.py,sha256=jG9nJfS0lzlHdl6cc0NzbxdM5NGwiiW-cNOmFmqPcLk,9899
@@ -21,69 +21,69 @@ machineconfig/cluster/templates/run_cluster.py,sha256=oVEMQ0K6pOS3NDL2b22Ol8E1SB
21
21
  machineconfig/cluster/templates/run_remote.py,sha256=aQXVX2NB_wycn3cke4M4GQ45aTpGQ0WJyStWzPjnjjQ,3167
22
22
  machineconfig/cluster/templates/utils.py,sha256=a4AjwQKhDRXKbF8dS1rBqo_QUnH_c0uthGcqTgOydb0,2156
23
23
  machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
- machineconfig/jobs/__pycache__/__init__.cpython-311.pyc,sha256=bQwXnEV8h3_mG0nwYBkvZuTVRzJwDVNaCX9r9Fa8KYo,173
25
- machineconfig/jobs/linux/msc/lid.sh,sha256=4VvfYKOuPF4HWfS0oHGyqBbjaY8OV1R0kg1iJ74xCN8,1304
26
- machineconfig/jobs/linux/msc/network.sh,sha256=O74tZl0IEgi1vpj9tYAgh3Il--8CHgY4cy8gCYmlJCc,1799
24
+ machineconfig/jobs/__pycache__/__init__.cpython-311.pyc,sha256=8ohnfIk8cWDAVbuI_nZMe-HewXMd74NRO1YBraPNtN8,173
25
+ machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
26
+ machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
27
27
  machineconfig/jobs/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
- machineconfig/jobs/python/check_installations.py,sha256=YL27iJboa_aQCSroZkBr-YRPAuLL0WYXOyIwNK3zegA,8293
29
- machineconfig/jobs/python/checkout_version.py,sha256=wULG8aCSZ9bJMXcGagBRi5Yx_oVe-WG0j9FEdUG1xUU,4615
28
+ machineconfig/jobs/python/check_installations.py,sha256=XmSJ7KeI_GQ_jH235E1MHaly21hQI2ebuoGF2-CL5ko,8299
29
+ machineconfig/jobs/python/checkout_version.py,sha256=wKBJc91SiZUnCASBm96wW96i8fM8elivr7JAf__KCn8,4619
30
30
  machineconfig/jobs/python/create_bootable_media.py,sha256=OGZB_hiGVVlKVXE-7mGCdNhntOiLvXsno8cyRzB0EGI,611
31
31
  machineconfig/jobs/python/create_zellij_template.py,sha256=p1JbtwWvj8eU0gyvJO-_SsNx8jjUqphb--m8LpukjYQ,1347
32
- machineconfig/jobs/python/python_cargo_build_share.py,sha256=WR_LOqIDkts4GJw_oOlKUKSILvGTuqoyNqK-e2qANMw,1912
33
- machineconfig/jobs/python/python_ve_symlink.py,sha256=bR6gYw9HWGfrvGIt0L3--NLsOFXmiewkEeJJLLm9q2c,1080
32
+ machineconfig/jobs/python/python_cargo_build_share.py,sha256=zX2k2theqX8gpg5Ls47EU5GsACvty-Sd2UmOHy_W17U,1914
33
+ machineconfig/jobs/python/python_ve_symlink.py,sha256=9vSLSq-C9RC8rQYMdf63D-eQe3A2BUP_zhgS8VUxlz0,1084
34
34
  machineconfig/jobs/python/tasks.py,sha256=palEhxnzY0roWg16-LS6mZM9pjOiUe8g9Ye7UKxe8kw,151
35
35
  machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc,sha256=SbcN7U92jRjhotl4M7-ZJQsf6TMYdQ4fVdMiXDvkFFo,180
36
36
  machineconfig/jobs/python/__pycache__/check_installations.cpython-311.pyc,sha256=O1516Fads6DXSPxXTup0V-ckGD0X_LGuKGnJZYfBy6U,12870
37
37
  machineconfig/jobs/python/__pycache__/checkout_version.cpython-311.pyc,sha256=OgWxzxywAw0vzVyCeG-5DJCmyo50o5xomdnmP5sX7tk,7624
38
38
  machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc,sha256=UHi4BvAC2a1_VSMchzvoGfuCVRgNrJyxMUkl9eH8am0,1326
39
39
  machineconfig/jobs/python/archive/python_tools.txt,sha256=obBMZ-gajhaAOpxYUSh3IOfXA6RxTgoec-d7ALzoZak,287
40
- machineconfig/jobs/python/vscode/api.py,sha256=HPzKaCMio59fMRpVZuYlkVrPibO1aqiUrFeAksshqeo,1682
41
- machineconfig/jobs/python/vscode/link_ve.py,sha256=wDdyxaTRhr8Ir-pNeoqvm5ATgNqTuNSsYympE4Uwu-c,1521
42
- machineconfig/jobs/python/vscode/select_interpreter.py,sha256=lJ9TImEClQxqab1t-bztBSk8RYS_i0efBiTR6CWWc48,2536
43
- machineconfig/jobs/python/vscode/sync_code.py,sha256=s5ORdEhQSfhkx2Q74T2Wi8nJBr4f41GerI6qeVcwBwM,2111
40
+ machineconfig/jobs/python/vscode/api.py,sha256=QAZvaDr1by28HUTiMx8-pmur1Zinsx7yzGyU-fXLSB0,1684
41
+ machineconfig/jobs/python/vscode/link_ve.py,sha256=J3OwmpJ8kcSylBB27qLCWg0-BOP31shXZkq5pCEUuQA,1525
42
+ machineconfig/jobs/python/vscode/select_interpreter.py,sha256=1kG14YnXfuVzVnIFuffEW-nKN-v8CJ5Yb1gY-ONaapQ,2540
43
+ machineconfig/jobs/python/vscode/sync_code.py,sha256=G4GpCMDnZ4FrCpTg8xAa0S0pKtsGBP4g-3rY34oXEXU,2117
44
44
  machineconfig/jobs/python/vscode/__pycache__/api.cpython-311.pyc,sha256=pP4_X-LCbPkajTAt6LB6_TGB3EN8nbxMPb1yK3I7koI,3078
45
45
  machineconfig/jobs/python/vscode/__pycache__/link_ve.cpython-311.pyc,sha256=jAf-3rEok_HszQPtCQAY9mE1kJG8cNpIM0o8CFuz1Pw,3514
46
46
  machineconfig/jobs/python_custom_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
- machineconfig/jobs/python_custom_installers/gh.py,sha256=YzLmZpfJ1zD6OU6HMCRnqzxO9AJq4MhLBU2udHINCGw,2428
48
- machineconfig/jobs/python_custom_installers/hx.py,sha256=qv-eDRDCnyzECuLZjDoovfe_buH95AmODzAoNXLbhrc,4751
47
+ machineconfig/jobs/python_custom_installers/gh.py,sha256=wrMr5ynRXT209sQVUZmZ3gh7henpWOPs47B2f1LIwio,2434
48
+ machineconfig/jobs/python_custom_installers/hx.py,sha256=MJs-Yhvn6LQMGN8P7Gq1FKlvlCPY0T1IbvVu3Lmu29c,5072
49
49
  machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-311.pyc,sha256=IkNrOMIuMzwmjxHbiLL5_tvahruBTjgofytZ7Jj2vAI,198
50
50
  machineconfig/jobs/python_custom_installers/__pycache__/hx.cpython-311.pyc,sha256=_qIx5vZurnlhAMzQp1ygDMJGJZjTNlV51ayEZKxai6o,3226
51
- machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=Jr_XLZZ3loy9ZT3nfWNlj_28AbiTTf4uOXhUkVlRC-E,1719
52
- machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=7A1OzZc5gm3GfVASrrxkYzV9A9hQyuAQOBaYHDhVhsg,796
53
- machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=sgHfeMVNFKMWV9t5rQ_Tfvfq4f-VvIw5Sa_Itad0upM,1850
54
- machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=qVxs_cZp1a-OAcbvaM4shv27LEzUh0_UFD2RgoCj8N8,1858
55
- machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=n_BUOLARiahrDC_EFj-AmsU7g47bfoYViyNfYciGWUM,1421
56
- machineconfig/jobs/python_custom_installers/dev/code.py,sha256=pFeWzi6DBQ-PGfm5IRFIhVMu7_oH5zjMZ__A7bTLKT0,1812
51
+ machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=77RrFT65RfVeS042l42WMCRO-W043pAF1Wt0gA43zyU,1723
52
+ machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=Ge-NkItPIsDIVkXpie5XQ8NLV6GvUjV4wFF3ZgcUUps,800
53
+ machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=Zsai2kULjwORHrv4j7OhmHLrBtsLUQlY9ZxjZamWjpQ,1854
54
+ machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=HcSYMYGA_QUW3bBPDzLAslnbI7YT1TC1V2aC6g1ZPfM,1862
55
+ machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=63BovQnF6VFm0vWTaiUGA7MCDoxStLCDMLU63GX5Aak,1425
56
+ machineconfig/jobs/python_custom_installers/dev/code.py,sha256=voFHkrA-SJ6SJQU-9jii5-SscevLreO7Zt_W2IoZK18,1816
57
57
  machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=pnyUbmGqxw2PZMTbV6kFD-UWbUTR_R9kB2JeW396fEQ,2289
58
- machineconfig/jobs/python_custom_installers/dev/docker.py,sha256=ZNrktHhttAYGSY_eb54AQQI1v8fLsGY5DFqHuZ0nsyQ,1982
59
- machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=ziZTvqP4PIssCtcK2tEz9t0eGe0aeBGhiv8UNasQDec,2365
60
- machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=4JEBy-6FWfU5sXxRfl98rm21gMMZ4fv3MuY0EW4t-lY,2270
61
- machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=7MkTonGFX6bU_hht1Qttc0oVjlg07ddqd5VpTDz5TBg,1394
62
- machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=ECs9JmeHidlkx4rKCyMMmCtJ-pXXAdV5_MnUoF--Cno,2109
63
- machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=E6tOUv7fQO-QoZSL2VJISHh3cVVAudz6tdzIZYuu7L0,2052
64
- machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=nj3heraOpHpfqANHvYpW_jmJYVIR7wJiJiYN6lw7B-A,2010
58
+ machineconfig/jobs/python_custom_installers/dev/docker.py,sha256=2Oie8ekMLtkp_raykWydFZNH-Qc-7demk0dvMYiGZwk,1986
59
+ machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=nSnuDBIWkNMbCtQbrYC8p6PF0PPcqbfe0XygC0uuC0U,2369
60
+ machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=cl4P4fQiIZF1KgzNrhdAEZ5T7EgsNBC01UREj7ZidcY,2278
61
+ machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=QfA6OaVsByxcnEO2HeTBtthdlE-X_B1XJhr8ZaG5cXQ,1398
62
+ machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=hAcbKc9xMOp-13WrXvGduSWkk_ZxZ2lAkkAH4OAh3i0,2113
63
+ machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=3A1HNsIm2thGqH6S9wjN23ewl_jVt64YXFzgIggLehU,2056
64
+ machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=AtwDKAb29hatEAyGyFTxeFEY3_bl-7JXax2SRmBetfU,2014
65
65
  machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md,sha256=Yam2UzJUCslAp01_A0gdMH59s27hna9mqQsSGU7q64g,1128
66
- machineconfig/jobs/python_custom_installers/dev/warp-cli.py,sha256=BaAeAPnCjkl8nU1H4rLvl6AD2RYBD40gdpWIlk9F5ZA,2017
67
- machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=0Vf0HV9kRJXQuVozGgKBZNTincaj5zHsBfuYdY_l7jY,2013
68
- machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh,sha256=x6-U_Gib7r_7ppLzjQNZ9zbQzQvasJK5-OqOeFL8TcQ,2123
69
- machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=v6hBE27Tu4pWa1UodIEO34acUy7o5sHlbrP-rnM8tBM,5348
70
- machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh,sha256=wo9rOjTkPoJcqgnzZCRMyp_yLGF98FLBAchjJAU_4T0,1481
71
- machineconfig/jobs/python_custom_installers/scripts/linux/edge.sh,sha256=P5Jack1TosRvwCxBgDiobfkFNQ5LqvF9QRhny6Dp2pw,1906
72
- machineconfig/jobs/python_custom_installers/scripts/linux/nerdfont.sh,sha256=jqr1ngRh_baOzwguFRKRzTQuVbYmxqeWCG3hlkf-s8s,2356
73
- machineconfig/jobs/python_custom_installers/scripts/linux/pgsql.sh,sha256=qvlSUuXtL2tVoxU9nuhcARcm_Hot6eSdcafY5uO67AE,2243
74
- machineconfig/jobs/python_custom_installers/scripts/linux/redis.sh,sha256=5DGOwESbs1hM1KG044sGWNBlIXVWwga-kPSR86FqpK0,2945
75
- machineconfig/jobs/python_custom_installers/scripts/linux/timescaledb.sh,sha256=7LtGWe95vWypopYVngOOhFBf_Uj3It-T82aE3EUOzHs,3536
76
- machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh,sha256=tyyBGNtAkcN08HkGyPJwROHyCgrjp_PNPJbjX_MKBvE,2829
77
- machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=csfUNPaHVuVsvpI7PBxLfu_SX7RtaDDeUf4sfRDmOc8,3038
78
- machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=he81AoGPj2KRUl-Z4XadBuZzDtHCIRJSQypfRZ2g3j0,1877
66
+ machineconfig/jobs/python_custom_installers/dev/warp-cli.py,sha256=0i7ojIgEAnAVVT5D3csA2G4bH3REyIE-I9EMKsg2zdg,2021
67
+ machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=mStPzMDYjI7J5Xv4oun8Ra8d84UGBiHdUrhcCGE4ULA,2017
68
+ machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh,sha256=m01xquA4YZW3YrhJiTCvTZuLliELmRI1avYFyuE5-Ws,2119
69
+ machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=mojUmdFXXH5vJN7hHwP3JmRajya1yyM4bZvuLOx-nTc,5343
70
+ machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh,sha256=TiS-hWRltw66_p_Fq8gfkA_rqUIuwxoIkFZItVF6TXA,1478
71
+ machineconfig/jobs/python_custom_installers/scripts/linux/edge.sh,sha256=2JclQOi6sBTs2VQPsQWh6dPFRu1C36OyRREI0a76yJQ,1903
72
+ machineconfig/jobs/python_custom_installers/scripts/linux/nerdfont.sh,sha256=vSJQfGYVpWF2T1vz1zZuVXdeus_PWXdP7VquRQjsLwU,2351
73
+ machineconfig/jobs/python_custom_installers/scripts/linux/pgsql.sh,sha256=qe_yo4dM16B8L1VYIPqyLVvI1uns2jg7if_cokuOofY,2239
74
+ machineconfig/jobs/python_custom_installers/scripts/linux/redis.sh,sha256=XNsnypuP0UQDdNnLQ1rHC8XRYeqeaM213i1aga5_Q0M,2940
75
+ machineconfig/jobs/python_custom_installers/scripts/linux/timescaledb.sh,sha256=-thz4K7Eo_4IsNTQMLsmQdyMdVhW7NAMn5S2CB3-blE,3530
76
+ machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh,sha256=37KrmvqLfvsDj8s9bltOZ7fG99E1rH660D1r_PUDpo4,2899
77
+ machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVNLeYWdh3XEFllCVZDYIHBI42btjGlH5jbyXjJGz-Y,3033
78
+ machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
79
79
  machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
80
80
  machineconfig/jobs/python_generic_installers/config.json,sha256=A8vJpNaawBRim6PoJ_eQOymqs-y5cbO7sCMkl7aFzBI,12081
81
- machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc,sha256=LTmPbJnv7aUrV9ASmnwyltwIZ7vKFM3iH5SStSS_5Rk,199
81
+ machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc,sha256=stkWgyeVReFlZ5IW8lEL7AjQKNoDvcJUENDQT1LeFAk,199
82
82
  machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
83
83
  machineconfig/jobs/python_generic_installers/dev/config.json,sha256=5UYxN_G4krtM0AW9GRo-iRo-tArqSjEs36lxmMz0FRc,17933
84
84
  machineconfig/jobs/python_linux_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
85
85
  machineconfig/jobs/python_linux_installers/config.json,sha256=2nA0lEMvdVrM2hGAfZLy3gwzypI4MFAcfGv8CsvDpjg,2971
86
- machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc,sha256=tltJqrgyLqc5gWXgylR9mX1rrbfogpC-ViftaIe5ABU,197
86
+ machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc,sha256=j6kqqOWMH5AoOdlLu_b-jvsC2t_t7--2DujcreMZbSM,197
87
87
  machineconfig/jobs/python_linux_installers/archive/config.json,sha256=haf6H05bW2AC-CptfZBeNeMoQK60w8iWmCZ2aDiL4O0,302
88
88
  machineconfig/jobs/python_linux_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
89
89
  machineconfig/jobs/python_linux_installers/dev/config.json,sha256=Px1lmHIi_5obYdZMKRllAvA88mHu2-mOUq-CU-6qTTg,5773
@@ -102,7 +102,7 @@ machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYi
102
102
  machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
103
103
  machineconfig/profile/create.py,sha256=rSnjhb5BUQDj_OV0rG7HwEfV5af3_tNioE3LFv0D1fw,6016
104
104
  machineconfig/profile/create_hardlinks.py,sha256=Yug_OfQ22NKe7vCYOQ4pO7Y2WvO59HMFrhmpHsAzMPI,5411
105
- machineconfig/profile/shell.py,sha256=XvnQzHuxUgSRSvdb3JpcAms-RaBvvx4l-MyC-VFxmIg,7720
105
+ machineconfig/profile/shell.py,sha256=2fod_cprIZ3Y1wBxSF3wiLi0EQQPsWLCMOm6v-05o1s,8270
106
106
  machineconfig/profile/__pycache__/__init__.cpython-311.pyc,sha256=IB2GoG7m0FRoBFcvfk_PU85nl4h5G5h-OyJy4CB1Rbw,176
107
107
  machineconfig/profile/__pycache__/create.cpython-311.pyc,sha256=-jILsnBL7Urlvtj6Lnry9rpN6KoTAY9-LPcb_gXvwK8,8719
108
108
  machineconfig/profile/__pycache__/shell.cpython-311.pyc,sha256=uZvU7C21HOUP-InDsJK6h3AZkilCv6gHyV5NdLPYJdY,12076
@@ -112,8 +112,8 @@ machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0
112
112
  machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
113
113
  machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
114
114
  machineconfig/scripts/__init__.py,sha256=8aZPVoch_gcI0Ihcr30zQcPjRQMWiWzDnQXnOm7spzo,73
115
- machineconfig/scripts/__pycache__/__init__.cpython-311.pyc,sha256=fqYJZXgcmtvJIcJ5H8WmDtwfdG6vsbDeJU3DwlV93Ys,252
116
- machineconfig/scripts/cloud/init.sh,sha256=w2FJhQH5yfJQQ5pGQQRRxZks4FVkpZJn1m_szBgeTAM,4639
115
+ machineconfig/scripts/__pycache__/__init__.cpython-311.pyc,sha256=lxHCCo8pw2i9oco843HlIm1JH2Wu6Tio8g5PAXvgJns,252
116
+ machineconfig/scripts/cloud/init.sh,sha256=n07vNAH33FClhyCmhe7YitmwPSha3AeU3Sm-HQYg_ig,4630
117
117
  machineconfig/scripts/linux/activate_ve,sha256=ylZHQh1Cj7EA6O78I74LurDZL9OuCtcSFWYZ-ea6wh8,2762
118
118
  machineconfig/scripts/linux/checkout_versions,sha256=giqRWpwMkS_GYa3NOfSsqBIZta3apbws3QbdNfNHj3c,173
119
119
  machineconfig/scripts/linux/choose_wezterm_theme,sha256=f5GTEc74RmYBzwvrhYY0vBLyEPf2EVEPQmdq6q2N3bM,219
@@ -124,7 +124,7 @@ machineconfig/scripts/linux/cloud_repo_sync,sha256=lp1VDmCJMesuFhFYJBgLFNS4CmsxV
124
124
  machineconfig/scripts/linux/cloud_sync,sha256=-F3225O1dKM-FSBb5iqD5JEKAOOmSOx3ib8xZm_euc0,514
125
125
  machineconfig/scripts/linux/croshell,sha256=h1-LWS1AHSCJk4Kq_ngP4ndxEO9WR7PVOiLaAXITmSg,752
126
126
  machineconfig/scripts/linux/devops,sha256=zADVTmjmYW8LxnkZFtwOdAddrt73_4d9TzwOMPwf3_I,586
127
- machineconfig/scripts/linux/fire,sha256=g14kmevgr4_NRiEBby0Vxvve4ZHVFsohed2_v2B27Y0,1175
127
+ machineconfig/scripts/linux/fire,sha256=dMxdRthQNc7gONpS-C7I8hXmTlAMlcQhDsgMnaDb5js,834
128
128
  machineconfig/scripts/linux/ftpx,sha256=2GPRwSUhshI4BNxmOeMVoYlM6I7OQ0o3b8t6FlKDyRk,162
129
129
  machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
130
130
  machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
@@ -140,7 +140,7 @@ machineconfig/scripts/linux/mount_smb,sha256=7UN5EP1kuxYL_-CnyaH4f9Wuu2CgALDZpJ0
140
140
  machineconfig/scripts/linux/programs,sha256=KlKTLhreJ0CRHvtm61ilOtVm8VUia7gb0zWD1IP6rNY,472
141
141
  machineconfig/scripts/linux/repos,sha256=i7HZ3Oows9ETfE3boQ7pN3qOLyX-ocGC701NzzsldVU,508
142
142
  machineconfig/scripts/linux/scheduler,sha256=XHwrI4r8QsKJMDKCpBJj6mktcaKBNrpDmsqZ9ZFx7xI,164
143
- machineconfig/scripts/linux/share_cloud.sh,sha256=yNVPxGaHFkZHiyAiiwXSLRvzBfj_pT17-dVsPYNzSFY,3016
143
+ machineconfig/scripts/linux/share_cloud.sh,sha256=75IzCm7Nob1wO-zlfaNyPPod1IjAsVCG5lcMFdXmiI4,3010
144
144
  machineconfig/scripts/linux/share_nfs,sha256=LDQZQ9TV7z2y7RtNHiO4Wb513MztyGjaAV-GzTGwUdc,1374
145
145
  machineconfig/scripts/linux/share_smb,sha256=HZX8BKgMlS9JzkGIYnxTsPvoxEBBuVLVkqzR3pmGFGY,20
146
146
  machineconfig/scripts/linux/skrg,sha256=JgQJGwxaChr148bDnpTB0rrqZMe2o2zGSDA9x_oUhWM,133
@@ -154,21 +154,21 @@ machineconfig/scripts/linux/archive/tmate_conn,sha256=mDymJCJ-scdYhoG06EAMncjoSA
154
154
  machineconfig/scripts/linux/archive/tmate_start,sha256=eyaknKoVb-XtJnZcfB0CCxm9z9zkD0dsuIDeFLKbIO8,452
155
155
  machineconfig/scripts/linux/archive/transfer_wsl_win,sha256=KzSaO4CWbuM6UNoNasdJhaWWjRhN0lWIiJrBZMmONz0,137
156
156
  machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
157
- machineconfig/scripts/python/choose_wezterm_theme.py,sha256=HtPZsl43okoweOVLbWeHHZIZjJBmvo7BjunHfiMHsno,3195
158
- machineconfig/scripts/python/cloud_copy.py,sha256=D87vtQ6C5VEHyYEtuNq9tVoOGrDMPAlZWPrUvwoKYkc,8363
159
- machineconfig/scripts/python/cloud_manager.py,sha256=b3uxxVCTK5bJ1srNUYDilKlpml_8Wdp2JuLLlO1Wdco,3284
160
- machineconfig/scripts/python/cloud_mount.py,sha256=4CRlWQyVTWYEGgOxDEHeltrIWy2bEC8zHiR31bbTmUA,6150
161
- machineconfig/scripts/python/cloud_repo_sync.py,sha256=vEgeKb3quk43UDJlGbZE4rPLaUk1vCUkm9neDWcyYZA,9888
162
- machineconfig/scripts/python/cloud_sync.py,sha256=qe5b3jgXMTz-pcRzQeFypzu3Kc_3tfxHZX82eEMFxhk,3704
163
- machineconfig/scripts/python/croshell.py,sha256=ejV5qEIdfT5KoTtPs2gEa3k5l1TrlUzrtF6QQw1gAlU,8598
164
- machineconfig/scripts/python/devops.py,sha256=EVwrPG36_u5GQ61Gxnooa3ULnE5EtlaUJuNBW10LMY4,8136
165
- machineconfig/scripts/python/devops_add_identity.py,sha256=yufwNnD7ybhbZu_bBiThVobOgspU6pDl7yuO8v0_aQ8,4241
166
- machineconfig/scripts/python/devops_add_ssh_key.py,sha256=5DvB5r-GVuSAbBCifHl_Hi-Kv8Kw_xMT4jApnJ1NCXw,7581
167
- machineconfig/scripts/python/devops_backup_retrieve.py,sha256=l_MY0EJ9-rRWnlaDWKjw31ehRVJUOxougT8jqae95YY,6476
168
- machineconfig/scripts/python/devops_devapps_install.py,sha256=2aZnBapD9v2CdOsJGrmsuwrGfJQxJGbc-CmdHfiM3O0,8084
169
- machineconfig/scripts/python/devops_update_repos.py,sha256=XqYm97LRYdftnJBX24Fku1RxOb4n5xz8X8o1bz3T4ms,3847
157
+ machineconfig/scripts/python/choose_wezterm_theme.py,sha256=vikxBksuzlx9wnTAhy1GtzAKuVim6_vZASnr3ZvJH6M,3192
158
+ machineconfig/scripts/python/cloud_copy.py,sha256=tHOhea-HRHW0C7zgWGbzumVkFObgrWIU_O9Bmhgt4h0,8441
159
+ machineconfig/scripts/python/cloud_manager.py,sha256=hdSEg64HbIHjvuWf15uAuCYJzfrr4Yanvh6gn6EfDrA,4352
160
+ machineconfig/scripts/python/cloud_mount.py,sha256=5HDsK_AwM655oC4ZWnFjJ5tarxTeDapytRVg2zL-A5M,6262
161
+ machineconfig/scripts/python/cloud_repo_sync.py,sha256=2Drc6RxyVc4nwWaxVt_83LnfbAoyuMwbW2MDdISEuMA,9212
162
+ machineconfig/scripts/python/cloud_sync.py,sha256=BQbe_EMl3_s7YZXnmOwK2MsUZkGTQAd_AcO15jZZFdM,3826
163
+ machineconfig/scripts/python/croshell.py,sha256=FOE1uAw4MxUHb_9Tf3E0OgOaR0E6Cq96H4TmubKOoF8,8860
164
+ machineconfig/scripts/python/devops.py,sha256=AKwsflJpVQszT_9pcy3M4POq2Sqb0Ya2K3m8tpWXjIc,8431
165
+ machineconfig/scripts/python/devops_add_identity.py,sha256=nGGP_lpwP7r7r1gyQj2nXSs-rZYathIINctpx8aAg44,3309
166
+ machineconfig/scripts/python/devops_add_ssh_key.py,sha256=zpAJz_4z_ELCWzJksQHV76oaryBZJMfcNgOH3wyzmWo,6496
167
+ machineconfig/scripts/python/devops_backup_retrieve.py,sha256=i-j7E1F9pJvSnOb19fxMIxQGAAICPlAz0gPwJycl6h0,6007
168
+ machineconfig/scripts/python/devops_devapps_install.py,sha256=s-6HUTjphxNBtADj4KQ1GCuW9xVYupCxq3AMY7SHIpE,7900
169
+ machineconfig/scripts/python/devops_update_repos.py,sha256=B7uLZBlLPQ310rvAQNi0aCar6lb2_vGIwuxsMGoNtwg,3845
170
170
  machineconfig/scripts/python/dotfile.py,sha256=ovFM1DIVTqWN8vCGEhWUoHyXHKMG04ukEm3R8kZ7Z9I,2013
171
- machineconfig/scripts/python/fire_jobs.py,sha256=CBpvtm6xmg9Oau0jzg8lfmSYn-rL8L9WfcP3FcY6PT0,15978
171
+ machineconfig/scripts/python/fire_jobs.py,sha256=4MRpxLfnOc9EaBL0Jl3Ln_ybGnpYRpPUcq16-MROZgY,19220
172
172
  machineconfig/scripts/python/ftpx.py,sha256=_Ub3SnCf6YwOTWxyaDnYTeqMZaJW-oGE8qBhQ0_3dRA,9629
173
173
  machineconfig/scripts/python/get_zellij_cmd.py,sha256=I_SyLgrFQnDUyDhxqcG4oiqtkwzCK-AsHEWk56yXyKE,604
174
174
  machineconfig/scripts/python/gh_models.py,sha256=3kjy4gghUKGd8UHnoKHFffRRNE-Evc1fq-SMWW5BgS4,5282
@@ -176,15 +176,15 @@ machineconfig/scripts/python/mount_nfs.py,sha256=x3-3fe4fyyZrrpWsN9OlfMCp7TZ7j71
176
176
  machineconfig/scripts/python/mount_nw_drive.py,sha256=KuIfosvDLVWOg3tmP1z4rezIS1G4RzD_r9qco_KyfMo,1460
177
177
  machineconfig/scripts/python/mount_ssh.py,sha256=RUMjLht6J7POvb3oU0Vl5IXTsl4T4WoRJ_IB6tcPgpY,2060
178
178
  machineconfig/scripts/python/onetimeshare.py,sha256=mUXHPSpKemDQRpJ-rjG-x3AV8w4dYTgGBM0JB1AMlvw,2517
179
- machineconfig/scripts/python/pomodoro.py,sha256=lY04Ag8l8INBQf6KnqILZDPvs2py_xQUk9JMlzUfFwA,2010
180
- machineconfig/scripts/python/repos.py,sha256=6BlPUwddts0nEtkDHcaPBvX1qVKGMWlavP3VlnY8vxM,10253
179
+ machineconfig/scripts/python/pomodoro.py,sha256=Bwp9QHoDrVF1IOSvoATNI2MdeJ4XyQmS36rXy05m3CQ,2010
180
+ machineconfig/scripts/python/repos.py,sha256=9ZGplfvGNqDa6GWpEFX1soIGepXRNhjqjR5N2jDqvjY,10855
181
181
  machineconfig/scripts/python/scheduler.py,sha256=l44X5rLmVwsgUCfzPll0gHT5KScHAj8PTyY9aDShnOo,2219
182
182
  machineconfig/scripts/python/snapshot.py,sha256=J9Shk3xyWQaVSHMnNGJUMGlPvywVcY-nyW3r30BnG4Q,1088
183
183
  machineconfig/scripts/python/start_slidev.py,sha256=39MIMZVonq3GInTlwhaOI6tMTn0fq4u6QJuL6IRHYIU,4193
184
184
  machineconfig/scripts/python/start_terminals.py,sha256=ZmRD-FxaA3R52G5vVfmT871hLe6qLutlmqwgIJTkxeY,6066
185
185
  machineconfig/scripts/python/viewer.py,sha256=8UzT8AHKMco2JGjZAvRsSbw9CFG_zB0i-RL7KEfRjWc,1865
186
186
  machineconfig/scripts/python/viewer_template.py,sha256=ccmCDgg0EOBIh8sThwnT1wa-R0WtNcotmGK28FXY79s,3807
187
- machineconfig/scripts/python/wifi_conn.py,sha256=MTGcAvmjjie7dbAVeZAbc7hRDqB2lORaZuwXnspKyf4,3443
187
+ machineconfig/scripts/python/wifi_conn.py,sha256=MOhU09Kr4LpSMJSs3HQ7OCzrferok_uXQ5TlxYr_E4c,3556
188
188
  machineconfig/scripts/python/wsl_windows_transfer.py,sha256=l5jLapaCT-xzaAU2zpxPBQhCvy2xQ3Ct7BDbh_T4ntc,2693
189
189
  machineconfig/scripts/python/.mypy_cache/.gitignore,sha256=amnaZw0RUw038PDP3HvtMLeOpkNOJPenMgi5guKdMiw,34
190
190
  machineconfig/scripts/python/.mypy_cache/CACHEDIR.TAG,sha256=8cE6_FVTWMkDOw8fMKqhd_6IvaQPS4okWYQA1UeHatw,190
@@ -481,35 +481,37 @@ machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.data.json,sha256=VzWA
481
481
  machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.meta.json,sha256=A5w9o7fhwnRyVMi2KlNrObSBlEm4-yKpLlZSF2NWaCs,1722
482
482
  machineconfig/scripts/python/.mypy_cache/3.11/zipfile/__init__.data.json,sha256=CCnfR6Nt7cDitOGzBTZajL1jH0o8Xyj-suVwzQg97V0,117444
483
483
  machineconfig/scripts/python/.mypy_cache/3.11/zipfile/__init__.meta.json,sha256=O3RX5WuDZ41k790b3joXcgJkt5vJljlgaBjyAkUQCeM,1750
484
- machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc,sha256=SOHr1tIEeyjuGS2N0xiSz9d5ssQfVCc-T35lm99LTVI,183
485
- machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc,sha256=9-Ge_bFozOyxyOQU6YM-9AeznZO2UYI2qKL7q2Tnm68,13251
486
- machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc,sha256=biLjH9QrBeWNgaApKZb7E3xoHXbh0HsJMYzn0NBm2k0,9541
487
- machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc,sha256=Mf_WGXEOQUBfQGv5TnTBfeZ986s78hHEk6vg0tEnffY,14985
488
- machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc,sha256=w294ywMY7Uf_LiOi21EiVNOgLIaXsc9fEFlxfNDvKw8,5180
489
- machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc,sha256=pLgUBkxPaSP-TlSlPha9hRstylaWm7brg8mEhHp_XBs,11647
490
- machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc,sha256=u5QR7NxBUrq7rVllEc_pjHukaKdKHgZpipt1GBkvav4,12359
484
+ machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc,sha256=579vfCjqdQHyRAKWsvDp6X1szPsKqlx3yC60RDFrtao,183
485
+ machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc,sha256=-CoBkvcYJdb4kK4rldth6ZtdBC5NpVZ0ego0o1bY-ek,13612
486
+ machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc,sha256=-gKeArZvSXBw62WYP8_JI-LofDndPXnWm7WIOAnftzI,9226
487
+ machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc,sha256=ncfTDWVSpgYYOX6BrFRHnRHtWX56gLeF66tZtu27ejQ,12456
488
+ machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc,sha256=aRZA3iPZ0uWwNznSZQ1Wb0sTKeYYiUiAuopVJXUSSlA,6381
489
+ machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc,sha256=9PERrliGDJHGV7UxjLYGNcRjWKLQz2EZY9qBIalNT0w,11384
490
+ machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc,sha256=0jXO3ztSIakX1IsP_trxPdOm9XVw9G5t1DR4NtzpbrM,13504
491
491
  machineconfig/scripts/python/__pycache__/devops_backup_retrieve.cpython-311.pyc,sha256=_6zzVYGBGsMIZ35A6ZSEcexZkIr1MOAHJYLdIE-ril0,5366
492
- machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc,sha256=NenofIUwFGB3G4NbEXsNsKSkV1-ihGUse60yfaf_hTw,10406
493
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc,sha256=TQK6ha9ss60NaBXhOdICMz8w0IU352zF2_QosntwThs,6479
494
- machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc,sha256=q-Va24myCEzJtedofM5wKd0lw7FpBB0IGT5YuW1TOWY,17874
492
+ machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc,sha256=G9igcqo0j2YxpXSOq3S1jE56Npf2f303YOuSElzWFMs,10406
493
+ machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc,sha256=Ll1DYiCUjkAucNEKJSVSuFNNZNTaqQctaLuIimcc7Ks,6532
494
+ machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc,sha256=rX1w53ZTlvcoTZqFQa4owk9tb9l2j5MsAE52vuW2jMQ,21570
495
+ machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-311.pyc,sha256=3UrCyrwrgfFnhXPoPtYZCeEINyaxCp33l4jbU5KJr2M,906
495
496
  machineconfig/scripts/python/__pycache__/gh_models.cpython-311.pyc,sha256=dh12_x-XFIvq364bCGQNrU89GmzD2HqUy0N_5iZ3etc,2679
496
- machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc,sha256=VAwP6g3itxFSrNOQBfvP6Yg13wHc9zx-Bbg9VxWWTBQ,15466
497
+ machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc,sha256=dyomZwrZT8eDgL9RpdJ5aDKmDjIiqOwTbxJbO_uDODY,16475
497
498
  machineconfig/scripts/python/__pycache__/url2md.cpython-311.pyc,sha256=6ovF1N-oLFXlq_hSqraKZDAT9WQejJzasVxHg6k3Rzc,4389
498
499
  machineconfig/scripts/python/__pycache__/viewer.cpython-311.pyc,sha256=HnvV4yu9HhYCounqjaORT-lDvNLVWqiACouQpJ_gV5E,2819
499
500
  machineconfig/scripts/python/__pycache__/vscode_api.cpython-311.pyc,sha256=XYqeqaojIqp_eUMvf3fRPg1SZa8vOowJ8WFPa8a_eJ8,1719
500
- machineconfig/scripts/python/archive/im2text.py,sha256=fHBOtRgy_V0kRiIBIugssOlkOgYcg_y_2YDhj5C-by4,928
501
- machineconfig/scripts/python/archive/tmate_conn.py,sha256=jD4jwWv2aac7gdAz58-gbl-RMMdWfOVCK7RWJekTkjY,1132
502
- machineconfig/scripts/python/archive/tmate_start.py,sha256=JxNyWkLcIJPCiy9TR_W-BDp-NZF8sMLf4IT8G4S7nFI,1276
501
+ machineconfig/scripts/python/archive/im2text.py,sha256=w0-WonhD5hIEIuC5VXbaS2rWXNyvC9ZZqyOFX7dDXYI,1243
502
+ machineconfig/scripts/python/archive/tmate_conn.py,sha256=bUztIO87JReVFzcm7RsOokDXI6wD6u6cTSSWTBwO0Ec,1251
503
+ machineconfig/scripts/python/archive/tmate_start.py,sha256=UcgOxkTegHomeaZp0PeXuubJerzAA2mMzS_wxA1K074,1530
503
504
  machineconfig/scripts/python/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
504
- machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=LCiNKph2VajnrX34klSNWlph9-1EtuOs8VfhWpPi8Yg,4366
505
- machineconfig/scripts/python/helpers/helpers2.py,sha256=SvLmTnWzRfqbJoqDgKiGCgaeGr1YywghVICzYYOjZ88,6616
505
+ machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=JBmKm5q5IRvzcNFZVHDmAnnjcRrT58HzN5WzcZ97180,4980
506
+ machineconfig/scripts/python/helpers/helpers2.py,sha256=BRRCrkKT06l5TQk2lcw7c7uKcl14dr9AiHzShMgAm4c,7012
506
507
  machineconfig/scripts/python/helpers/helpers4.py,sha256=NLuCxT2yY_A6BbGnbbcD_RTaTUa3QNfJ9onDZ9RkoyY,7957
507
508
  machineconfig/scripts/python/helpers/helpers5.py,sha256=VrhEpaw7bPUXH7u_MZ_WxkMou_zF_SB4jOmDDQFFZ5A,1108
508
- machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=o_-vSDHBR_9rJQ1ONk5jh5Q5hzs1--MC9p6C0HZUBT4,4395
509
- machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc,sha256=DY20AyiXT2GTJUN0mGu-N_SP-JzKyZeIW5mhSKaxKcw,191
510
- machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc,sha256=_NYE4UxbPFdnJ0BpAc9a-fn6p8qn-petWhT6w0jS1Aw,7732
511
- machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc,sha256=-4ocpsvvnMMv0erbYEtWLPQS6i_Sr2m_-371QC9q-nQ,7844
512
- machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc,sha256=qRFw5-ykB7mZY6_YDCJzxCaTSuHfePjhpKwCnLT7kjw,12232
509
+ machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=E8tgmMaDd-Fy47AS5BRngNxNde_wGTFJSLSR3SLUCP4,4357
510
+ machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc,sha256=p91eIcDi4QHYlM1lKpwKgTAk2EJoJ9mwiyZM44Hz5g0,191
511
+ machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc,sha256=9c9lApcLim4-Q0sKdM9HsT_6dZjmiiDRrS4a8IcI7tA,9274
512
+ machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc,sha256=n1Z3yQ6ciNtSnFw6_iWMyNxmMvaYhavTl4WL45J7o_8,7991
513
+ machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc,sha256=ebZQVGSjVxIx6PbxEHvp4tH1D5YPJ5qHmsa1c9-496E,12232
514
+ machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-311.pyc,sha256=5bOQVBqbi5SiQp_yyAj4BofQ9zhMqAS4u7DYM4yNiwY,7752
513
515
  machineconfig/scripts/windows/activate_ve.ps1,sha256=1YDd90eIhJ680a-tPHeBesnIVLHWqLn1DU66B-2oA7E,1875
514
516
  machineconfig/scripts/windows/checkout_version.ps1,sha256=l6U-qSroHFd_fDa6Z0uSJ5Yxfr0D3nW5uotJRQ7zpI8,148
515
517
  machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=9_lPcTMuZhaxi860o5lyQWujzMRqm3ATgeGbboECtfI,367
@@ -521,7 +523,7 @@ machineconfig/scripts/windows/cloud_sync.ps1,sha256=AHXn8xmJBRIXiYmolNhSt2-_FonW
521
523
  machineconfig/scripts/windows/croshell.ps1,sha256=zyfi7eXOy6Cuu1Pi9AXkVQiZDnySZtiVoFPDt2-zph8,1283
522
524
  machineconfig/scripts/windows/devops.ps1,sha256=qqAcf59DGIhYr8WCCc_z4FhhJ8wnjxbheSuMz0R5GcE,861
523
525
  machineconfig/scripts/windows/dotfile.ps1,sha256=b1y5MMtDE-yxEpERNVnqyGO1eX-MVvuXjwJP6r1l5CE,256
524
- machineconfig/scripts/windows/fire.ps1,sha256=YZLrmV4yRyphZ84P2vbqegeHe3PcwtJOQuPguRgss0U,859
526
+ machineconfig/scripts/windows/fire.ps1,sha256=CV7XGu2r9qEY4D2DGyxPicsPYDzAVTNu0VyXEZzJeQw,1207
525
527
  machineconfig/scripts/windows/ftpx.ps1,sha256=nTpua0Q2QuaMay9BITONnfHJgysldZXnhq4oeQ-1HwQ,155
526
528
  machineconfig/scripts/windows/fzfb.ps1,sha256=Bmngm2aY8hnPa3iKAOK6EPDYdKzGLUc81wYOnJhNoqg,149
527
529
  machineconfig/scripts/windows/fzfg.ps1,sha256=CHJbMrMuZePd4dxwIwz3g4XWAEmWmckuX-Nrx2xgRkg,27
@@ -558,7 +560,7 @@ machineconfig/scripts/windows/archive/secure_push.ps1,sha256=GeAHwy8o5lv4Cta5pNE
558
560
  machineconfig/scripts/windows/archive/tmate_conn.ps1,sha256=D3h4FNmVSwL6fbGkG4wwIToH57yVXWlULSqyEOozS8U,193
559
561
  machineconfig/scripts/windows/utils/op_script_delete.ps1,sha256=tX5drodmlzbM5kEYXc8oCsiWFtOlMRXouuBxX6AGsmQ,167
560
562
  machineconfig/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
561
- machineconfig/settings/__pycache__/__init__.cpython-311.pyc,sha256=ws4US5_bUsR6ikj-xIpPvpRS2Axo9UuLAh5AgZiYzgA,177
563
+ machineconfig/settings/__pycache__/__init__.cpython-311.pyc,sha256=MteCWEd7NOhu3NTUQTCfZBdVeQAHeH5S1jPtRPt0sww,177
562
564
  machineconfig/settings/broot/br.sh,sha256=UoiQN5ULJqCnwVudUonZ5_sO0TEHZE8LEROgArnDD7k,1747
563
565
  machineconfig/settings/broot/brootcd.ps1,sha256=BB8uGnoVywxFWSgwsHxlbS8V4W_Qom3L1SedekGpgWA,877
564
566
  machineconfig/settings/broot/conf.toml,sha256=2C2ggpFR0Z-Sceu0iwHW0LFz45AjwyeCBD0PSP0VIoo,55
@@ -629,11 +631,11 @@ machineconfig/settings/shells/bash/.inputrc,sha256=KUPj9Rj1_5quvDmB7vZORN43TIv7K
629
631
  machineconfig/settings/shells/bash/init.sh,sha256=Ubfo6NBTiJ8fPyNijOTYPteOv6xvoPi2YfQhcXiNKhc,2087
630
632
  machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
631
633
  machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
632
- machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc,sha256=ZK5p1TSngTA2NBCAa5aH_MwfEm6UN3NfSQiCiILQRDA,205
634
+ machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc,sha256=ikE5oKlwAyTXSqvmA6jyj0kh1pikhutJdEbETILEksk,205
633
635
  machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
634
636
  machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=4thojJhrmQuba15P00slfw3AlzDVLOZvIVl0qEKT2sc,3225
635
- machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-311.pyc,sha256=lYeRUfaMastV7l6Ze3S073YYXlqwLK_9NBV0KttKhfc,213
636
- machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc,sha256=1Zqapz07ZyLMkL14b4Lzh5Qj6DldAnw2Qwnx3mJNXz0,5494
637
+ machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-311.pyc,sha256=uJFAhmhtQfrAGb5KnBDW1bFckAEwW1-_yueGcYkQoyU,213
638
+ machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc,sha256=VzztxJxlCX1dkftCCItF_roiXpkKqEjg5apsd6as--M,5494
637
639
  machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
638
640
  machineconfig/settings/shells/nushell/config.nu,sha256=ug0E0NXNlCzgStScFN6VTsAkUaOTPJZB69P-LS5L2VE,1047
639
641
  machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
@@ -664,15 +666,15 @@ machineconfig/settings/zellij/layouts/panes.kdl,sha256=KlhKtelBy4Z2ENV_pix4xE7NH
664
666
  machineconfig/settings/zellij/layouts/st.kdl,sha256=QXLRK7Wx05aKbKRHVmm4RspLYzPmEa44JMK1TwXQk58,523
665
667
  machineconfig/settings/zellij/layouts/st2.kdl,sha256=1FKTH3qQWYMWp_wPMreP7fKOTlVd4cfBy3J8fv4zCBc,1489
666
668
  machineconfig/settings/zellij/layouts/stacked_panes.kdl,sha256=usY8kKKwX1KUMXnWDivPg0i0drpM1Biw-tOnNZVjiZU,163
667
- machineconfig/setup_linux/nix/cli_installation.sh,sha256=YsxMhF3taFcbzlD5iuk_h47lle1o7esz-U9r-OJbQi8,5479
669
+ machineconfig/setup_linux/nix/cli_installation.sh,sha256=AQ_wRmldeD1tPqCmU7qgz9ZrZFly4OYwBJDGRpb9IJ0,5470
668
670
  machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh,sha256=F5dbg0n9RHsKGPn8fIdZMn3p0RrHEkb8rWBGsdVGbus,1207
669
- machineconfig/setup_linux/others/openssh-server_add_pub_key.sh,sha256=g2JL3Y2Eki6NgjxjuVW1taG3QRLF52N6WtSCW7fiWhA,1996
670
- machineconfig/setup_linux/web_shortcuts/all.sh,sha256=5e_PgK_deTgKdHdQwkPZhFzctmuBm4YF3gI0myIse-w,2192
671
- machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=grsZ2kxPQB9taTnVQYsTem1y2-PKwAx_qtMUdYLuq5k,3557
672
- machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=mtGYd6Mw6WlEg49WhtX4miWuNrwLjDkQORoA1CR4D-A,2646
673
- machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=7Jvkam0JQRmCmzjCg6DQoCIgT5fXKIH8MMF_3hax0V8,7605
674
- machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=OsK2ysdBf6zvm78jAcXcJzVU1Or1WN5dGXJrEbxQwoc,2173
675
- machineconfig/setup_linux/web_shortcuts/update_system.sh,sha256=0AP2tdhITJRXJE597YpK4Dtew0uzRWDPKCjf3fkabPU,1933
671
+ machineconfig/setup_linux/others/openssh-server_add_pub_key.sh,sha256=UiJcD1o4UekKKtp5YJKRq135PpqdTLXy7M6HvQ-Qum4,1993
672
+ machineconfig/setup_linux/web_shortcuts/all.sh,sha256=Dhy7bL5e3yfG6O0K42ZUBPLJKNjsGnXisko6a2dxhOY,2187
673
+ machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=RWcxH_Db7WHH37PclYmc92o6zAS557wGZxcYTuyTUZ0,3550
674
+ machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=7hE1tDWhWQ0rciFH0j411vko3qZeIMUG-83dYe6fUnE,2640
675
+ machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=vzNU0wKmAwEK0eP0ArhYgWqRiihKjVTOJnVKtFKpPI4,7571
676
+ machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=U7eiioxrN1JHgtEH6pzc_0IzagELbtVFwkP2eQNSdIY,2165
677
+ machineconfig/setup_linux/web_shortcuts/update_system.sh,sha256=xQ1RxpsRhPFGpoDv01XTrB-BsqnbWiw7LMAh7Fc0uWs,1926
676
678
  machineconfig/setup_windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
677
679
  machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
678
680
  machineconfig/setup_windows/others/obs.ps1,sha256=2andchcXpxS3rqZjGaMpY5VShxTAKWvw6eCrayjuaLo,30
@@ -684,27 +686,27 @@ machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLP
684
686
  machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
685
687
  machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=FEyHIqwjzRLqCeO_sC5TWx-AccMEG2M8KhATA__6O1g,824
686
688
  machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=y6eZPJD66myPAtca3dqR6pXBnUV8NlY7-qJAwSPK3bo,2159
687
- machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=Xg7w2eLf_0-zE8LpADWHipnORELOkXpaEdOeX6c01KU,8296
689
+ machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=wrBteVyTsSBhhvSXzvF78hsw8DvGGWV4_avzSVEpR2k,9301
688
690
  machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
689
- machineconfig/utils/installer.py,sha256=oIHMTvZwUjHFQEQRWjGMg-CQCfhJis2_hG2W3rgDBT4,9459
690
- machineconfig/utils/procs.py,sha256=IiIncVAGTk6k-iuVq0csxXK9UNJMGIOu4DaxsUepuog,7296
691
- machineconfig/utils/scheduling.py,sha256=H88WErZzbsfXBzYzfL54Vfsy9k2fZOJQVlxUafrCZ58,7835
692
- machineconfig/utils/utils.py,sha256=ZHU3NOoFqzyg9A_1TM2cLTYXi1QTXiZ5ibZMrsZywkM,3914
693
- machineconfig/utils/utils_code.py,sha256=W_bBawoC8xJ30THwchgaWrb5yJbVSarkYAtxgh_JmgU,3739
694
- machineconfig/utils/utils_links.py,sha256=heYJdCKHbkF9gWKpYJpKHFTlgQ3Z_ua81f6exbLvMR4,4571
695
- machineconfig/utils/utils_options.py,sha256=sARftHGojwh_4g-4bJeE8KUjp7Vgk5ElaJExESejGdY,8149
696
- machineconfig/utils/utils_path.py,sha256=hY_PcTOmzULw_2xtsdsJ8KzQDGxJ2tJuX5DIogZmK_8,5999
697
- machineconfig/utils/ve.py,sha256=S23EelNIhycX6obDKR51OTN7loVb0poLIPcMEas_6nY,4056
691
+ machineconfig/utils/code.py,sha256=YHLHbUXmFC6Q9EIgUCtAnrbep4X4mkO95IrfmECzWjE,3724
692
+ machineconfig/utils/installer.py,sha256=t2iO78rofKrUOoRcktYOZeoGEvhNCAa-Gjes9mNFdTU,9513
693
+ machineconfig/utils/links.py,sha256=O_REOlCSZ2xqk-67trEfnwkWWqhezapUOkXBM8KWndI,4745
694
+ machineconfig/utils/options.py,sha256=6irqfGrGCpZnq0hEynlNSeu1elkSqVE9wlODvhrrZFs,8384
695
+ machineconfig/utils/path.py,sha256=6QZqgwA1K8Ayh2W8ZrtaYyRRO0lFVOGDDl4-pweNE9c,6565
696
+ machineconfig/utils/procs.py,sha256=b3gqokJLKLTmlcMO6a6sEPdxpRGNr9PjkxHHO_HSLKE,8046
697
+ machineconfig/utils/scheduling.py,sha256=xFTcvxH8PxjjtELixHV95o-7FSfLkLN9w_LfDj_Mcyo,7879
698
+ machineconfig/utils/utils.py,sha256=Jt8geILRYEKPzeWwpGIbIZ7yr-atTJgwzbnaBy4jsPc,4125
699
+ machineconfig/utils/ve.py,sha256=2oSovUxV-u0pwr3mtZK9UN3viBZUDTZkvwdIZPoanM8,3992
698
700
  machineconfig/utils/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
699
- machineconfig/utils/ai/browser_user_wrapper.py,sha256=kM2g2FQva54s0MizZVZ36i1S55qer3ropo4F2nlZXBw,1148
700
- machineconfig/utils/ai/generate_file_checklist.py,sha256=9pIIXT_zBwkiAhVoJkTk3b9UIZnnen8GgFCSbkF6xEI,2819
701
- machineconfig/utils/ai/url2md.py,sha256=nw2ieGLLv0mSVY6ST8-Px_vl5sZKSO-O99hdjB06IsA,2725
701
+ machineconfig/utils/ai/browser_user_wrapper.py,sha256=lMtNqnjATB5UmOfMBTtUDiFMPUyd5_Q1NScC9uX9tLk,2140
702
+ machineconfig/utils/ai/generate_file_checklist.py,sha256=bI3WJrBlHCOVuKPh2IoCmSOzH0AY3UPZ4zQshtOc-2Y,2924
703
+ machineconfig/utils/ai/url2md.py,sha256=C6o-fz2qzV41vqz8uF6v4Ry5fqq03zkajsDvGsdYXNc,2977
702
704
  machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
703
705
  machineconfig/utils/installer_utils/installer_abc.py,sha256=r2_GKgioEqJgZ-7iFlHa57A2wf2WKBFrK8Pa5Q7Sf6M,4908
704
706
  machineconfig/utils/installer_utils/installer_class.py,sha256=zsNvF714z52P91jAX_7w82VHFOa2kY4zLrpfQI6f-SA,14864
705
707
  machineconfig/utils/ve_utils/ve1.py,sha256=TW696GEqWaNB35NcYE44AF5t7xkUpkeA_DKVV5iE74A,5521
706
- machineconfig/utils/ve_utils/ve2.py,sha256=gDZdlrWpJId86wGy5ER6rmW7BGAmHPWj6C56LUdzf0s,6234
707
- machineconfig-1.94.dist-info/METADATA,sha256=h47YAWMqOj_kQOfxX-agM2HbfJ8AxlWQkuYXN09b9LM,6917
708
- machineconfig-1.94.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
709
- machineconfig-1.94.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
710
- machineconfig-1.94.dist-info/RECORD,,
708
+ machineconfig/utils/ve_utils/ve2.py,sha256=zS8dI6b1wG3TzqrwmEGsJ5CS5ZZJgGfaU8N2IcfiDYE,6362
709
+ machineconfig-1.95.dist-info/METADATA,sha256=e9cwvqyl3l3WrhZqmvhSFO0PX9y1Bv01OFE6V1ACN-M,6983
710
+ machineconfig-1.95.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
711
+ machineconfig-1.95.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
712
+ machineconfig-1.95.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5