machineconfig 2.1__py3-none-any.whl → 2.2__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 (89) hide show
  1. machineconfig/cluster/sessions_managers/archive/create_zellij_template.py +2 -1
  2. machineconfig/cluster/templates/utils.py +0 -35
  3. machineconfig/jobs/python/check_installations.py +1 -1
  4. machineconfig/jobs/python_custom_installers/dev/code.py +0 -13
  5. machineconfig/jobs/python_generic_installers/config.json +1 -1
  6. machineconfig/profile/create.py +10 -5
  7. machineconfig/profile/create_hardlinks.py +3 -1
  8. machineconfig/profile/shell.py +8 -7
  9. machineconfig/scripts/__init__.py +0 -2
  10. machineconfig/scripts/__pycache__/__init__.cpython-313.pyc +0 -0
  11. machineconfig/scripts/linux/devops +6 -4
  12. machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc +0 -0
  13. machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc +0 -0
  14. machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc +0 -0
  15. machineconfig/scripts/python/__pycache__/fire_agents.cpython-313.pyc +0 -0
  16. machineconfig/scripts/python/ai/generate_files.py +14 -15
  17. machineconfig/scripts/python/ai/mcinit.py +8 -5
  18. machineconfig/scripts/python/archive/tmate_conn.py +5 -5
  19. machineconfig/scripts/python/archive/tmate_start.py +7 -7
  20. machineconfig/scripts/python/choose_wezterm_theme.py +35 -32
  21. machineconfig/scripts/python/cloud_copy.py +22 -13
  22. machineconfig/scripts/python/cloud_mount.py +35 -23
  23. machineconfig/scripts/python/cloud_repo_sync.py +38 -25
  24. machineconfig/scripts/python/cloud_sync.py +4 -4
  25. machineconfig/scripts/python/croshell.py +37 -28
  26. machineconfig/scripts/python/devops.py +45 -27
  27. machineconfig/scripts/python/devops_add_identity.py +15 -25
  28. machineconfig/scripts/python/devops_add_ssh_key.py +7 -7
  29. machineconfig/scripts/python/devops_backup_retrieve.py +17 -15
  30. machineconfig/scripts/python/devops_devapps_install.py +25 -20
  31. machineconfig/scripts/python/devops_update_repos.py +142 -57
  32. machineconfig/scripts/python/dotfile.py +16 -14
  33. machineconfig/scripts/python/fire_agents.py +24 -17
  34. machineconfig/scripts/python/fire_jobs.py +91 -55
  35. machineconfig/scripts/python/ftpx.py +24 -14
  36. machineconfig/scripts/python/get_zellij_cmd.py +8 -7
  37. machineconfig/scripts/python/helpers/cloud_helpers.py +33 -28
  38. machineconfig/scripts/python/helpers/helpers2.py +25 -14
  39. machineconfig/scripts/python/helpers/helpers4.py +44 -30
  40. machineconfig/scripts/python/helpers/helpers5.py +1 -1
  41. machineconfig/scripts/python/helpers/repo_sync_helpers.py +31 -9
  42. machineconfig/scripts/python/mount_nfs.py +8 -15
  43. machineconfig/scripts/python/mount_nw_drive.py +10 -5
  44. machineconfig/scripts/python/mount_ssh.py +8 -6
  45. machineconfig/scripts/python/repos.py +215 -57
  46. machineconfig/scripts/python/snapshot.py +0 -1
  47. machineconfig/scripts/python/start_slidev.py +10 -5
  48. machineconfig/scripts/python/start_terminals.py +22 -16
  49. machineconfig/scripts/python/viewer_template.py +0 -1
  50. machineconfig/scripts/python/wifi_conn.py +49 -75
  51. machineconfig/scripts/python/wsl_windows_transfer.py +8 -6
  52. machineconfig/settings/lf/linux/lfrc +1 -0
  53. machineconfig/setup_linux/web_shortcuts/croshell.sh +5 -0
  54. machineconfig/setup_linux/web_shortcuts/interactive.sh +1 -1
  55. machineconfig/setup_linux/web_shortcuts/ssh.sh +0 -4
  56. machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py +3 -12
  57. machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +1 -1
  58. machineconfig/utils/code.py +3 -3
  59. machineconfig/utils/installer.py +2 -2
  60. machineconfig/utils/installer_utils/installer_abc.py +3 -4
  61. machineconfig/utils/installer_utils/installer_class.py +6 -4
  62. machineconfig/utils/links.py +103 -33
  63. machineconfig/utils/notifications.py +52 -38
  64. machineconfig/utils/options.py +16 -23
  65. machineconfig/utils/path_reduced.py +239 -205
  66. machineconfig/utils/procs.py +1 -1
  67. machineconfig/utils/source_of_truth.py +27 -0
  68. machineconfig/utils/ssh.py +9 -29
  69. machineconfig/utils/terminal.py +4 -2
  70. machineconfig/utils/upgrade_packages.py +91 -0
  71. machineconfig/utils/utils2.py +1 -2
  72. machineconfig/utils/utils5.py +23 -11
  73. machineconfig/utils/ve.py +4 -1
  74. {machineconfig-2.1.dist-info → machineconfig-2.2.dist-info}/METADATA +13 -13
  75. {machineconfig-2.1.dist-info → machineconfig-2.2.dist-info}/RECORD +78 -86
  76. machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-313.pyc +0 -0
  77. machineconfig/scripts/python/__pycache__/croshell.cpython-313.pyc +0 -0
  78. machineconfig/scripts/python/__pycache__/fire_jobs.cpython-313.pyc +0 -0
  79. machineconfig/scripts/python/ai/__pycache__/__init__.cpython-313.pyc +0 -0
  80. machineconfig/scripts/python/ai/__pycache__/generate_files.cpython-313.pyc +0 -0
  81. machineconfig/scripts/python/ai/__pycache__/mcinit.cpython-313.pyc +0 -0
  82. machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-313.pyc +0 -0
  83. machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-313.pyc +0 -0
  84. machineconfig/setup_linux/web_shortcuts/all.sh +0 -48
  85. machineconfig/setup_linux/web_shortcuts/update_system.sh +0 -48
  86. machineconfig/utils/utils.py +0 -97
  87. /machineconfig/setup_linux/web_shortcuts/{tmp.sh → android.sh} +0 -0
  88. {machineconfig-2.1.dist-info → machineconfig-2.2.dist-info}/WHEEL +0 -0
  89. {machineconfig-2.1.dist-info → machineconfig-2.2.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256=G3B38xReW
22
22
  machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=2mrY45FPK4CDcckW1A4n4jDGsKCk6-bjzoDxI8F_r8o,9881
23
23
  machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=R0vlLMeXBd6yfsf3KHh4jEJv5gmTXWBHNY3vUdiR-ns,8089
24
24
  machineconfig/cluster/sessions_managers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- machineconfig/cluster/sessions_managers/archive/create_zellij_template.py,sha256=BjY3lJM50sfNzXOUnoX-iiSEWxx-Lgg8XyraD-jkWrc,1477
25
+ machineconfig/cluster/sessions_managers/archive/create_zellij_template.py,sha256=bbhQ0-X6VUXeS-6BFQzuQI7J7T-cLXxkS1ljzIQxNUQ,1515
26
26
  machineconfig/cluster/sessions_managers/archive/session_managers.py,sha256=dT3hSJS4-atl-x3r58u3gn395vukzZasc97-t5NSQEg,10279
27
27
  machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py,sha256=dfPgDBKl4nDW69R_wemwZQhkt6-MELv7IwdDfzpxxMk,7677
28
28
  machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py,sha256=5cb3Pog5IlELdxAZPBchvh9sBLMdTew-YMUkBvIe1m8,14931
@@ -42,14 +42,14 @@ machineconfig/cluster/templates/cli_trogon.py,sha256=PFWGy8SFYIhT9r3ZV4oIEYfImsQ
42
42
  machineconfig/cluster/templates/run_cloud.py,sha256=0o4-v5yFEqvlHzoKDXljRCR5ikx_r5w4oYE5OCtVIK8,2378
43
43
  machineconfig/cluster/templates/run_cluster.py,sha256=ZFNl4EDybicedWKX5qBwSSeKKfdV2lQFD_1kcAyjHYM,4691
44
44
  machineconfig/cluster/templates/run_remote.py,sha256=vCc56t8BUAUJp7tyb0PFfwy5hlmIdRdzcjlpP9gcLdc,3247
45
- machineconfig/cluster/templates/utils.py,sha256=nQ0W8zxXHAESvzsnH10pzZ6Ke4oRdQj83eRNPANm8k4,3846
45
+ machineconfig/cluster/templates/utils.py,sha256=tgNAbND5gwZFsc5_jeGMDMbvVc3UIMxi9MvWOH81ZL4,1646
46
46
  machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  machineconfig/jobs/__pycache__/__init__.cpython-313.pyc,sha256=XCpGeTOsCIrHvdkU0hZ-ISJF86afNZ4mr5dY9n0K8Gg,161
48
48
  machineconfig/jobs/linux/msc/cli_agents.sh,sha256=X94rDsNHokIWQyHUQu0n2d0AbR39ak-nw4PbrUsJr7w,377
49
49
  machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
50
50
  machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
51
51
  machineconfig/jobs/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
- machineconfig/jobs/python/check_installations.py,sha256=vJSZIfvKiDfDJ133OwPyeQ-o0vUlMIGa7cQwbCah7b8,11141
52
+ machineconfig/jobs/python/check_installations.py,sha256=HOGlZOCtpZyORNEbqDdsnSNWyFjXIrdXQhTwls9vsX8,11151
53
53
  machineconfig/jobs/python/create_bootable_media.py,sha256=KKtcPk0rFLQc4eNVP6nbeYX-P7Gpqi0HvfIcUM6rVVs,827
54
54
  machineconfig/jobs/python/python_cargo_build_share.py,sha256=RDe1QiTH3vLQ1wjN0kE5NxMIqwB-_WHz6O3svyuH_VE,2133
55
55
  machineconfig/jobs/python/python_ve_symlink.py,sha256=quma-fmKIeNbScaQ3HdZV50QCcGt4MF6HjBfsHtxdv4,852
@@ -63,13 +63,12 @@ machineconfig/jobs/python_custom_installers/docker.py,sha256=YqUVDtTbcTLTImyypJc
63
63
  machineconfig/jobs/python_custom_installers/gh.py,sha256=Z5MP0fdIdTuTXibRq6FmcyiQJ2I-1vMEPOKNB79JF0M,2507
64
64
  machineconfig/jobs/python_custom_installers/hx.py,sha256=0rdkIyj-kiT-GTF0nMiBRqQ3_RafksgqgpgKXyUScc8,5551
65
65
  machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=IGuMJYOKPZYDqQNUro9thF3fklXsjpIoHPQykmWmI9Y,1970
66
- machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-313.pyc,sha256=bWIqUPLAlCi-Deqj0QhXVabsxdOSFqiZGDHB6rHWQSE,186
67
66
  machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=DtMXSoRgcS-DuelTwqUiP0zaC0eA7vsToRRo0CMmc4U,1696
68
67
  machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=_yyUIn9ySM5tngdRcauJLZtfIR2tMCSBDZUVBYgKP70,761
69
68
  machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=JkFJk9GpYSshtHs8tF--qQd0pP7bly7J8wYag-XT-v0,1878
70
69
  machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=PlwvBzphAFzRNEc9hQj_tqw9RiTRoTuWAgd0b0Lh-EQ,2001
71
70
  machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=_O3dRHOSqt0fOy6mfvpBV9McCpG6PHt1jf-u-Lk2l6M,1389
72
- machineconfig/jobs/python_custom_installers/dev/code.py,sha256=0kyvxhSccecuwlyL7c3VMytSXLtGYwRPeca9GQ2NI6c,1927
71
+ machineconfig/jobs/python_custom_installers/dev/code.py,sha256=hmOsvy9vu0CJlQ8sboeflr7ZzYVdNsZ6qG5SUX-FLR4,1689
73
72
  machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=FfBMjN5LsU0e3sQHB3DJaHA4k7PeQ52LFHKfAk7we00,4426
74
73
  machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=YgHZ9vH7O7gWROrg0HVxx5-fvxYb5UQ118YaD61JTM4,2317
75
74
  machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=ay1VYEFWPFvfFoi6LnRZwiLTZrClRZpl9n5ZsOF4rXw,2457
@@ -92,7 +91,7 @@ machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh,sha256=8S0nZ
92
91
  machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVNLeYWdh3XEFllCVZDYIHBI42btjGlH5jbyXjJGz-Y,3033
93
92
  machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
94
93
  machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
95
- machineconfig/jobs/python_generic_installers/config.json,sha256=r-pLmhPQh3Acy3I4xJ8Kn1Vmh9TY9khSLTDP8e0N0u4,20714
94
+ machineconfig/jobs/python_generic_installers/config.json,sha256=dkrLpAs-xJ1gvpFd42yuWGoRkkE1MG-8fAhrMNrxt34,20678
96
95
  machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc,sha256=knHc0czISCOGlMdoXh0vJGcyr0TTsRAzNIk8iYo26VM,187
97
96
  machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
98
97
  machineconfig/jobs/python_generic_installers/dev/config.json,sha256=dKzCQNuQigcuTGw1uvhHkhG-kvp2UPHpv0X6XOTYtBE,29760
@@ -116,16 +115,16 @@ machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYi
116
115
  machineconfig/jobs/windows/msc/cli_agents.bat,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
117
116
  machineconfig/jobs/windows/msc/cli_agents.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
118
117
  machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
119
- machineconfig/profile/create.py,sha256=U-0LGlWYGoXgIUQaLp_1qWEGYlQvtxaTlFhkuHFeg2Y,6202
120
- machineconfig/profile/create_hardlinks.py,sha256=_knhdUUEY2nyh2RR9_BM3NFEUejfYf62C7aYpKhO1oc,5566
121
- machineconfig/profile/shell.py,sha256=7uoAfrrs3zBFeKynhRdXSukGJDoWjFiha5EiJ1n8Lew,10903
118
+ machineconfig/profile/create.py,sha256=GHElQbP_ji6x0lPJiy_JkEeDVQJL8TjJNE1ZxQx5HF0,6428
119
+ machineconfig/profile/create_hardlinks.py,sha256=5rDftMifdwSpQ-kEgR9LUSCwGVlAWCrwF6Ko10hxUxo,5652
120
+ machineconfig/profile/shell.py,sha256=haNn70imxRIMxOIZ8N6jU26-OepqS5HkCtO0vAP-Zvs,10958
122
121
  machineconfig/profile/records/generic/shares.toml,sha256=FduDztfyQtZcr5bfx-RSKhEEweweQSWfVXkKWnx8hCY,143
123
122
  machineconfig/profile/records/linux/apps_summary_report.csv,sha256=pw9djvaRUPalKDLn2sl3odcbD2_Zx3aEupsQ8UPfaaY,2738
124
123
  machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0ZgKGIZi8bstFoGyyGTxeS8p2PtOj0,5634
125
124
  machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
126
125
  machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
127
- machineconfig/scripts/__init__.py,sha256=8aZPVoch_gcI0Ihcr30zQcPjRQMWiWzDnQXnOm7spzo,73
128
- machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=81r8paKCdivOaCaQwPtHlC0Jb5Fuq7vYx78AYUSgKHs,246
126
+ machineconfig/scripts/__init__.py,sha256=v0cMjnaIo39C3ltLiTf1S0fCTMAqWtEU7zrVenUj4PQ,71
127
+ machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=ygO0oHmMcx06IQQo4uYMnTHHtjOckjootiTk2z-6s0c,244
129
128
  machineconfig/scripts/cloud/init.sh,sha256=yNsseCLMceO50Eg72ra6_NIJCxkGZmpmos1EXe-mvzY,4649
130
129
  machineconfig/scripts/linux/checkout_versions,sha256=0W-Px2qAiswg8IElABV6awE-EHPzXOFcCxO1SBd8Rj4,187
131
130
  machineconfig/scripts/linux/choose_wezterm_theme,sha256=Pn679w5en-_9NWD7PnGwB3EwyWA6cm28G6mGdrjNACM,233
@@ -135,7 +134,7 @@ machineconfig/scripts/linux/cloud_mount,sha256=gDp1OMnzJMoyrlpdSYytPz5kK8C27ummm
135
134
  machineconfig/scripts/linux/cloud_repo_sync,sha256=3Aqj8OUHlXAcch14q-3dYk0YxPK5VfCqlukqBqtS9rQ,375
136
135
  machineconfig/scripts/linux/cloud_sync,sha256=XZTIRkvM5E8HFoX0mXCXQCpsgIlDVHJMFgshFq9zegE,523
137
136
  machineconfig/scripts/linux/croshell,sha256=WsRJE7k2AKbiXTKmk81ZgllwgCAvEQD_I62cDkx6mhc,761
138
- machineconfig/scripts/linux/devops,sha256=aEyDZOQEGxvPC5rmqil-NdnfjadaxA4h-ep1d_UefFY,545
137
+ machineconfig/scripts/linux/devops,sha256=FD-VjArFRlzqmEk8DMcYeH-Yq92F6dDoLSDL6RYqNps,671
139
138
  machineconfig/scripts/linux/fire,sha256=XSP5lmcDHWmWO8E62ztgsCPopJA1zOy9N_6zgMfWP84,849
140
139
  machineconfig/scripts/linux/fire_agents,sha256=qezkGuG8otoZbE4cwuEcqW5CagddufzadWKqbRHYchI,830
141
140
  machineconfig/scripts/linux/ftpx,sha256=hF8WlySKa6r9O5pOQp6HJPU1_sbt8pnoSJnD_4K4HnQ,176
@@ -170,51 +169,47 @@ machineconfig/scripts/linux/archive/tmate_conn,sha256=mDymJCJ-scdYhoG06EAMncjoSA
170
169
  machineconfig/scripts/linux/archive/tmate_start,sha256=eyaknKoVb-XtJnZcfB0CCxm9z9zkD0dsuIDeFLKbIO8,452
171
170
  machineconfig/scripts/linux/archive/transfer_wsl_win,sha256=KzSaO4CWbuM6UNoNasdJhaWWjRhN0lWIiJrBZMmONz0,137
172
171
  machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
173
- machineconfig/scripts/python/choose_wezterm_theme.py,sha256=2JjmYE9amtMFIHEegSTt7BLiX0ybIRhSoKwZfuuomzo,3259
174
- machineconfig/scripts/python/cloud_copy.py,sha256=uc9TkfkGiRX7c9jomJTABijXq3kq2-wfBj887yVKMkE,8584
172
+ machineconfig/scripts/python/choose_wezterm_theme.py,sha256=xCDLLJKlYNOQ0tOZ4cgkBN5hTPGn-0llkyupmoN2rb8,3320
173
+ machineconfig/scripts/python/cloud_copy.py,sha256=NjUOKztK5zHzK9krTPgyZCCVohooZNF48EGJ96kfIVw,8547
175
174
  machineconfig/scripts/python/cloud_manager.py,sha256=MAVOKqXGxnlMaQGEv6k-q_PrgN0at6J8qQDhPiH2lI8,3488
176
- machineconfig/scripts/python/cloud_mount.py,sha256=SXYU8EgdVjgm-WUjV7hgZb-6Fq-7oYRTjJYzFDaK7M8,6601
177
- machineconfig/scripts/python/cloud_repo_sync.py,sha256=wLAlxo4WFxocM98Q0WnDwrd1X_1tIH4O1btvTvJ_Xjc,9607
178
- machineconfig/scripts/python/cloud_sync.py,sha256=cJIMzfwzg5hsizkdOP5xgDRJyHzNbANzGUQi6oxlQKU,3844
179
- machineconfig/scripts/python/croshell.py,sha256=ttNdwI1ErBSaN-nlsXT2R6S-X66I176b28HADbPNlxc,9327
180
- machineconfig/scripts/python/devops.py,sha256=a8UngP3h62TxAt8PbDs5PgyHrCikiYS-ijRxTtE0LdM,8246
181
- machineconfig/scripts/python/devops_add_identity.py,sha256=Smu8vIe6_q_df1SgBPadv17Smmr6pjTQuDeeWh66Cx4,3929
182
- machineconfig/scripts/python/devops_add_ssh_key.py,sha256=wSd7NkJSAKGeIc6my4d7hvh1CrudQW0vKGMLMuejlgA,6696
183
- machineconfig/scripts/python/devops_backup_retrieve.py,sha256=PotVX3zy-ArAIPapB9E8kwp_qznAOolJ9fH5jJBqqY8,6110
184
- machineconfig/scripts/python/devops_devapps_install.py,sha256=_Qr8dWcwuMZ2qChKFILFfzMMCV60e5qtYf-nWS4DaG8,8006
185
- machineconfig/scripts/python/devops_update_repos.py,sha256=WkNmrCgx7Y87QRsPehJHgUp7g7d9eN-rCxhCJgtaibQ,7151
186
- machineconfig/scripts/python/dotfile.py,sha256=ca3LMxazEEKrQokVzIVVpRwkg-5-3PZCgEBZ1kQvz_4,2178
187
- machineconfig/scripts/python/fire_agents.py,sha256=yGJ4GDVAf2c-sbpQLbhw2IjuMgpG01REKnkdPqHHdbw,9004
188
- machineconfig/scripts/python/fire_jobs.py,sha256=1Eus4LBMFpkADUZNzwkA9sbWn_CtE-BsXRxBq55vycY,19684
189
- machineconfig/scripts/python/ftpx.py,sha256=V7I91Jn4UIIh6K_oy9RbZjPy7T2OfM3VVQBdwjvj1gA,9784
190
- machineconfig/scripts/python/get_zellij_cmd.py,sha256=6irkwgbeC18OWBnTBAF4i0klqZ6GlwagXaQIUBRFxVQ,596
175
+ machineconfig/scripts/python/cloud_mount.py,sha256=6iaEidaHj3CMgH6udCd1I04BdUtSsyEO3n5A1OAKpjI,6790
176
+ machineconfig/scripts/python/cloud_repo_sync.py,sha256=HUaFhSl9f7y2BJgBfXWKnb-xymsi0lB1hqRl8xU_H-E,9861
177
+ machineconfig/scripts/python/cloud_sync.py,sha256=grlWuY7E0NadylxUU14YAcym6vICYvoI9PyF5a4G4_c,3846
178
+ machineconfig/scripts/python/croshell.py,sha256=1UOOk1esyP-YOIZuhe_d22I69So_fZIZsBpNfQnGIIQ,9551
179
+ machineconfig/scripts/python/devops.py,sha256=rIBsyBTnK0kB-g_GKZ-K3xCpsev-Wn6mOvaZcLWSnGU,8388
180
+ machineconfig/scripts/python/devops_add_identity.py,sha256=gYcRzUZGr-truU2l5iPLEiWSZpKLzz5a6v5VPrEMVwg,3869
181
+ machineconfig/scripts/python/devops_add_ssh_key.py,sha256=D66vyl4NnvwL306yJXSFI4ht0sz-m9yczuBf82VCodo,6760
182
+ machineconfig/scripts/python/devops_backup_retrieve.py,sha256=noN0pgZkj7wdQSZpyCOKYVV_npcKn1CkXtqt1l2QO4w,6201
183
+ machineconfig/scripts/python/devops_devapps_install.py,sha256=5eagtkIoitPM08Y-dy1jCV3cIjDT2Bk7ooRpdYju3SM,8138
184
+ machineconfig/scripts/python/devops_update_repos.py,sha256=q8mCIqCYsJdGCf4sBUeVe6hJIQX4pGLYPAF3rDpTQZI,11221
185
+ machineconfig/scripts/python/dotfile.py,sha256=miL8mQH2AqPdnHSz0Cxa7qQavaOmzTD9DAF66H2PRzA,2259
186
+ machineconfig/scripts/python/fire_agents.py,sha256=d0zVilyBeFs1B-dh8fhBWqKqIh9UTOsWROUpmiFb7Vw,9254
187
+ machineconfig/scripts/python/fire_jobs.py,sha256=4182jV9jh0lOxP0Q_ZgmCKZdSzFhcU-nfAcGM9fGKAU,20079
188
+ machineconfig/scripts/python/ftpx.py,sha256=WQ-6Z043q3yQOgWQV9g-R5QjouilWC0grOc6hydvbvg,9914
189
+ machineconfig/scripts/python/get_zellij_cmd.py,sha256=e35-18hoXM9N3PFbvbizfkNY_-63iMicieWE3TbGcCQ,576
191
190
  machineconfig/scripts/python/gh_models.py,sha256=3BLfW25mBRiPO5VKtVm-nMlKLv-PaZDw7mObajq6F6M,5538
192
- machineconfig/scripts/python/mount_nfs.py,sha256=3rcP8efrQ8DJ12DmeTdBT2x0I9MBgvchtLK66AOJLGg,3232
193
- machineconfig/scripts/python/mount_nw_drive.py,sha256=NZjpKL7BVrcGpZeVX6NZ7mugJb4KFIYyHLc2ZFYh5s8,1499
194
- machineconfig/scripts/python/mount_ssh.py,sha256=Rs3SPXrAivBFeI720qaudh9MshY8xV_l6dn7zyItTMg,2172
191
+ machineconfig/scripts/python/mount_nfs.py,sha256=KleZz9Np1csQLNZ4_gdIpTwYQqIkiarjrXJLzB0xCvw,3178
192
+ machineconfig/scripts/python/mount_nw_drive.py,sha256=q7URYlipteXdhFKBaqS-PB7kAJq4oMWsvsu47rQ_xdI,1546
193
+ machineconfig/scripts/python/mount_ssh.py,sha256=NObjRZZXb7Jw-ytM66mpFx9B0AsvW4u_n3y_KtETo-c,2222
195
194
  machineconfig/scripts/python/onetimeshare.py,sha256=bmGsNnskym5OWfIhpOfZG5jq3m89FS0a6dF5Sb8LaZM,2539
196
195
  machineconfig/scripts/python/pomodoro.py,sha256=SPkfeoZGv8rylGiOyzQ7UK3aXZ3G2FIOuGkSuBUggOI,2019
197
- machineconfig/scripts/python/repos.py,sha256=6S-Hx0CqkLxoaw2CFt9ouG8wiuhzhIGvWXXqseEGjTw,11344
196
+ machineconfig/scripts/python/repos.py,sha256=rlUff2c_hyJZ-6WXQ6goKhOt4n7k0pP_Gq0V8Z6IVIg,18076
198
197
  machineconfig/scripts/python/scheduler.py,sha256=7IBjMMOHMkklcWzYwz93EH9XzbJ5uPqU03bJ_lYbRNo,3083
199
- machineconfig/scripts/python/snapshot.py,sha256=b2JakHHNFkPHg49q6U1OyQpL8sz5hLSIwoCHfH1kURE,1027
200
- machineconfig/scripts/python/start_slidev.py,sha256=BNm6O7Mfs_e8YKCL1umxGbsuYRHwYQKpdsXo5WSAS3A,4394
201
- machineconfig/scripts/python/start_terminals.py,sha256=6Ynw-XDqJzIxj9PbH0KQjdUcpM0GKXrP3l7pyOTK8Ro,6129
198
+ machineconfig/scripts/python/snapshot.py,sha256=aDvKeoniZaeTSNv9zWBUajaj2yagAxVdfuvO1_tgq5Y,1026
199
+ machineconfig/scripts/python/start_slidev.py,sha256=pwqTTmfGSV26NQ9yyhMnsgkPka6Z6V88yJuWGzLwRu0,4458
200
+ machineconfig/scripts/python/start_terminals.py,sha256=r5NVU00ghkNsuifp2eU8Z-z_0WJ5NhZk8qjuPoY5PUM,6206
202
201
  machineconfig/scripts/python/viewer.py,sha256=heQNjB9fwn3xxbPgMofhv1Lp6Vtkl76YjjexWWBM0pM,2041
203
- machineconfig/scripts/python/viewer_template.py,sha256=g_sS2uZPN96sQOGereSJcrg6z1erM2MZPlw9vwZhSxY,3945
204
- machineconfig/scripts/python/wifi_conn.py,sha256=cQ6brIVgQp7JK3ZKYV-eX0G05PVLiZk08eQh1itzoMM,16149
205
- machineconfig/scripts/python/wsl_windows_transfer.py,sha256=sbw3l5ygR748qU-5XSRSScpXo0LI6aR74gxsLE4QLGE,3645
202
+ machineconfig/scripts/python/viewer_template.py,sha256=ve3Q1-iKhCLc0VJijKvAeOYp2xaFOeIOC_XW956GWCc,3944
203
+ machineconfig/scripts/python/wifi_conn.py,sha256=C-vZr-vEtTxlXuiO7hhKQ8f86Cb9m2XO8p3356jxFxw,15577
204
+ machineconfig/scripts/python/wsl_windows_transfer.py,sha256=RfSf5SJejnqrg36YfXSwu52ceEW77uNP4WC6QQUyRTA,3650
206
205
  machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=IppPGJ6Wk5Ma5oPWfJpN5QDW6-NvCk29la5JGbgAJ6E,171
207
- machineconfig/scripts/python/__pycache__/croshell.cpython-313.pyc,sha256=QUNpI_DiCOfJsTJT4NQUVUK0yICGYHynaywp9otqblA,10060
208
- machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc,sha256=B0L7yb9FGPDPzSbG3SWFny0MC-Xt4_WAPJm5CqdyMNs,11399
209
- machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc,sha256=W0ng4bVHVdDIMoTAqQhavXBeW_0bRGIG0DTIV0yudus,8588
210
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc,sha256=wVe7KZd1RXv1FK9KHEVNCf7t1MtL6QFSzkjhC-s7B_c,8829
211
- machineconfig/scripts/python/__pycache__/fire_jobs.cpython-313.pyc,sha256=7JwpSmdlC98ZtOb8dbT9tpMDHwEhK_4kk1E20rrCpJg,20646
206
+ machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc,sha256=YYhD3mAAgmuTzFPQSqlhrsxmSXT3Ou9x1futZv-jyRM,11555
207
+ machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc,sha256=vfTHoOoAgNaGDna6MW5De9opJHictly6E9MEAE3_q_s,8616
208
+ machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc,sha256=0uDZbL7JxKuZ9y1r82LvJWAuf9z_hux7MUmzrG7FjFk,12175
209
+ machineconfig/scripts/python/__pycache__/fire_agents.cpython-313.pyc,sha256=XsvsbYKZNux9qalKHdCH7tUWZjqeM2ZbxhmaL6URM3c,11767
212
210
  machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
213
- machineconfig/scripts/python/ai/generate_files.py,sha256=2eHwbjoAs7a2uTnhTVA3kv8DdR0GnheWMyQZOUTxcws,2921
214
- machineconfig/scripts/python/ai/mcinit.py,sha256=NpV5YdOJ5vUeCSihEfCGt1RRIiGh7vgiLc7Oyg14Myc,5275
215
- machineconfig/scripts/python/ai/__pycache__/__init__.cpython-313.pyc,sha256=E66w-W7QR1OnEPhvZJNhpI5v3DUZsB_YvUNkD7o-I_k,174
216
- machineconfig/scripts/python/ai/__pycache__/generate_files.cpython-313.pyc,sha256=eDxFEvTU_3_v-OGT5XIKVIoctO2FLooayaOuLfbpw24,3923
217
- machineconfig/scripts/python/ai/__pycache__/mcinit.cpython-313.pyc,sha256=9lVKqvAbpArJnbTFt3Q-pfozXZ9SPp5hE4E_wN7ClKA,6654
211
+ machineconfig/scripts/python/ai/generate_files.py,sha256=Vfjgd0skJu-WTgqUxmOVFzaNMfSFBaFmY5oGGVY7MZY,2860
212
+ machineconfig/scripts/python/ai/mcinit.py,sha256=IuUclOpQ0-5YJ4AghbPCglyMi6DPtP0zqIOhB-28wmQ,5251
218
213
  machineconfig/scripts/python/ai/chatmodes/Thinking-Beast-Mode.chatmode.md,sha256=Tu-fWxX_FLiIBRdgOndMhewK41kIHDoYxuGZ1kF6dYA,17947
219
214
  machineconfig/scripts/python/ai/chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md,sha256=kB8u_QAZar9StuywXcbPTUCbAVHKin0s0brssOroK5o,29019
220
215
  machineconfig/scripts/python/ai/chatmodes/deepResearch.chatmode.md,sha256=WRbZXkdOPw5pVAFjR51n9IRTtqw3TE7jUt4BNyN5Z8k,5165
@@ -224,16 +219,14 @@ machineconfig/scripts/python/ai/prompts/allLintersAndTypeCheckers.prompt.md,sha2
224
219
  machineconfig/scripts/python/ai/prompts/research-report-skeleton.prompt.md,sha256=VJboe6_ynLAcxml8tgOQCN-6ecJY3hraEneKILQkNis,668
225
220
  machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=W6UAn5dGA7Bn4wsTicT84KKOYqF6WI5jrWhBWo8FbsI,1953
226
221
  machineconfig/scripts/python/archive/im2text.py,sha256=WLyic89vxi_pqQMzo-MOrGf39JEZjCdvDrXYUMVvZNY,1163
227
- machineconfig/scripts/python/archive/tmate_conn.py,sha256=C36Kb1E04UPGy7oAQ9IRpcdK8nRa0yr9zjq-fZUalcI,1231
228
- machineconfig/scripts/python/archive/tmate_start.py,sha256=OeCKT7GLL77IafF_LIN31QYGAh_JClv8xMxDccc_1dc,1518
222
+ machineconfig/scripts/python/archive/tmate_conn.py,sha256=BiZQmYabl4K4-mbOpcb_R1JzYfEwxuAnk5FOciqGHFo,1231
223
+ machineconfig/scripts/python/archive/tmate_start.py,sha256=Hp7xv32u-fRuCG_f-Cy6qg0VemoaPOP-Pxs_gsFYcyg,1518
229
224
  machineconfig/scripts/python/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
230
- machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=Zm_pVme1vVRzerrHrxVIU2Bf2pzSjVbNoiBEecZY-ds,4962
231
- machineconfig/scripts/python/helpers/helpers2.py,sha256=4mh6ID3xKlPc_SpMsX5la7IQ9Ra0sIBtTLLassOuXYY,7162
232
- machineconfig/scripts/python/helpers/helpers4.py,sha256=EjmyGWYzFYdWz_nirYQjf5oCIDTusVI7JpzIjg3k2u4,7507
233
- machineconfig/scripts/python/helpers/helpers5.py,sha256=riXysqaW9skVZ_3J9Gn7eOLNnpsetgYZlaReryx94Cc,1122
234
- machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=26gQHKR0yM0D87W3lfwYboKxL4y6C_xv1n_dFqI2DqE,4450
235
- machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-313.pyc,sha256=CwoU1mAubvFjStsgxFBHH_zI0LfY3k3Xy4IechpqH7A,179
236
- machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-313.pyc,sha256=qvuofjEveVe6yP8lVvMD59Pn_-0QzaSmFDmVfTlzswM,9836
225
+ machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=R8xFPcgsdRHn4ta9QjQUjch3P5Bwnv8oiY-UpFE982U,4966
226
+ machineconfig/scripts/python/helpers/helpers2.py,sha256=TU1sA0GKNXHXT1_0y8piBLT_BeXfk0uBmkmUeyVYj58,7295
227
+ machineconfig/scripts/python/helpers/helpers4.py,sha256=HA8-888DIoQawyaOkf0vtPD5SyDt_cKLrNKChhTjLd0,7709
228
+ machineconfig/scripts/python/helpers/helpers5.py,sha256=dPBvA9Tcyx9TMgM6On49A1CueGMhBdRzikDnlJGf3J0,1123
229
+ machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=c4IkoVQMGkO-D00-q2YE6Jvte39jDHsOBr2sr0c7y5Q,5331
237
230
  machineconfig/scripts/windows/checkout_version.ps1,sha256=5bwjbKoBeyFJ6DEGgQiWWHp-VahrtvfU0w_g69zP3CM,131
238
231
  machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=qDRHCeglCm3n_ooaq3Wlzc-WLpnX9Ez7KL31j2b_wlo,316
239
232
  machineconfig/scripts/windows/cloud_copy.ps1,sha256=B1s0tRXvqg-evUf1YzGaCdJNAa-MMc7gY3JUgkztZGA,417
@@ -295,7 +288,7 @@ machineconfig/settings/keyboard/espanso/match/base.yml,sha256=A0QcNSzbdqSUNh42Wq
295
288
  machineconfig/settings/keyboard/kanata/kanata.kbd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
296
289
  machineconfig/settings/lf/linux/colors,sha256=uSW9O3CkiVomxK8-JN8hQRcM71yADuOSjichbfBFTpg,4148
297
290
  machineconfig/settings/lf/linux/icons,sha256=liVoi5nOaxFyujil2z7Pcu8l5dG7_uurJ9IJD36jVhI,7147
298
- machineconfig/settings/lf/linux/lfrc,sha256=qnHdKZ_DYiN9TguJXpVmB-S79GkNFUS6bzYFZjfvNlY,5385
291
+ machineconfig/settings/lf/linux/lfrc,sha256=dUz7-wfAsXXzegmFsFJ8_jpBWa8ll5nnqlkUQBls_Qg,5418
299
292
  machineconfig/settings/lf/linux/autocall/delete.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
300
293
  machineconfig/settings/lf/linux/autocall/on-cd.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
301
294
  machineconfig/settings/lf/linux/autocall/on-quit.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -388,13 +381,11 @@ machineconfig/settings/zellij/layouts/stacked_panes.kdl,sha256=usY8kKKwX1KUMXnWD
388
381
  machineconfig/setup_linux/nix/cli_installation.sh,sha256=AQ_wRmldeD1tPqCmU7qgz9ZrZFly4OYwBJDGRpb9IJ0,5470
389
382
  machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh,sha256=F5dbg0n9RHsKGPn8fIdZMn3p0RrHEkb8rWBGsdVGbus,1207
390
383
  machineconfig/setup_linux/others/openssh-server_add_pub_key.sh,sha256=UiJcD1o4UekKKtp5YJKRq135PpqdTLXy7M6HvQ-Qum4,1993
391
- machineconfig/setup_linux/web_shortcuts/all.sh,sha256=Dhy7bL5e3yfG6O0K42ZUBPLJKNjsGnXisko6a2dxhOY,2187
384
+ machineconfig/setup_linux/web_shortcuts/android.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
392
385
  machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=RWcxH_Db7WHH37PclYmc92o6zAS557wGZxcYTuyTUZ0,3550
393
- machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=HKX-XyfUUfYY89iDdNsOq__HOuYuwarE28Qz-KsAa8I,172
394
- machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=te7AuCwtzsPZ2I-5s6hqS4xGYaoGPFf9kWm-zJ525ss,7758
395
- machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=U7eiioxrN1JHgtEH6pzc_0IzagELbtVFwkP2eQNSdIY,2165
396
- machineconfig/setup_linux/web_shortcuts/tmp.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
397
- machineconfig/setup_linux/web_shortcuts/update_system.sh,sha256=xQ1RxpsRhPFGpoDv01XTrB-BsqnbWiw7LMAh7Fc0uWs,1926
386
+ machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=LpA7JCfrIe677_GcFeP5OT1fPKXcmQVNcPykq1DnFAs,284
387
+ machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=g8cbhmpAugD-LIikNDX4_L59CBmoYbrH7GprtMXII8Q,7758
388
+ machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=k6BAY-zAWsi1beOMiZODxw4VOjZCTABZu__gxSET1eU,1924
398
389
  machineconfig/setup_windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
399
390
  machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
400
391
  machineconfig/setup_windows/others/obs.ps1,sha256=2andchcXpxS3rqZjGaMpY5VShxTAKWvw6eCrayjuaLo,30
@@ -405,25 +396,26 @@ machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=jRTeWqHtS6FjB-C
405
396
  machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLPb8ufME5jvU5S7VUjlLJE,424
406
397
  machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
407
398
  machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=JsQfGAMkvirhiUmBNOifMlbum2PfHSs0-Akgj-J-WZw,3177
408
- machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=xUYTAiihvaZXttAuU8y8MwmYAc3w20IYkp4SivA5oSY,4609
409
- machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=71ipq-upe85rtS364lxr98Nd9XwCmJwbpv_8IfW6BIA,9207
399
+ machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=JgJZMP93xPQwr_6tsRmimOMllu-vsXn6ZgW-4ZEfRt0,4538
400
+ machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=-XLcrpWv_iPPNTFjp5cUEGsvLrkLNMq93b0KhGX7tPw,9217
410
401
  machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
411
- machineconfig/utils/code.py,sha256=RaOPDrDm5a0373ll23hfUN1Qx0w4HU1OBGftROoYc1g,4625
412
- machineconfig/utils/installer.py,sha256=KxOaN-iB7GCYDv1YvvN231gI04FaBeIEgI6mQ0ePJtA,10917
402
+ machineconfig/utils/code.py,sha256=kYPN8I0fauSF0UYCNbOKbctS4M6sAdZbU2ML9_4GXko,4536
403
+ machineconfig/utils/installer.py,sha256=725N-0gmMbrWWh6_9sn-2w9aXrfjIPrnuu9o13T4N4o,10941
413
404
  machineconfig/utils/io_save.py,sha256=iC1YTH0MOlBS8bWUB8Xhdl4CG_bEKQ3OVwMohdCOazI,3145
414
- machineconfig/utils/links.py,sha256=mBvTA8tECb6t3xdlWQNctEA-6iguEp3BiLP_5SMlXZE,5186
415
- machineconfig/utils/notifications.py,sha256=CPGfWULlBB6YnnhQ1wL_NuOAB3wFAyYJmayMHfTT3UY,8284
416
- machineconfig/utils/options.py,sha256=1njCS3pZ6FU2rqgPn-m3WYyrLH3gliK1mo8sZnTxM_I,8428
405
+ machineconfig/utils/links.py,sha256=Lkzp1yZFyMe0ikbVsnWBektZy-9_Km69zt7hJ33MHp0,10309
406
+ machineconfig/utils/notifications.py,sha256=7OQmcOMhJIOQ2Rhgm9HDeyhXtjUkC4Ldl1Rrgnv311g,8423
407
+ machineconfig/utils/options.py,sha256=MHO2j1yNFLaTAZGNGBzNNb0O4t9kkCpLulKK3rdurAI,8027
417
408
  machineconfig/utils/path.py,sha256=OjZmCprrl462bqTvTdZ8hL7Suh8OGAapBwvAn745x7Y,8008
418
- machineconfig/utils/path_reduced.py,sha256=G-wTljbVhgrNJAlnn1S0_c3peuD54i32sSF5vxYxXYw,52814
419
- machineconfig/utils/procs.py,sha256=ywf7ka0wyRbI-hU1kGKtGufIow1GbrxNpW1-60Nqnfg,10826
409
+ machineconfig/utils/path_reduced.py,sha256=x90Uf95a2GMMiWr2NVVkvJnLAFOETMFb3q1yZTPab40,52468
410
+ machineconfig/utils/procs.py,sha256=6uB8lvmipNviMExjgFpZ3nGInatLf7GFTMmDNcI7paU,10828
420
411
  machineconfig/utils/scheduling.py,sha256=4RRrrtjzOxk02IZENhIw6aGj5eMaWr0Tb73R68lhbGY,11271
421
- machineconfig/utils/ssh.py,sha256=wTawYWP5p3gAmE1Rf5d6SANowNa87H9HW5m1DXDTqLQ,21163
422
- machineconfig/utils/terminal.py,sha256=SIaRX9cIeBwu_G18w5U-q4h3nKlVFQSuLdO9pngvbrg,12221
423
- machineconfig/utils/utils.py,sha256=1yDPc5-4LpndKUNaSavO_MsoTG0HK4IlQTH_K7H-A0g,4048
424
- machineconfig/utils/utils2.py,sha256=exnvGWnyVDNAaUFMtl1b3_fKlg2vNfJ9yOoGi0ercDY,2598
425
- machineconfig/utils/utils5.py,sha256=x-9ZgtIo1QnHfQ9xznvYhar4aEqiU_TfNrfM4idD-Mk,15169
426
- machineconfig/utils/ve.py,sha256=es5Hu9TpDx17DeN9KWreShDsXD59FBYAIwSbH7IBqU4,2571
412
+ machineconfig/utils/source_of_truth.py,sha256=QUxJ4eyY-O2cAFGknLY9Xz2E12w3cAJWuDFiIjERVWY,952
413
+ machineconfig/utils/ssh.py,sha256=AED-k9lwqN5uxYPU4T6D7cGZMsja6n0ApEL-aD9XJFk,20108
414
+ machineconfig/utils/terminal.py,sha256=k3xoMwJPGvmaeL9CxEIwrcQjRNN6EnJItoIIxXrUY8c,12258
415
+ machineconfig/utils/upgrade_packages.py,sha256=hkEDA5vDFca2N05QBZHPEq1PieI54ASLo5Hr6QEUYic,3373
416
+ machineconfig/utils/utils2.py,sha256=Y9bX4gaaPih7gbOeTcfPhQ3CcMFKGXgVCEQhVhljH4Q,2526
417
+ machineconfig/utils/utils5.py,sha256=s2NFUBcm4Jeuet8sUC7WKGSrYT4BnqTog39bsynXLik,15166
418
+ machineconfig/utils/ve.py,sha256=2-XzS2LV1c-iW3SZ3elELrCeAisXLNLqQU4Ayieq6Ho,2763
427
419
  machineconfig/utils/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
428
420
  machineconfig/utils/ai/browser_user_wrapper.py,sha256=DVs1aje6Rm6ZIuRXeNm4rj7ytoui1djh5yvJ97D_mCQ,2120
429
421
  machineconfig/utils/ai/generate_file_checklist.py,sha256=HVPSKM5ko17e_x1rHZ8XATaUKUVo4gtlSYGKbGd7Mh0,2834
@@ -431,9 +423,9 @@ machineconfig/utils/ai/url2md.py,sha256=vuFRHFhke6rqhiazk_p_c8T8BES9blxX7kmVNveH
431
423
  machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=ZTVkqgrwbV_EoPvyT8dyOTUE0ur3BW4sa9o6QYtt5Bo,2341
432
424
  machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqjZxU_3nXx2CA-qKbQgP3I,26232
433
425
  machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
434
- machineconfig/utils/installer_utils/installer_abc.py,sha256=oBjlo25Qudyw-dUxlhZnWktF6rUMiC7r9nGeQyqhcr0,5482
435
- machineconfig/utils/installer_utils/installer_class.py,sha256=wnKjypZ05zWbmptXmaqkaw_ObpIQjnaeD1DsnyPUqiE,20289
436
- machineconfig-2.1.dist-info/METADATA,sha256=Tltt_R-AgKpQjRQnUbeXfiyxYRDJ8gU6J0XOGNlCwak,7165
437
- machineconfig-2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
438
- machineconfig-2.1.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
439
- machineconfig-2.1.dist-info/RECORD,,
426
+ machineconfig/utils/installer_utils/installer_abc.py,sha256=NPuvs8mzMbZVq-KpG85iKtfMcaFzjvDE5QMw82kh92M,5320
427
+ machineconfig/utils/installer_utils/installer_class.py,sha256=l0UM-u6ZfWx-uLvAk_mmojbppj4sxDrHX3wmVwQv12w,20366
428
+ machineconfig-2.2.dist-info/METADATA,sha256=hI4oi4LCUQ6c5_wcFnSpfHc1nmOiBmkjL3ydHsPAugI,7165
429
+ machineconfig-2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
430
+ machineconfig-2.2.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
431
+ machineconfig-2.2.dist-info/RECORD,,
@@ -1,48 +0,0 @@
1
- #!/usr/bin/bash
2
- #=======================================================================
3
- # 🌐 WEB SHORTCUTS MASTER SCRIPT
4
- #=======================================================================
5
- # This script provides quick access to installation scripts via web
6
-
7
- echo """#=======================================================================
8
- 📚 AVAILABLE INSTALLATION OPTIONS | Web-based installers
9
- #=======================================================================
10
-
11
- Choose from the following installation options:
12
- """
13
-
14
- echo """#=======================================================================
15
- 📦 SYSTEM APPLICATIONS | Basic system applications
16
- #=======================================================================
17
-
18
- # To install system applications, run:
19
- # curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/apps.sh | bash
20
- """
21
-
22
- echo """#=======================================================================
23
- 🐍 PYTHON ENVIRONMENT | Virtual environment setup
24
- #=======================================================================
25
-
26
- Setting up Python virtual environment...
27
- """
28
- curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/ve.sh | bash
29
-
30
- echo """#=======================================================================
31
- 🔄 CODE REPOSITORIES | Cloning project repositories
32
- #=======================================================================
33
-
34
- Setting up code repositories...
35
- """
36
- curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/repos.sh | bash
37
-
38
- echo """#=======================================================================
39
- ⚙️ DEVELOPMENT TOOLS | Developer applications
40
- #=======================================================================
41
-
42
- # To install development applications, run:
43
- # source <(sudo cat ~/code/machineconfig/src/machineconfig/setup_linux/devapps.sh)
44
-
45
- #=======================================================================
46
- ✅ INSTALLATION COMPLETE | Basic environment setup finished
47
- #=======================================================================
48
- """
@@ -1,48 +0,0 @@
1
- #!/usr/bin/bash
2
- #=======================================================================
3
- # 🔄 SYSTEM UPDATE SCRIPT
4
- #=======================================================================
5
- # This script provides methods to update Ubuntu system and kernel
6
-
7
- echo """#=======================================================================
8
- 🔄 SYSTEM UPGRADE OPTIONS | Ubuntu system maintenance
9
- #=======================================================================
10
- """
11
-
12
- echo """#=======================================================================
13
- 📦 UBUNTU DISTRIBUTION UPGRADE | Full system version upgrade
14
- #=======================================================================
15
-
16
- ⚠️ This will upgrade Ubuntu to the next available release
17
- Edit /etc/update-manager/release-upgrades to configure upgrade behavior
18
- """
19
- # Uncomment the line below to actually run the upgrade
20
- # do-release-upgrade
21
-
22
- echo """#=======================================================================
23
- 🔧 KERNEL UPDATE | Installing the latest Linux kernel
24
- #=======================================================================
25
-
26
- 📥 Downloading Ubuntu mainline kernel installation script...
27
- """
28
- wget https://raw.githubusercontent.com/pimlie/ubuntu-mainline-kernel.sh/master/ubuntu-mainline-kernel.sh
29
-
30
- echo """🛠️ Installing script to system path...
31
- """
32
- sudo install ubuntu-mainline-kernel.sh /usr/local/bin/
33
-
34
- echo """🔍 Checking available kernel versions...
35
- """
36
- sudo ubuntu-mainline-kernel.sh -c
37
-
38
- echo """⏳ Installing the latest kernel (this may take several minutes)...
39
- """
40
- sudo ubuntu-mainline-kernel.sh -i -y
41
-
42
- echo """#=======================================================================
43
- ✅ UPDATE COMPLETE | System upgrade finished
44
- #=======================================================================
45
-
46
- ⚠️ IMPORTANT: A system reboot is required to use the new kernel
47
- To reboot now, run: sudo reboot
48
- """
@@ -1,97 +0,0 @@
1
- """
2
- Utils
3
- """
4
-
5
- from machineconfig.utils.path_reduced import PathExtended as PathExtended
6
- import machineconfig
7
- from machineconfig.utils.options import check_tool_exists, choose_cloud_interactively, choose_multiple_options, choose_one_option, choose_ssh_host, display_options
8
- from rich.console import Console
9
- from rich.panel import Panel
10
- from machineconfig.utils.links import build_links, symlink_copy, symlink_func
11
- from machineconfig.utils.code import write_shell_script_to_default_program_path, print_code, PROGRAM_PATH
12
- from machineconfig.utils.path import sanitize_path, match_file_name
13
-
14
- # Split into multiple assignments to fix incompatible tuple sizes
15
- _ = print_code, PROGRAM_PATH, display_options, write_shell_script_to_default_program_path
16
- _ = build_links
17
- _ = symlink_copy
18
- _ = symlink_func
19
- _ = check_tool_exists
20
- _ = choose_cloud_interactively
21
- _ = choose_multiple_options
22
- _ = choose_one_option
23
- _ = choose_ssh_host
24
- _ = sanitize_path
25
- _ = match_file_name
26
-
27
-
28
- LIBRARY_ROOT = PathExtended(machineconfig.__file__).resolve().parent # .replace(str(PathExtended.home()).lower(), PathExtended.home().str)
29
- REPO_ROOT = LIBRARY_ROOT.parent.parent
30
- CONFIG_PATH = PathExtended.home().joinpath(".config/machineconfig")
31
- INSTALL_VERSION_ROOT = CONFIG_PATH.joinpath("cli_tools_installers/versions")
32
- INSTALL_TMP_DIR = PathExtended.home().joinpath("tmp_results", "tmp_installers")
33
- DEFAULTS_PATH = PathExtended.home().joinpath("dotfiles/machineconfig/defaults.ini")
34
-
35
-
36
- # def get_latest_version(url: str) -> None:
37
- # # not yet used, consider, using it.
38
- # import requests
39
- # import json
40
- # url = f"https://api.github.com/repos/{url.split('github.com/')[1]}/releases/latest"
41
- # # Replace {owner} and {repo} with the actual owner and repository name
42
- # response = requests.get(url, timeout=10)
43
- # if response.status_code == 200:
44
- # data = json.loads(response.text)
45
- # latest_version = data["tag_name"]
46
- # print(f"\n📦 VERSION INFO | Latest release: {latest_version}\n")
47
- # else: print(f"\n❌ ERROR | API request failed: {response.status_code}\n")
48
-
49
-
50
- def check_dotfiles_version_is_beyond(commit_dtm: str, update: bool) -> bool:
51
- dotfiles_path = str(PathExtended.home().joinpath("dotfiles"))
52
- from git import Repo
53
-
54
- repo = Repo(path=dotfiles_path)
55
- last_commit = repo.head.commit
56
- dtm = last_commit.committed_datetime
57
- from datetime import datetime # make it tz unaware
58
-
59
- dtm = datetime(dtm.year, dtm.month, dtm.day, dtm.hour, dtm.minute, dtm.second)
60
- res = dtm > datetime.fromisoformat(commit_dtm)
61
- if res is False and update is True:
62
- console = Console()
63
- console.print(Panel(f"🔄 UPDATE REQUIRED | Updating dotfiles because {dtm} < {datetime.fromisoformat(commit_dtm)}", border_style="bold blue", expand=False))
64
- from machineconfig.scripts.python.cloud_repo_sync import main
65
-
66
- main(cloud=None, path=dotfiles_path)
67
- return res
68
-
69
-
70
- def wait_for_jobs_to_finish(root: PathExtended, pattern: str, wait_for_n_jobs: int, max_wait_minutes: float) -> bool:
71
- wait_finished: bool = False
72
- import time
73
-
74
- t0 = time.time()
75
- while not wait_finished:
76
- parts = root.search(pattern, folders=False, r=False)
77
- counter = len(parts)
78
- if counter == wait_for_n_jobs:
79
- wait_finished = True
80
- console = Console()
81
- console.print(Panel(f"✅ JOB COMPLETE | {counter} Jobs finished successfully. Exiting.", border_style="bold blue", expand=False))
82
- return True
83
- if (time.time() - t0) > 60 * max_wait_minutes:
84
- console = Console()
85
- console.print(Panel(f"⏱️ TIMEOUT | Waited for {max_wait_minutes} minutes. Exiting.", border_style="bold blue", expand=False))
86
- return False
87
- print(f"""
88
- ⏳ PROGRESS | {counter}/{wait_for_n_jobs} jobs finished. Waiting for {wait_for_n_jobs - counter} more jobs to complete, sleeping for 60 seconds.
89
- """)
90
- time.sleep(60)
91
- return False
92
-
93
-
94
- if __name__ == "__main__":
95
- # import typer
96
- # typer.run(check_tool_exists)
97
- pass