machineconfig 5.37__py3-none-any.whl → 5.39__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of machineconfig might be problematic. Click here for more details.

Files changed (117) hide show
  1. machineconfig/cluster/remote/script_execution.py +0 -1
  2. machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +2 -4
  3. machineconfig/jobs/installer/check_installations.py +2 -2
  4. machineconfig/jobs/installer/custom_dev/nerfont_windows_helper.py +12 -12
  5. machineconfig/jobs/installer/installer_data.json +53 -2
  6. machineconfig/jobs/windows/archive/archive_pygraphviz.ps1 +1 -3
  7. machineconfig/profile/create_helper.py +26 -0
  8. machineconfig/profile/{create.py → create_links.py} +6 -6
  9. machineconfig/profile/{create_frontend.py → create_links_export.py} +6 -10
  10. machineconfig/profile/{shell.py → create_shell_profile.py} +12 -37
  11. machineconfig/scripts/linux/{share_cloud.sh → other/share_cloud.sh} +3 -0
  12. machineconfig/scripts/linux/z_ls +2 -2
  13. machineconfig/scripts/python/agents.py +0 -1
  14. machineconfig/scripts/python/ai/initai.py +3 -4
  15. machineconfig/scripts/python/ai/scripts/lint_and_type_check.ps1 +0 -1
  16. machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh +0 -1
  17. machineconfig/scripts/python/ai/solutions/generic.py +1 -0
  18. machineconfig/scripts/python/croshell.py +12 -2
  19. machineconfig/scripts/python/croshell_helpers/start_slidev.py +2 -2
  20. machineconfig/scripts/python/devops.py +4 -21
  21. machineconfig/scripts/python/devops_helpers/cli_config.py +8 -8
  22. machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py +3 -3
  23. machineconfig/scripts/python/devops_helpers/cli_nw.py +2 -1
  24. machineconfig/scripts/python/devops_helpers/cli_repos.py +1 -3
  25. machineconfig/scripts/python/devops_helpers/cli_self.py +22 -9
  26. machineconfig/scripts/python/devops_helpers/cli_share_server.py +109 -0
  27. machineconfig/scripts/python/devops_helpers/cli_terminal.py +35 -23
  28. machineconfig/scripts/python/devops_helpers/devops_status.py +7 -80
  29. machineconfig/scripts/python/devops_helpers/devops_update_repos.py +64 -45
  30. machineconfig/scripts/python/devops_helpers/themes/choose_pwsh_theme.ps1 +16 -15
  31. machineconfig/scripts/python/devops_navigator.py +183 -80
  32. machineconfig/scripts/python/fire_jobs.py +4 -1
  33. machineconfig/scripts/python/ftpx.py +0 -1
  34. machineconfig/scripts/python/helpers_fire/{fire_gemini.py → agentic_frameworks/fire_gemini.py} +12 -9
  35. machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_qwen.py +43 -0
  36. machineconfig/scripts/python/helpers_fire/fire_agents_help_launch.py +4 -4
  37. machineconfig/scripts/python/helpers_fire/template.ps1 +29 -0
  38. machineconfig/scripts/python/helpers_fire/template.sh +1 -1
  39. machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py +3 -3
  40. machineconfig/scripts/python/interactive.py +5 -4
  41. machineconfig/scripts/python/nw/mount_nfs +1 -1
  42. machineconfig/scripts/python/nw/mount_nw_drive +1 -2
  43. machineconfig/scripts/python/repos_helpers/count_lines_frontend.py +1 -1
  44. machineconfig/scripts/python/repos_helpers/entrypoint.py +2 -2
  45. machineconfig/scripts/python/repos_helpers/record.py +2 -2
  46. machineconfig/scripts/python/sessions_helpers/sessions_multiprocess.py +3 -1
  47. machineconfig/scripts/windows/{mount_nfs.ps1 → mounts/mount_nfs.ps1} +1 -3
  48. machineconfig/scripts/windows/{mount_ssh.ps1 → mounts/mount_ssh.ps1} +1 -1
  49. machineconfig/settings/lf/linux/lfrc +4 -7
  50. machineconfig/settings/lf/windows/lfrc +4 -22
  51. machineconfig/settings/lvim/windows/archive/config_additional.lua +0 -6
  52. machineconfig/settings/pistol/pistol.conf +1 -1
  53. machineconfig/settings/shells/bash/init.sh +9 -8
  54. machineconfig/settings/shells/pwsh/init.ps1 +10 -4
  55. machineconfig/settings/svim/linux/init.toml +0 -4
  56. machineconfig/settings/svim/windows/init.toml +0 -3
  57. machineconfig/setup_linux/web_shortcuts/interactive.sh +22 -0
  58. machineconfig/setup_windows/web_shortcuts/interactive.ps1 +34 -1
  59. machineconfig/utils/files/dbms.py +4 -1
  60. machineconfig/utils/installer_utils/installer.py +12 -0
  61. machineconfig/utils/installer_utils/installer_abc.py +26 -9
  62. machineconfig/utils/installer_utils/installer_class.py +1 -1
  63. machineconfig/utils/io.py +0 -18
  64. machineconfig/utils/scheduler.py +3 -4
  65. machineconfig/utils/source_of_truth.py +2 -4
  66. machineconfig/utils/ssh.py +1 -1
  67. {machineconfig-5.37.dist-info → machineconfig-5.39.dist-info}/METADATA +8 -4
  68. {machineconfig-5.37.dist-info → machineconfig-5.39.dist-info}/RECORD +84 -114
  69. machineconfig/jobs/windows/start_terminal.ps1 +0 -6
  70. machineconfig/jobs/windows/startup_file.cmd +0 -2
  71. machineconfig/scripts/cloud/init.sh +0 -105
  72. machineconfig/scripts/linux/agents +0 -2
  73. machineconfig/scripts/linux/cloud +0 -2
  74. machineconfig/scripts/linux/croshell +0 -3
  75. machineconfig/scripts/linux/devops +0 -2
  76. machineconfig/scripts/linux/fire +0 -2
  77. machineconfig/scripts/linux/ftpx +0 -2
  78. machineconfig/scripts/linux/kill_process +0 -2
  79. machineconfig/scripts/linux/sessions +0 -2
  80. machineconfig/scripts/linux/start_terminals +0 -3
  81. machineconfig/scripts/windows/agents.ps1 +0 -1
  82. machineconfig/scripts/windows/cloud.ps1 +0 -1
  83. machineconfig/scripts/windows/croshell.ps1 +0 -1
  84. machineconfig/scripts/windows/devops.ps1 +0 -1
  85. machineconfig/scripts/windows/fire.ps1 +0 -1
  86. machineconfig/scripts/windows/ftpx.ps1 +0 -1
  87. machineconfig/scripts/windows/gpt.ps1 +0 -1
  88. machineconfig/scripts/windows/grep.ps1 +0 -2
  89. machineconfig/scripts/windows/kill_process.ps1 +0 -1
  90. machineconfig/scripts/windows/nano.ps1 +0 -3
  91. machineconfig/scripts/windows/pomodoro.ps1 +0 -1
  92. machineconfig/scripts/windows/reload_path.ps1 +0 -3
  93. machineconfig/scripts/windows/scheduler.ps1 +0 -1
  94. machineconfig/scripts/windows/sessions.ps1 +0 -1
  95. machineconfig/scripts/windows/snapshot.ps1 +0 -1
  96. machineconfig/scripts/windows/start_slidev.ps1 +0 -1
  97. machineconfig/scripts/windows/start_terminals.ps1 +0 -1
  98. machineconfig/scripts/windows/wsl_rdp_windows_port_forwarding.ps1 +0 -46
  99. machineconfig/scripts/windows/wsl_ssh_windows_port_forwarding.ps1 +0 -76
  100. machineconfig/setup_linux/machineconfig.sh +0 -20
  101. machineconfig/setup_windows/machineconfig.ps1 +0 -27
  102. /machineconfig/scripts/linux/{share_nfs → other/share_nfs} +0 -0
  103. /machineconfig/scripts/linux/{share_smb → other/share_smb} +0 -0
  104. /machineconfig/scripts/linux/{start_docker → other/start_docker} +0 -0
  105. /machineconfig/scripts/linux/{switch_ip → other/switch_ip} +0 -0
  106. /machineconfig/scripts/{windows/share_nfs.ps1 → python/helpers_fire/agentic_frameworks/__init__.py} +0 -0
  107. /machineconfig/scripts/python/helpers_fire/{fire_crush.json → agentic_frameworks/fire_crush.json} +0 -0
  108. /machineconfig/scripts/python/helpers_fire/{fire_crush.py → agentic_frameworks/fire_crush.py} +0 -0
  109. /machineconfig/scripts/python/helpers_fire/{fire_cursor_agents.py → agentic_frameworks/fire_cursor_agents.py} +0 -0
  110. /machineconfig/scripts/windows/{mount_nw.ps1 → mounts/mount_nw.ps1} +0 -0
  111. /machineconfig/scripts/windows/{mount_smb.ps1 → mounts/mount_smb.ps1} +0 -0
  112. /machineconfig/scripts/windows/{share_cloud.cmd → mounts/share_cloud.cmd} +0 -0
  113. /machineconfig/scripts/windows/{share_smb.ps1 → mounts/share_smb.ps1} +0 -0
  114. /machineconfig/scripts/windows/{unlock_bitlocker.ps1 → mounts/unlock_bitlocker.ps1} +0 -0
  115. {machineconfig-5.37.dist-info → machineconfig-5.39.dist-info}/WHEEL +0 -0
  116. {machineconfig-5.37.dist-info → machineconfig-5.39.dist-info}/entry_points.txt +0 -0
  117. {machineconfig-5.37.dist-info → machineconfig-5.39.dist-info}/top_level.txt +0 -0
@@ -11,7 +11,7 @@ machineconfig/cluster/remote/remote_machine.py,sha256=xRuoHKNsIT0-FTFSvF1q7scnGK
11
11
  machineconfig/cluster/remote/run_cloud.py,sha256=0o4-v5yFEqvlHzoKDXljRCR5ikx_r5w4oYE5OCtVIK8,2378
12
12
  machineconfig/cluster/remote/run_cluster.py,sha256=ZFNl4EDybicedWKX5qBwSSeKKfdV2lQFD_1kcAyjHYM,4691
13
13
  machineconfig/cluster/remote/run_remote.py,sha256=vCc56t8BUAUJp7tyb0PFfwy5hlmIdRdzcjlpP9gcLdc,3247
14
- machineconfig/cluster/remote/script_execution.py,sha256=HHENJ4hmWmiVii394EbgIaTdJUQwxprFQh0ItaYJZ2E,9977
14
+ machineconfig/cluster/remote/script_execution.py,sha256=d1NZdIHlB0H69cyLgOv81vS9ui81d9ClM4WA4ICHKLY,9857
15
15
  machineconfig/cluster/remote/script_notify_upon_completion.py,sha256=GRxnnbnOl1-hTovTN-zI_M9wdV7x293yA77_mou9I1o,2032
16
16
  machineconfig/cluster/sessions_managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  machineconfig/cluster/sessions_managers/wt_local.py,sha256=6XQL4J1QJlqVyvvTkPASJ4Nvlx5d1iyZAeIktffrkoE,18998
@@ -37,7 +37,7 @@ machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=t5EWN
37
37
  machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=zA_PGkaMFVkRjxjXHl0FcyCQ9BASFSTP7ZnEgQ_rtyE,2996
38
38
  machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=FMpwaSeDCc71pEiVk99s8f5NkZEQ8zKQNUuaSXojgq4,4615
39
39
  machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py,sha256=8l8OAfWYy5xv-EaVqtXLqvPo9YaR9i8kFqGMhPzk0nw,2616
40
- machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=4SwH0i9V5Qwugzcewr3uv1Y5mjLhQAXyaGiWtOOjY7E,13696
40
+ machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=RI3x_J-smtXFwDVGbU-KDViN61Xhz57yPL_pqUUqHj4,13690
41
41
  machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=IMaoZ4nczs5XwPTObXno6mu0x7es4yNa9cAi4u6GkEU,2601
42
42
  machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=7JLq8HY-NWbJfzHfxaok_o1KrIwzMCK_PUnsdZYfzuA,4929
43
43
  machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=Tlq8liGIs1wCOu6JOk2VUAVCaTzQmbyITSVZMMWvlwA,3830
@@ -45,8 +45,8 @@ machineconfig/cluster/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
45
45
  machineconfig/cluster/templates/cli_trogon.py,sha256=PFWGy8SFYIhT9r3ZV4oIEYfImsQwzAHH_04stPuV5bY,647
46
46
  machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  machineconfig/jobs/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
- machineconfig/jobs/installer/check_installations.py,sha256=wOtvWzyJSxbuFueFfcOc4gX_UbTRWv6tWpRcG-3Ml_8,10780
49
- machineconfig/jobs/installer/installer_data.json,sha256=py5S8uf0RscDXDZWIsnrFoG2x90zt4XGhpW5w16CGpU,73161
48
+ machineconfig/jobs/installer/check_installations.py,sha256=uFuxhgI8rIMtClcGmuc9gpG6iJ7X0__peGUQfGkreT8,10778
49
+ machineconfig/jobs/installer/installer_data.json,sha256=UZ-_CZ2pRvvsas9HON7rSGTNbWi65PGdsedlbKvdLGY,74753
50
50
  machineconfig/jobs/installer/package_groups.py,sha256=lS8uG-gGLLodJm4grhGuhAJl7shTWfwKB2wGSD0PHzY,5378
51
51
  machineconfig/jobs/installer/custom/gh.py,sha256=gn7TUSrsLx7uqFqj1Z-iYglS0EYBSgtJ9jWHxaJIfXM,4119
52
52
  machineconfig/jobs/installer/custom/hx.py,sha256=YQClQXqWtGvon8BLFGf1Fp20JPkHgZeEZ6ebmCJQQfI,5838
@@ -61,7 +61,7 @@ machineconfig/jobs/installer/custom_dev/espanso.py,sha256=H1rZb4xnjs72lL0_mB0M4d
61
61
  machineconfig/jobs/installer/custom_dev/goes.py,sha256=SIRkpzkCeWMof0BnPuoEJy3KHNkVZs8J5DnoZJXb9TY,2130
62
62
  machineconfig/jobs/installer/custom_dev/lvim.py,sha256=2-wbh_IClTFcFkSYk9EsRiv88-isSNIVX6dNZ1L5m8Q,2985
63
63
  machineconfig/jobs/installer/custom_dev/nerdfont.py,sha256=dsPmiqP9AJCack7mNeJ8Qzo4dSOwC0bsupH0Hn3gqSg,4149
64
- machineconfig/jobs/installer/custom_dev/nerfont_windows_helper.py,sha256=6IRg95ToIfw1oGNxZNZPwsjrwgJgbjQHE6My8rTe36o,6073
64
+ machineconfig/jobs/installer/custom_dev/nerfont_windows_helper.py,sha256=RfCU9PHJbBG7TDHCFtTX80iIbSVNQiz6QYzt2qCC7XA,5994
65
65
  machineconfig/jobs/installer/custom_dev/redis.py,sha256=bReDLsgy37eJyTU4TXE7FQpKFi-_usQC7bwhfXvZuBU,3259
66
66
  machineconfig/jobs/installer/custom_dev/wezterm.py,sha256=73BzfUdY8mXM4l4jVFIBxR1qXSE4g_PAyxefanrVkFU,3555
67
67
  machineconfig/jobs/installer/custom_dev/winget.py,sha256=gLdwM20jKMf2bMV3BAcOg4MkuzwF09CU5OhXvLkPoHo,5738
@@ -86,64 +86,53 @@ machineconfig/jobs/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
86
86
  machineconfig/jobs/python/python_ve_symlink.py,sha256=Mw2SK_TDLK5Ct_mEESh_Pd-Rn-B1oBSp7a_9y_eZbqw,1140
87
87
  machineconfig/jobs/python/vscode/api.py,sha256=Et0G-VUj13D1rshYMdDrw_CUYSO7Q6XRrEQO0WjVIKU,1683
88
88
  machineconfig/jobs/python/vscode/sync_code.py,sha256=f9hxMg_nkIsC0xvfQMboJbc-Jhap9YQrV7k7a5YSI1c,2333
89
- machineconfig/jobs/windows/start_terminal.ps1,sha256=wy0fGwgb4U7xaHsONDrR4V5u9JEkG5vtt4NZUBx0ro8,473
90
- machineconfig/jobs/windows/startup_file.cmd,sha256=qOqDwL0MmRB-fHauJKjOO0mhczyA3-cdRUyY1p7NCok,95
91
- machineconfig/jobs/windows/archive/archive_pygraphviz.ps1,sha256=XBMaFurdY8smiLdeP3iAm2p1x4Ui_F3Ty9lHikKSfUk,708
89
+ machineconfig/jobs/windows/archive/archive_pygraphviz.ps1,sha256=UbOApUB0UiAHANOnGFHIP3zY_UCtWBhT5I6vqPhwqgE,618
92
90
  machineconfig/jobs/windows/archive/openssh-server_add_key.ps1,sha256=91cL3K4H2saAuzOS1GxGicpc64ZDpgvPY39YPBWyxZI,269
93
91
  machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYiGFXUvO4dp6rW0LXmNo65h3hFTHJWyHbmO3Xc,745
94
92
  machineconfig/jobs/windows/msc/cli_agents.bat,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
95
93
  machineconfig/jobs/windows/msc/cli_agents.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
94
  machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
- machineconfig/profile/create.py,sha256=n8AEpwWrGmzyWyIcFxTXQp8Ztw6MTHTjt1aPlsw7yhc,13974
98
- machineconfig/profile/create_frontend.py,sha256=RlrQgsAzvJA3KQInPpavLJ6XIEayIjjq4it6dSLQR08,3352
99
- machineconfig/profile/shell.py,sha256=H6Wae0KxcFuS88Vj8ZDXIp3YQr9Y6evK1DTUNrz4QPw,10871
95
+ machineconfig/profile/create_helper.py,sha256=cQ8wUA6MKL1kIwGNpmtdtuZ0Zi3P7MyK3o8vdcMGoKk,1070
96
+ machineconfig/profile/create_links.py,sha256=yBqfcujukllbHI1P8M5XDbLXMZ_gb38ZvQK901EPbaA,13962
97
+ machineconfig/profile/create_links_export.py,sha256=OEmuJE-F7FZX5xvOl1rqJzHg_BWtPKCiWdrq4RPOobs,3173
98
+ machineconfig/profile/create_shell_profile.py,sha256=bkWYgxedGU1BIvvkaVQjMib5p2d80dNWWSXP3pINDV0,9529
100
99
  machineconfig/profile/records/generic/shares.toml,sha256=FduDztfyQtZcr5bfx-RSKhEEweweQSWfVXkKWnx8hCY,143
101
100
  machineconfig/profile/records/linux/apps_summary_report.csv,sha256=pw9djvaRUPalKDLn2sl3odcbD2_Zx3aEupsQ8UPfaaY,2738
102
101
  machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0ZgKGIZi8bstFoGyyGTxeS8p2PtOj0,5634
103
102
  machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
104
103
  machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
105
104
  machineconfig/scripts/__init__.py,sha256=v0cMjnaIo39C3ltLiTf1S0fCTMAqWtEU7zrVenUj4PQ,71
106
- machineconfig/scripts/cloud/init.sh,sha256=0Pp2wEnWT989VcOc1nVXElO08u3ON-kFzWZGifOLWY0,3624
107
- machineconfig/scripts/linux/agents,sha256=zahzfVZ8_NIkC1TKMjcZqo0vsBtFl-xBhpz63sn29yA,96
108
- machineconfig/scripts/linux/cloud,sha256=w9NbJDkKwb3ibLPZjCJzlfq62OoCrbU7_Pwxjnu3gZM,94
109
- machineconfig/scripts/linux/croshell,sha256=UZWGufTwtzCllRXrQ14YwCuAEZs--a1lJBW_kuNLhYg,100
110
- machineconfig/scripts/linux/devops,sha256=hQGs_cuu19dxeTB3CqZTJ6miZDwugfwh4NgrSlhWtOg,96
111
- machineconfig/scripts/linux/fire,sha256=BXc8arF2ViX1YmY3DdqNGTh76tXfCuys2SrFLPO2GFg,94
112
- machineconfig/scripts/linux/ftpx,sha256=wTZparnibEm3TTgc6gQyG6ZkngZm4cxOZVkYMDh5Zyg,95
113
105
  machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
114
106
  machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
115
107
  machineconfig/scripts/linux/fzffg,sha256=jjeeyFkWmBbwH2taRqC3EOzZep2KR-ZYoI4UI-5kHqg,1090
116
108
  machineconfig/scripts/linux/fzfg,sha256=ClGnJZUsIk4y0qs3W5iXGo-nd0FaqAHMsnh8uoXQFy8,1190
117
109
  machineconfig/scripts/linux/fzfrga,sha256=xSdws6ae28ZXkkqz_uupZ0MYw_vxE2qpLT2DLS3WITM,460
118
- machineconfig/scripts/linux/kill_process,sha256=SqK8zQNkmcQQWD8UzWmqz5T5MaKQvAyzC9ftfMIjfkY,102
119
- machineconfig/scripts/linux/sessions,sha256=A4vxUDHnDhyph833iy-tBprgQ7av_DZ5t031PRrbqVQ,98
120
- machineconfig/scripts/linux/share_cloud.sh,sha256=LzkioYG46siaiJdLqzLFt_-dim6-lx4PmHg3bPpH5Zo,1988
121
- machineconfig/scripts/linux/share_nfs,sha256=LDQZQ9TV7z2y7RtNHiO4Wb513MztyGjaAV-GzTGwUdc,1374
122
- machineconfig/scripts/linux/share_smb,sha256=HZX8BKgMlS9JzkGIYnxTsPvoxEBBuVLVkqzR3pmGFGY,20
123
110
  machineconfig/scripts/linux/skrg,sha256=JgQJGwxaChr148bDnpTB0rrqZMe2o2zGSDA9x_oUhWM,133
124
- machineconfig/scripts/linux/start_docker,sha256=_yDN_PPqgzSUnPT7dmniMTpL4IfeeaGy1a2OL3IJlDU,525
125
- machineconfig/scripts/linux/start_terminals,sha256=vyqrmf_7AzB-TyzPZo62XpBj6LyWlFZ8POCtRGLTNB4,182
126
- machineconfig/scripts/linux/switch_ip,sha256=NQfeKMBSbFY3eP6M-BadD-TQo5qMP96DTp77KHk2tU8,613
127
111
  machineconfig/scripts/linux/warp-cli.sh,sha256=shFFZ9viet_DSEEHT8kxlGRHoJpO6o85pKYnc3rIkaA,3868
128
- machineconfig/scripts/linux/z_ls,sha256=ATZtu0ccN3AKvAOxkwLq1xgQjJ3en5byEWJ3Q8afnNg,3340
112
+ machineconfig/scripts/linux/z_ls,sha256=h5YJYfnJrmtLe4c2iKk5aZdaK_Zeaj3CpQX8SSr7fr0,3310
113
+ machineconfig/scripts/linux/other/share_cloud.sh,sha256=lIZrXiaOT11kzu4NFNTXvANhc2bMdSPDYD1-7XUO_C0,2027
114
+ machineconfig/scripts/linux/other/share_nfs,sha256=LDQZQ9TV7z2y7RtNHiO4Wb513MztyGjaAV-GzTGwUdc,1374
115
+ machineconfig/scripts/linux/other/share_smb,sha256=HZX8BKgMlS9JzkGIYnxTsPvoxEBBuVLVkqzR3pmGFGY,20
116
+ machineconfig/scripts/linux/other/start_docker,sha256=_yDN_PPqgzSUnPT7dmniMTpL4IfeeaGy1a2OL3IJlDU,525
117
+ machineconfig/scripts/linux/other/switch_ip,sha256=NQfeKMBSbFY3eP6M-BadD-TQo5qMP96DTp77KHk2tU8,613
129
118
  machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
- machineconfig/scripts/python/agents.py,sha256=Bu2_my11RpvgOqUZuY8E0U8rlaKNL1IwBALIH8dYelU,10549
119
+ machineconfig/scripts/python/agents.py,sha256=sE-euVN5EarLKScoysdYHTQS7GUiHgGNAZRDfcedPqU,10483
131
120
  machineconfig/scripts/python/cloud.py,sha256=kRH9Pt1yEkASFskIVEgRmkidrksdkgv2-bBmjLSxzSo,814
132
- machineconfig/scripts/python/croshell.py,sha256=VRRf8oyh2DIkIv5sK7eV6thIglXa3tDD_FYlPc0NA2k,6476
133
- machineconfig/scripts/python/devops.py,sha256=3mG-4RlF9vzcfXO7ISsxwRICQpJRR8JMqxtxKLE70fs,1822
134
- machineconfig/scripts/python/devops_navigator.py,sha256=iR6HAYt0TA7efV_g6Lr9gPczN6mqvS0V5hShD1x-9R8,29537
135
- machineconfig/scripts/python/fire_jobs.py,sha256=UxMkQ8WqxmZx_u1gn9LV_Cn4FjbCAtuWUWupZl1UkUI,13486
136
- machineconfig/scripts/python/ftpx.py,sha256=17oCDB59C9z1RIpEoBTgmv8NFDTqhWzKWew9TqbP8vM,9406
137
- machineconfig/scripts/python/interactive.py,sha256=Zghe-b2Y6WIDPEhzsO1NDheTv4PAz4357SeL5AXJfh0,11777
121
+ machineconfig/scripts/python/croshell.py,sha256=RzB6JBPcRf-j72hhlHEFuNV-pYdwl0G14sH3aFBr9P8,7184
122
+ machineconfig/scripts/python/devops.py,sha256=SilJAQXAPBKXjF91zcpJV9YRS721M5UPbXdtv6f5NKQ,1479
123
+ machineconfig/scripts/python/devops_navigator.py,sha256=JYRKB8pVK5gyxcsrEYPC4IvUeX7rP4eMIkaattt8_t0,35090
124
+ machineconfig/scripts/python/fire_jobs.py,sha256=l2qByVK2rxWDUGFliU3HYwrtAI1XsUvOtcGLX4DUA5U,13689
125
+ machineconfig/scripts/python/ftpx.py,sha256=dFFCRKygZvNXkkwpo6vZgJmUv7buTNoVLLKT9wNp0Wc,9323
126
+ machineconfig/scripts/python/interactive.py,sha256=lUdoPpAYIoknelRzsfWD4VAsORr4uCt3mDBDjNBPyjw,11811
138
127
  machineconfig/scripts/python/sessions.py,sha256=lO_aTnh7T05XoCa8Ox-ROAWBKMtbo-DZzlFDUqzSipM,8716
139
128
  machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
140
129
  machineconfig/scripts/python/ai/generate_files.py,sha256=Vfjgd0skJu-WTgqUxmOVFzaNMfSFBaFmY5oGGVY7MZY,2860
141
- machineconfig/scripts/python/ai/initai.py,sha256=gPom9tpBKr29fW3glSmghSRFlQNk5DYlfg-xsT3W0q8,2078
142
- machineconfig/scripts/python/ai/scripts/lint_and_type_check.ps1,sha256=usx-yFmqJhiNPHAh0KfKSsyrjh_SlGWVCvlB1OWsHrM,5175
143
- machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=xYJ2sFSXc4_QGJs3mDz7zedqerlHufQgrK9JRpct5_s,4716
130
+ machineconfig/scripts/python/ai/initai.py,sha256=53MuUgk92avRPM-U3dy6o_pnEj2thlurC8U6dz41_W0,2089
131
+ machineconfig/scripts/python/ai/scripts/lint_and_type_check.ps1,sha256=m_z4vzLrvi6bgTZumN8twcbIWb9i8ZHfVJPE8jPdxyc,5074
132
+ machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=Mt9D0LSEwbvVaq_wxTAch4NLyFUuDGHjn6rtEt_9alU,4615
144
133
  machineconfig/scripts/python/ai/solutions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
134
  machineconfig/scripts/python/ai/solutions/_shared.py,sha256=rBniovmKZuY48T50cCyG_oeFZgSap365EXEadv9UtM4,603
146
- machineconfig/scripts/python/ai/solutions/generic.py,sha256=ebTXBTcnGkTCUnvRW55yTuNGeQtAmY7Gh27fwF6Yaqk,2321
135
+ machineconfig/scripts/python/ai/solutions/generic.py,sha256=DhihGonR6rFgRX9DN5qnbgdqbmXg6hBPXOVUv0j3YRE,2341
147
136
  machineconfig/scripts/python/ai/solutions/claude/claude.py,sha256=tVMdaOL_9jC1nvfPsJs9WRkPPNa2tQVyq4vxdpOPK6k,343
148
137
  machineconfig/scripts/python/ai/solutions/cline/cline.py,sha256=3nYdEmdk76sYerEvImEDi3Qi-n94ExFkg20HttI7iCc,446
149
138
  machineconfig/scripts/python/ai/solutions/copilot/github_copilot.py,sha256=spuPpENX_lZIBiANQq9eTxefoPBE2Ao_LEY16ZCaUQY,1890
@@ -173,52 +162,55 @@ machineconfig/scripts/python/cloud_helpers/helpers5.py,sha256=dPBvA9Tcyx9TMgM6On
173
162
  machineconfig/scripts/python/croshell_helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
174
163
  machineconfig/scripts/python/croshell_helpers/pomodoro.py,sha256=SPkfeoZGv8rylGiOyzQ7UK3aXZ3G2FIOuGkSuBUggOI,2019
175
164
  machineconfig/scripts/python/croshell_helpers/scheduler.py,sha256=rKhssuxkD697EY6qaV6CSdNhxpAQLDWO4fE8GMCQ9FA,3061
176
- machineconfig/scripts/python/croshell_helpers/start_slidev.py,sha256=FAJ1_WkAQ7KcbRZ3cSN_72NDgV_flRrwxmXv1imyulI,4897
165
+ machineconfig/scripts/python/croshell_helpers/start_slidev.py,sha256=HfJReOusTPhwcbAvCyJyTBd2iumJB5wmPdcTXz_Yvh8,4897
177
166
  machineconfig/scripts/python/croshell_helpers/viewer.py,sha256=heQNjB9fwn3xxbPgMofhv1Lp6Vtkl76YjjexWWBM0pM,2041
178
167
  machineconfig/scripts/python/croshell_helpers/viewer_template.py,sha256=ve3Q1-iKhCLc0VJijKvAeOYp2xaFOeIOC_XW956GWCc,3944
179
168
  machineconfig/scripts/python/devops_helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
180
- machineconfig/scripts/python/devops_helpers/cli_config.py,sha256=hoQXU44kCdvYMxLXZErC1xcExRmb1EMgSi7IUDQl7KA,3262
181
- machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py,sha256=9W9i8Qbs6i2NfTq0knywB3StvE_sHaZYZ0RslTyoVz8,2734
169
+ machineconfig/scripts/python/devops_helpers/cli_config.py,sha256=eNsOIhXWeIy4d-LVoddLvLvjsQaZsfI7SDAjMR5nmRo,3070
170
+ machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py,sha256=rjTys4FNf9_feP9flWM7Zvq17dxWmetSiGaHPxp25nk,2737
182
171
  machineconfig/scripts/python/devops_helpers/cli_data.py,sha256=f_2espL92n6SoNb5sFVMvrK7LA29HzfrFAKhxKaud1M,510
183
- machineconfig/scripts/python/devops_helpers/cli_nw.py,sha256=S4_6OwH_lZ73BPP6dY_InrB2rmwif6_h6DFLy8hlihY,1821
184
- machineconfig/scripts/python/devops_helpers/cli_repos.py,sha256=n8UnFjFIgTro-OMf47y5PAdYzqVYCSM6-5P90MvJOpw,9683
185
- machineconfig/scripts/python/devops_helpers/cli_self.py,sha256=XGWPZVZmwKaDOY_5IYj2l_Ke0ocjhfXP9NK5-nFwFSg,1467
186
- machineconfig/scripts/python/devops_helpers/cli_terminal.py,sha256=-SNCDrQHBDUZw2cNNrEw3K3owzmZASBjd5deBKB49YY,5358
172
+ machineconfig/scripts/python/devops_helpers/cli_nw.py,sha256=4Ko4dA8YXqiRJvuOuwZv3YOvnSJQ7-A11ezJ8EztDis,2068
173
+ machineconfig/scripts/python/devops_helpers/cli_repos.py,sha256=GQJaCSnvNbIo_CmpYBDZOUyi0kPgn8VCr3a5Dnfy0_w,9681
174
+ machineconfig/scripts/python/devops_helpers/cli_self.py,sha256=kYqTVzzTYjjYj0Zdvh49VL69Xr3pYm5HPm1JA77ORME,1999
175
+ machineconfig/scripts/python/devops_helpers/cli_share_server.py,sha256=285OzxttCx7YsrpOkaapMKP1eVGHmG5TkkaSQnY7i3c,3976
176
+ machineconfig/scripts/python/devops_helpers/cli_terminal.py,sha256=k_PzXaiGyE0vXr0Ii1XcJz2A7UvyPJrR31TRWt4RKRI,6019
187
177
  machineconfig/scripts/python/devops_helpers/devops_add_identity.py,sha256=wvjNgqsLmqD2SxbNCW_usqfp0LI-TDvcJJKGOWt2oFw,3775
188
178
  machineconfig/scripts/python/devops_helpers/devops_add_ssh_key.py,sha256=gjp2bv-nrGvSsQGHNIpE83yJqza2gj1FXJkimUtZwmU,9119
189
179
  machineconfig/scripts/python/devops_helpers/devops_backup_retrieve.py,sha256=nK47Rc7gQuDCnkk6_sW1y82gBnDJ9TdHU8XwMPFBK9c,5591
190
- machineconfig/scripts/python/devops_helpers/devops_status.py,sha256=C1akn6mGteBVV9CiQnUX6H32ehnCgMdCyNgojXVQeqA,23287
191
- machineconfig/scripts/python/devops_helpers/devops_update_repos.py,sha256=dtBh9mNNJEukyV47Cug98S0hvG9e1U43B0EQSeNtvvs,9394
180
+ machineconfig/scripts/python/devops_helpers/devops_status.py,sha256=PJVPhfhXq8der6Xd-_fjZfnizfM-RGfJApkRGhGBmNo,20525
181
+ machineconfig/scripts/python/devops_helpers/devops_update_repos.py,sha256=tvD81Gyl_QXPLOOfNZy5RypJkKZ7KmKbCr4WNwmB-Hw,10009
192
182
  machineconfig/scripts/python/devops_helpers/themes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
193
- machineconfig/scripts/python/devops_helpers/themes/choose_pwsh_theme.ps1,sha256=BrJNDHoSK_fHjHwbJqRf3sufSa7SKseBS2kT0qxibJQ,2958
183
+ machineconfig/scripts/python/devops_helpers/themes/choose_pwsh_theme.ps1,sha256=58gFOeynADHLTdk8zqEnndBtyNGrln0jvpo76O0UWTw,3136
194
184
  machineconfig/scripts/python/devops_helpers/themes/choose_wezterm_theme.py,sha256=pRXAGe2IpysYshsaF8CKEwHI8EGPtLcM8PtiAqM7vmM,3425
195
185
  machineconfig/scripts/python/helpers_fire/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
196
- machineconfig/scripts/python/helpers_fire/fire_agents_help_launch.py,sha256=RAee8ethEIxyQpRKqe6u9NwIOKWTspAF-nzmPap6a5k,5506
186
+ machineconfig/scripts/python/helpers_fire/fire_agents_help_launch.py,sha256=vgJMzSyLRTik2lnKYZsNzwoAF-z8Tp1aVi4wMvIJzPs,5627
197
187
  machineconfig/scripts/python/helpers_fire/fire_agents_help_search.py,sha256=qIfSS_su2YJ1Gb0_lu4cbjlJlYMBw0v52NTGiSrGjk8,2991
198
188
  machineconfig/scripts/python/helpers_fire/fire_agents_helper_types.py,sha256=b3_EaG_rGuRxTuVmKZVbY-tawsfrNP3tvPNaNgZ9ohs,1069
199
189
  machineconfig/scripts/python/helpers_fire/fire_agents_load_balancer.py,sha256=mpqx3uaQdBXYieuvhdK-qsvLepf9oIMo3pwPj9mSEDI,1079
200
- machineconfig/scripts/python/helpers_fire/fire_crush.json,sha256=YGuJF-qlMjhICPf0QnNfQlGNPsYrJJDlNcgmes0TFhM,252
201
- machineconfig/scripts/python/helpers_fire/fire_crush.py,sha256=-yRdVcKX_1XTUzWKNoNW9rjmn_NsJuk1pB5EKC4TKpU,1622
202
- machineconfig/scripts/python/helpers_fire/fire_cursor_agents.py,sha256=YYwZWa3yEbpIxUorL2Z1AOwrG9RqhtMQx5D4hsON_Vw,570
203
- machineconfig/scripts/python/helpers_fire/fire_gemini.py,sha256=hF1ZwPWFWvlAv5O2qkwWCDA0K_b4PuHbcXqMScJGz7w,1400
204
190
  machineconfig/scripts/python/helpers_fire/helpers4.py,sha256=iKR5vVJygaDIpFXhcdma9jOpyxKtUhmqcmalFxJmY0w,4749
205
191
  machineconfig/scripts/python/helpers_fire/prompt.txt,sha256=Ni6r-Dh0Ez2XwfOZl3MOMDhfn6BJ2z4IdK3wFvA3c_o,116
206
- machineconfig/scripts/python/helpers_fire/template.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
207
- machineconfig/scripts/python/helpers_fire/template.sh,sha256=6bFw04pIleOUAHs5bXlzorK-qrYwcq1WNIgaj4FByOo,1124
192
+ machineconfig/scripts/python/helpers_fire/template.ps1,sha256=NWkYlM4_l9eT52lS9NdOxmEn548gyy-bl1Q3AU3YKxY,1085
193
+ machineconfig/scripts/python/helpers_fire/template.sh,sha256=anCu6c5TwV6rdgn8t-ffWIWQ8SomjQg8kDkhcgNB87A,1125
194
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
195
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.json,sha256=YGuJF-qlMjhICPf0QnNfQlGNPsYrJJDlNcgmes0TFhM,252
196
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.py,sha256=-yRdVcKX_1XTUzWKNoNW9rjmn_NsJuk1pB5EKC4TKpU,1622
197
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_cursor_agents.py,sha256=YYwZWa3yEbpIxUorL2Z1AOwrG9RqhtMQx5D4hsON_Vw,570
198
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_gemini.py,sha256=a5aCq3H_i2oqKleGdoObyusks29oy9J7BZLZH-ZGbqo,1574
199
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_qwen.py,sha256=73R0EPAstdw37BBOaHzzPibI4EK1euVXX-_wx9I61hc,1702
208
200
  machineconfig/scripts/python/helpers_fire_command/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
209
201
  machineconfig/scripts/python/helpers_fire_command/cloud_manager.py,sha256=YN0DYLzPKtMBaks-EAVwFmkCu3XeHWMr1D21uqX5dDk,3429
210
202
  machineconfig/scripts/python/helpers_fire_command/fire_jobs_args_helper.py,sha256=UUrGB2N_pR7PxFKtKTJxIUiS58WjQX0U50y2ft8Ul4w,4334
211
203
  machineconfig/scripts/python/helpers_fire_command/fire_jobs_route_helper.py,sha256=4MrlCVijbx7GQyAN9s5LDh-7heSjMXYrXdqiP6uC3ug,5378
212
204
  machineconfig/scripts/python/helpers_fire_command/fire_jobs_streamlit_helper.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
213
205
  machineconfig/scripts/python/helpers_repos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
214
- machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py,sha256=7CAJDZold4vg3nDLVC_1HAiDa9mgwHH6GbTSOnc5oMs,9064
206
+ machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py,sha256=_zLmBJQnEcqjdUJK-Oo3CPnwDtj8ygFCvP5lRdxkUTQ,9064
215
207
  machineconfig/scripts/python/helpers_repos/grource.py,sha256=IywQ1NDPcLXM5Tr9xhmq4tHfYspLRs3pF20LP2TlgIQ,14595
216
208
  machineconfig/scripts/python/helpers_repos/secure_repo.py,sha256=G_quiKOLNkWD5UG8ekexgh9xbpW4Od-J1pLJbLLWnpg,993
217
209
  machineconfig/scripts/python/nw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
218
210
  machineconfig/scripts/python/nw/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
219
- machineconfig/scripts/python/nw/mount_nfs,sha256=kpIbAse3igReEGgnXngez2ytWucLwmb_xo6e6KeO_rs,1870
211
+ machineconfig/scripts/python/nw/mount_nfs,sha256=pPLKnxevjJWw6m200GnP-RqnVSA1YAxE6tnnb_uIN1U,1847
220
212
  machineconfig/scripts/python/nw/mount_nfs.py,sha256=aECrL64j9g-9rF49sVJAjGmzaoGgcMnl3g9v17kQF4c,3239
221
- machineconfig/scripts/python/nw/mount_nw_drive,sha256=pNzHc7yZn5YIzn2BkpKvd5530PqbestkzrdoXaChyqY,2338
213
+ machineconfig/scripts/python/nw/mount_nw_drive,sha256=BqjGBCbwe5ZAsZDO3L0zHhh_gJfZy1CYOcqXA4Y-WkQ,2262
222
214
  machineconfig/scripts/python/nw/mount_nw_drive.py,sha256=iru6AtnTyvyuk6WxlK5R4lDkuliVpPV5_uBTVVhXtjQ,1550
223
215
  machineconfig/scripts/python/nw/mount_smb,sha256=7UN5EP1kuxYL_-CnyaH4f9Wuu2CgALDZpJ0mPcdvCiY,94
224
216
  machineconfig/scripts/python/nw/mount_ssh.py,sha256=k2fKq3f5dKq_7anrFOlqvJoI_3U4EWNHLRZ1o3Lsy6M,2268
@@ -228,43 +220,23 @@ machineconfig/scripts/python/nw/wsl_windows_transfer.py,sha256=534zlYe3Xsr0mqegA
228
220
  machineconfig/scripts/python/repos_helpers/action.py,sha256=t6x9K43Uy7r5aRpdODfsN-5UoMrYXEG2cVw-Y8l9prw,14847
229
221
  machineconfig/scripts/python/repos_helpers/clone.py,sha256=9vGb9NCXT0lkerPzOJjmFfhU8LSzE-_1LDvjkhgnal0,5461
230
222
  machineconfig/scripts/python/repos_helpers/count_lines.py,sha256=ZLEajCLmlFFY969BehabqGOB9_kkpATO3Lt09L7KULk,15968
231
- machineconfig/scripts/python/repos_helpers/count_lines_frontend.py,sha256=jOlMCcVgE2a-NhdUtzNK1wKMf-VGldwGHR6QA1tnFa8,559
232
- machineconfig/scripts/python/repos_helpers/entrypoint.py,sha256=Jb89Boa5vU7YkM4Olo7Zo20rTSNgjr_6tQMWhdbJp7o,2827
233
- machineconfig/scripts/python/repos_helpers/record.py,sha256=dtnnInQPn00u1cyr0oOgJ_jB12O3bSiNctwzC3W7_3w,10994
223
+ machineconfig/scripts/python/repos_helpers/count_lines_frontend.py,sha256=EpmexLYJ4uhiTMnI402nJkNn-iNN88CMciZOrXqWG90,560
224
+ machineconfig/scripts/python/repos_helpers/entrypoint.py,sha256=C-_D03abE0TkVCJ4jZoliUMAhRRkZ77mcwMoPOuieJQ,2827
225
+ machineconfig/scripts/python/repos_helpers/record.py,sha256=3T5VmMbvywScZhTW2j4cGLK0T2LSWxKfnXkRTxkuLP4,10994
234
226
  machineconfig/scripts/python/repos_helpers/sync.py,sha256=CLLWy2n2gY9beXPF-mblOQ6R7cKoenkJjMiX7tHQsBk,3091
235
227
  machineconfig/scripts/python/repos_helpers/update.py,sha256=_WLveSUgcBufq9T9fn5pM_1EeyD30umFlqmy9hEmk44,11054
236
228
  machineconfig/scripts/python/sessions_helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
237
- machineconfig/scripts/python/sessions_helpers/sessions_multiprocess.py,sha256=fN7QCl9pmBfFeH7Sf3VNyltEDporum3r_olqpCNKSz8,2919
238
- machineconfig/scripts/windows/agents.ps1,sha256=DqdrC_Xc2rwQ6kGzT0xh5CJz4B_0p5ZwB7s8XE6rPCM,77
239
- machineconfig/scripts/windows/cloud.ps1,sha256=rS6rXIEJZSEqpjYVTlTu1qh9PKQJx4twoh9AnzgOiWo,77
240
- machineconfig/scripts/windows/croshell.ps1,sha256=VkYdUKJLz7ahvCyXKWvNcCy9IjEDYgRub6rNhCtrJgo,80
241
- machineconfig/scripts/windows/devops.ps1,sha256=8HQCsE2V6Ec-Cd5UrhdzqClBc7KFV3_8wLpnQZqP9k8,78
242
- machineconfig/scripts/windows/fire.ps1,sha256=qhYg5dKNMweMDmypIrjpDehPCjbB72k9oyLXMp8o8RE,76
243
- machineconfig/scripts/windows/ftpx.ps1,sha256=O79rJcV4h8sUcWR844kuW8f_TPQWjZPyHGUqDyPYAmM,76
229
+ machineconfig/scripts/python/sessions_helpers/sessions_multiprocess.py,sha256=6bmF1TOxzivNAIu8zsA9pu-f-RcYZLgdD4livjAf6ac,3069
244
230
  machineconfig/scripts/windows/fzfb.ps1,sha256=Bmngm2aY8hnPa3iKAOK6EPDYdKzGLUc81wYOnJhNoqg,149
245
231
  machineconfig/scripts/windows/fzfg.ps1,sha256=CHJbMrMuZePd4dxwIwz3g4XWAEmWmckuX-Nrx2xgRkg,27
246
232
  machineconfig/scripts/windows/fzfrga.bat,sha256=rU_KBMO6ii2EZ0akMnmDk9vpuhKSUZqkV0o8a8ywXcM,488
247
- machineconfig/scripts/windows/gpt.ps1,sha256=Xb6kcwtejVXOodel1jxsGLTf4X-u854zaGL92KuKr5c,78
248
- machineconfig/scripts/windows/grep.ps1,sha256=sUP_cXtqPEWLQ8_TdGJX7_-CO6CQYTP4pA-ZmkdPLdY,49
249
- machineconfig/scripts/windows/kill_process.ps1,sha256=dHR2HMG6j7jDW0sZ8GfC9UvNsyFx5b2FgARi-ZH2dds,85
250
- machineconfig/scripts/windows/mount_nfs.ps1,sha256=mTR-KcOYJaljWzymKTbzj3jrl5EMgS33mHizU-uO7yo,2089
251
- machineconfig/scripts/windows/mount_nw.ps1,sha256=puxcfZc3ZCJerm8pj8OZGVoTYkhzp-h7oV-MrksSqIE,454
252
- machineconfig/scripts/windows/mount_smb.ps1,sha256=PzYWpIO9BpwXjdWlUQL9pnMRnOGNSkxfh4bHukJFme8,69
253
- machineconfig/scripts/windows/mount_ssh.ps1,sha256=zvU1737vR0f0S7Si1tXMb3ys_I9KVIwlz2jj8ejIQ9Y,337
254
- machineconfig/scripts/windows/nano.ps1,sha256=H1PNN1x3UnOCGwijgMij-K2ZM2E20sfsLTEEap-W5dQ,50
255
- machineconfig/scripts/windows/pomodoro.ps1,sha256=9r61cwRy4M2_1A-NFb0fxUuUONxXBLJmLYtY3apkyQA,80
256
- machineconfig/scripts/windows/reload_path.ps1,sha256=81hQY18LFApVZWFiUfgMzzPH2pJ1WD1fHInfmicBZFA,217
257
- machineconfig/scripts/windows/scheduler.ps1,sha256=YfOlBxCkPfeQPeyCiNw0g3kIpdbjjf6daLEWuyHSaXY,81
258
- machineconfig/scripts/windows/sessions.ps1,sha256=cQdgSS3rVWvhthsUi5lyFI05_GKiRGI-j4FB1SZNKpM,80
259
- machineconfig/scripts/windows/share_cloud.cmd,sha256=exD7JCdxw2LqVjw2MKCYHbVZlEqmelXtwnATng-dhJ4,1028
260
- machineconfig/scripts/windows/share_nfs.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
261
- machineconfig/scripts/windows/share_smb.ps1,sha256=U7x8ULYSjbgzTtiHNSKQuTaZ_apilDvkGV5Xm5hXk5M,384
262
- machineconfig/scripts/windows/snapshot.ps1,sha256=dSHwz8LRTe446lU9BkjiugBMWRS384L_-_qmpPr11v4,80
263
- machineconfig/scripts/windows/start_slidev.ps1,sha256=jow4mcguhuCFiUaOkHYUpq9EFKkgs5fp8G2rVMyVcR4,83
264
- machineconfig/scripts/windows/start_terminals.ps1,sha256=qoQNkv8waF2ZvfIIuUt8ZXdr2v2It2MPuzQj2ZQ5ToI,87
265
- machineconfig/scripts/windows/unlock_bitlocker.ps1,sha256=Wv-SLscdckV-1mG3p82VXKPY9zW3hgkRmcLUXIZ1daE,253
266
- machineconfig/scripts/windows/wsl_rdp_windows_port_forwarding.ps1,sha256=dGKAoP8WsQzHiAZjD8WT1Ne8RRQU8xf9HdH9bDkihh4,1720
267
- machineconfig/scripts/windows/wsl_ssh_windows_port_forwarding.ps1,sha256=dr6t49UCnMHAhA0AR4gHluN0HvS5wzyygCNmjORfknU,2715
233
+ machineconfig/scripts/windows/mounts/mount_nfs.ps1,sha256=XrAdzpxE6a4OccSmWJ7YWHJTnsZK8uXnFE5j9GOPA20,2026
234
+ machineconfig/scripts/windows/mounts/mount_nw.ps1,sha256=puxcfZc3ZCJerm8pj8OZGVoTYkhzp-h7oV-MrksSqIE,454
235
+ machineconfig/scripts/windows/mounts/mount_smb.ps1,sha256=PzYWpIO9BpwXjdWlUQL9pnMRnOGNSkxfh4bHukJFme8,69
236
+ machineconfig/scripts/windows/mounts/mount_ssh.ps1,sha256=CZ4hFrGG9GbimWtoKdhz0m7vUDjBjg1vw42pZvdDtkk,314
237
+ machineconfig/scripts/windows/mounts/share_cloud.cmd,sha256=exD7JCdxw2LqVjw2MKCYHbVZlEqmelXtwnATng-dhJ4,1028
238
+ machineconfig/scripts/windows/mounts/share_smb.ps1,sha256=U7x8ULYSjbgzTtiHNSKQuTaZ_apilDvkGV5Xm5hXk5M,384
239
+ machineconfig/scripts/windows/mounts/unlock_bitlocker.ps1,sha256=Wv-SLscdckV-1mG3p82VXKPY9zW3hgkRmcLUXIZ1daE,253
268
240
  machineconfig/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
269
241
  machineconfig/settings/broot/br.sh,sha256=7CCJflIAirkiuo1suDCT8BzhVzDdJWEfbAxNDG4VPSI,1455
270
242
  machineconfig/settings/broot/brootcd.ps1,sha256=BB8uGnoVywxFWSgwsHxlbS8V4W_Qom3L1SedekGpgWA,877
@@ -279,7 +251,7 @@ machineconfig/settings/keyboard/espanso/match/base.yml,sha256=A0QcNSzbdqSUNh42Wq
279
251
  machineconfig/settings/keyboard/kanata/kanata.kbd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
280
252
  machineconfig/settings/lf/linux/colors,sha256=uSW9O3CkiVomxK8-JN8hQRcM71yADuOSjichbfBFTpg,4148
281
253
  machineconfig/settings/lf/linux/icons,sha256=liVoi5nOaxFyujil2z7Pcu8l5dG7_uurJ9IJD36jVhI,7147
282
- machineconfig/settings/lf/linux/lfrc,sha256=dUz7-wfAsXXzegmFsFJ8_jpBWa8ll5nnqlkUQBls_Qg,5418
254
+ machineconfig/settings/lf/linux/lfrc,sha256=VhPnKMXQfYWQpaUPKdHDWw2IPx1t_4zLoiNlCzWdeLE,5181
283
255
  machineconfig/settings/lf/linux/autocall/delete.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
284
256
  machineconfig/settings/lf/linux/autocall/on-cd.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
285
257
  machineconfig/settings/lf/linux/autocall/on-quit.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -301,7 +273,7 @@ machineconfig/settings/lf/windows/fzf_edit.ps1,sha256=kaEl3VKWW8THaqcCMVUkpdUrxs
301
273
  machineconfig/settings/lf/windows/icons,sha256=liVoi5nOaxFyujil2z7Pcu8l5dG7_uurJ9IJD36jVhI,7147
302
274
  machineconfig/settings/lf/windows/leftpane_previewer.ps1,sha256=SjwqXPqrU-5M0RCsYToJs2QHYy51rSTsbr05dihKtzE,87
303
275
  machineconfig/settings/lf/windows/lfcd.ps1,sha256=9mka24wTS2fwu9xUiveCEoodpniAuboZcvbsusQ708E,971
304
- machineconfig/settings/lf/windows/lfrc,sha256=8tW86t67PmjPdtysVRYNU3mICUa1pvhCGJnH0JlbFAg,4389
276
+ machineconfig/settings/lf/windows/lfrc,sha256=i38p6zTOAeXsFvdpXLKiRW2Y0oBsIwR_lSTe_uqomFk,3357
305
277
  machineconfig/settings/lf/windows/mkdir.ps1,sha256=Uluty9BrnS2kMsouiSqmt20GsNPbbTiHrKxwu1FtuME,56
306
278
  machineconfig/settings/lf/windows/mkfile.ps1,sha256=sAMnviWyZ8fkhZi7euKLUY2DgIg7domqZ9SSCbK2VWU,62
307
279
  machineconfig/settings/lf/windows/previewer.ps1,sha256=Mfg1WDXIBu0GVECWd11MUCBzE20KVfvu63uhcmncZro,206
@@ -319,11 +291,11 @@ machineconfig/settings/linters/.pylintrc,sha256=_hYrPgtMvQc877u5NTU_HlkJMZwuDrmB
319
291
  machineconfig/settings/linters/.ruff.toml,sha256=Cw9FHSyM1oPlLJDAy9Y9GiwyuBYUWI1mqSpz94ddAhc,1655
320
292
  machineconfig/settings/lvim/linux/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
321
293
  machineconfig/settings/lvim/windows/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
322
- machineconfig/settings/lvim/windows/archive/config_additional.lua,sha256=zj-VDn-Av4IomJ3EqM1gf_6VsZ9ieG815O9QK1slyPI,792
294
+ machineconfig/settings/lvim/windows/archive/config_additional.lua,sha256=EM__UsSkXDIIN7tIdMV-tkQV4z_jUmDCmHhjamEyiUA,651
323
295
  machineconfig/settings/lvim/windows/lua/user/custom_config.lua,sha256=wbSm8cZubnPfUhYDmd5HKYnVRZUYVj701FBax2ZgjtE,269
324
296
  machineconfig/settings/mprocs/windows/mprocs.yaml,sha256=qn_bPy8eSWMAlhA9PLVO_vxqlSlzzrQ1CldFjSKpLD4,864
325
297
  machineconfig/settings/mprocs/windows/other,sha256=gIRC6swgxOmXAWEJPCOKmAdDfmLQ2-Vh9A1vsj0atAY,276
326
- machineconfig/settings/pistol/pistol.conf,sha256=6F1Oa-XGcGQ0ryxQf-0Y-qTHi2Y1nsiAvsRbEh7DsyM,393
298
+ machineconfig/settings/pistol/pistol.conf,sha256=zjhSJDA3X1TDLRfimnVgJT_Dt54lDJc5hlTBB649d5A,378
327
299
  machineconfig/settings/presenterm/config.yaml,sha256=xxuapoLwxTJRz7nNXZ-7fiXFVclo2UxC3ENuNgDkpMg,1872
328
300
  machineconfig/settings/procs/.procs.toml,sha256=BNHaEMJNL9KH3KZhewO3UdNW2LeSxv2ApXt4Lj5mf6M,2656
329
301
  machineconfig/settings/pudb/pudb.cfg,sha256=CdiSeSRSXwSIFkCt5oIILM_QivUoRy9PpISLATponz4,508
@@ -331,7 +303,7 @@ machineconfig/settings/rofi/config.rasi,sha256=nDX5B8wdXQYF1fwiOTBRJUI4l_gQbYaLa
331
303
  machineconfig/settings/rofi/config_default.rasi,sha256=rTfKnC-bZuWX1l-lWQACCUOE1ShhkfykAxtXX9PlQHE,4694
332
304
  machineconfig/settings/shells/alacritty/alacritty.toml,sha256=EbL-2Y4QunW1pvRWB2yuLCw8MMPONheJr5LFoWRieUQ,871
333
305
  machineconfig/settings/shells/alacritty/alacritty.yml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
334
- machineconfig/settings/shells/bash/init.sh,sha256=EOCNg7h4roNDTappkddwy7U_0R_NKiLzbuZZ4gnmTPc,2352
306
+ machineconfig/settings/shells/bash/init.sh,sha256=B9nBiRTaQHe1r3pXl96X8VC_xkRQjj07C1H6Qh0SHB8,2226
335
307
  machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
336
308
  machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
337
309
  machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -339,15 +311,15 @@ machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=OJ3
339
311
  machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
340
312
  machineconfig/settings/shells/nushell/config.nu,sha256=ug0E0NXNlCzgStScFN6VTsAkUaOTPJZB69P-LS5L2VE,1047
341
313
  machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
342
- machineconfig/settings/shells/pwsh/init.ps1,sha256=3ayfo_DyCKEY6JHVEmFtGK7BjQqNdIUCoaScWnxBXFE,2468
314
+ machineconfig/settings/shells/pwsh/init.ps1,sha256=Er5PwndNtkmyIIA7bYhnDnuZGhTWZtuOrJXyJ_UxcQE,2570
343
315
  machineconfig/settings/shells/pwsh/profile.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
344
316
  machineconfig/settings/shells/starship/starship.toml,sha256=5rQTY7ZpKnrnhgu2Y9OJKUYMz5lPLIftO1p1VRuVZwQ,1150
345
317
  machineconfig/settings/shells/vtm/settings.xml,sha256=5TNXd-i0eUGo2w3tuhY9aOkwoJdqih8_HO_U6uL2Dts,18262
346
318
  machineconfig/settings/shells/wezterm/wezterm.lua,sha256=ZaUFqVNibGD5cyzlnYhIMAakTig6P7qggi5hvHGASPk,6210
347
319
  machineconfig/settings/shells/wt/settings.json,sha256=XRqyjphS5EckkHkdYkw6b5btBgnaoic-vn5oCPaPVvI,10135
348
320
  machineconfig/settings/streamlit/config.toml,sha256=O3d4ax88hoW7gm5r51xmCcPssQ8ol-oFz_d0NUDlU4k,483
349
- machineconfig/settings/svim/linux/init.toml,sha256=hQjQvkljszqy_hGJi6KFajfhERJPxicz5k06MfWD5-Q,1464
350
- machineconfig/settings/svim/windows/init.toml,sha256=IEZj2KRRvjSa1l3qjDjAK9DPc493Zl24RVgbQNLzKNQ,1452
321
+ machineconfig/settings/svim/linux/init.toml,sha256=IEEQN_80H0A4NPv7bt5zltEKAbpRkJyCQTJKbu2bBf8,1346
322
+ machineconfig/settings/svim/windows/init.toml,sha256=djllsYR_rvHNSR715QhqtLdHW8b-SpUZ8QquWEG7gVM,1347
351
323
  machineconfig/settings/tere/terecd.ps1,sha256=l8InGRvFORkj1Bcj0_dPaOip2oNkJoDwbYAlBheCqpg,175
352
324
  machineconfig/settings/tere/terecd.sh,sha256=vDKRbldub0aGQwnWtDwkPnSQHKpVQiDg1RTUrmntfl8,184
353
325
  machineconfig/settings/tmux/.tmate.conf,sha256=dhj8IbNUe_oaBSmnAE-k2rcHJ6_zcd7pHqrmKP19zA0,57
@@ -370,17 +342,15 @@ machineconfig/setup_linux/__init__.py,sha256=QSu4qc1pIBd483WdakKFN3JW8iI6YCv2hWl
370
342
  machineconfig/setup_linux/apps.sh,sha256=dP_caRCXwtQe9XjAWiyV4KU0TxOdn07H8fl07DASdZg,3329
371
343
  machineconfig/setup_linux/apps_desktop.sh,sha256=L2b_pcw3GiQdoAaoMO7J4bVvUoG5Pnuy9kDhV8JqprU,3325
372
344
  machineconfig/setup_linux/apps_gui.sh,sha256=lFPYq7H2bRogPwW6QoEuSr9GnTjHS-jRM_eYg2rjOmM,2301
373
- machineconfig/setup_linux/machineconfig.sh,sha256=VHrMMadbu__P94eF5SRpy1OeXm1fNjAxFJjITioxKXQ,476
374
345
  machineconfig/setup_linux/uv.sh,sha256=VxjGbRif_I4hZ9vogOZYxQhFGqX91zlvVfELvvqRwB8,487
375
346
  machineconfig/setup_linux/nix/cli_installation.sh,sha256=gVvszYZJgKPRJx2SEaE31BXDP0Fmeta4--gpr-zJZlY,4010
376
347
  machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh,sha256=F5dbg0n9RHsKGPn8fIdZMn3p0RrHEkb8rWBGsdVGbus,1207
377
348
  machineconfig/setup_linux/ssh/openssh_all.sh,sha256=3dg6HEUFbHQOzLfSAtzK_D_GB8rGCCp_aBnxNdnidVc,824
378
349
  machineconfig/setup_linux/ssh/openssh_wsl.sh,sha256=1eeRGrloVB34K5z8yWVUMG5b9pV-WBfHgV9jqXiYgCQ,1398
379
350
  machineconfig/setup_linux/web_shortcuts/android.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
380
- machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=5L54rXRXowOChS5SNRA6fd8OPqxv1IbfAkyosjSAl_g,285
351
+ machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=MWVH5wzMJuk2WnsfJeui1JbC5HI2Ux4875d1kO-5tp4,926
381
352
  machineconfig/setup_windows/__init__.py,sha256=wVpUqoLqXl-_-bRd7gZw_PJ7WZ2GtOqfFMzo_lIwieg,454
382
353
  machineconfig/setup_windows/apps.ps1,sha256=G5GqZ9G0aiQr_A-HaahtRdzpaTTdW6n3DRKMZWDTSPc,11214
383
- machineconfig/setup_windows/machineconfig.ps1,sha256=gIQBOLIh65oUXgSjYMeYeD6lU1Bu80LZ59xqRc3T3BA,918
384
354
  machineconfig/setup_windows/uv.ps1,sha256=mzkFJUQ57dukVQtY7WqAQIVUDMcixnkir8aNM_TYrl4,350
385
355
  machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
386
356
  machineconfig/setup_windows/others/obs.ps1,sha256=2andchcXpxS3rqZjGaMpY5VShxTAKWvw6eCrayjuaLo,30
@@ -388,24 +358,24 @@ machineconfig/setup_windows/others/power_options.ps1,sha256=c7Hn94jBD5GWF29CxMhm
388
358
  machineconfig/setup_windows/ssh/add-sshkey.ps1,sha256=qfPdqCpd9KP3VhH4ifsUm1Xvec7c0QVl4Wt8JIAm9HQ,1653
389
359
  machineconfig/setup_windows/ssh/add_identity.ps1,sha256=b8ZXpmNUSw3IMYvqSY7ClpdWPG39FS7MefoWnRhWN2U,506
390
360
  machineconfig/setup_windows/ssh/openssh-server.ps1,sha256=OMlYQdvuJQNxF5EILLPizB6BZAT3jAmDsv1WcVVxpFQ,2529
391
- machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=fAyz95_pRMzRQMMUlT9lUnr8uxVoY2CUZqtKgE2_wyc,294
361
+ machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=Oyice8vFmwAtgQKmSG0L_tZSbEZIZAqT5jwsr_MHQDI,1339
392
362
  machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
393
363
  machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=ogxJnwpdcpH7N6dFJu95UCNoGYirZKQho_3X0F_hmXs,6791
394
364
  machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
395
365
  machineconfig/utils/accessories.py,sha256=W_9dLzjwNTW5JQk_pe3B2ijQ1nA2-8Kdg2r7VBtzgQs,4340
396
366
  machineconfig/utils/code.py,sha256=0sAlozPgbbGwNE0sksK1XiBMyfCBtBt5d_6ExL1K9_8,6489
397
367
  machineconfig/utils/installer.py,sha256=ZnhW_gRmGlq5uXwzNvIn-x1vXuOJxkzVqjNu188f37s,10465
398
- machineconfig/utils/io.py,sha256=3axJBhNZCZiWJbzBvF7keDjCmqnbSKtoTnyDtq1I5BE,2871
368
+ machineconfig/utils/io.py,sha256=rzEwAnq-gyT29Y4CDHHGxAA6ddIIFOCxrqZ6dn0ALa4,2255
399
369
  machineconfig/utils/links.py,sha256=GQExBsMoxewOhwIrNdERuzk9HVKcmWgNUGO-RzPMS6M,22588
400
370
  machineconfig/utils/notifications.py,sha256=tuXIudcip0tEioG-bm8BbLr3FMDve4f6BktlznBhKxM,9013
401
371
  machineconfig/utils/options.py,sha256=vUO4Kej-vDOv64wHr2HNDyu6PATURpjd7xp6N8OOoJg,7083
402
372
  machineconfig/utils/path_extended.py,sha256=Xjdn2AVnB8p1jfNMNe2kJutVa5zGnFFJVGZbw-Bp_hg,53200
403
373
  machineconfig/utils/path_helper.py,sha256=0e3Xh3BAEv27oqcezNeVLHJllGmLEgLH4T1l90m-650,8014
404
374
  machineconfig/utils/procs.py,sha256=w75oGKfR7FpT1pGTGd2XscnEOO0IHBWxohLbi69hLqg,11418
405
- machineconfig/utils/scheduler.py,sha256=GbprwuxoJYdtkCsg7JZPXM8un9Z7v9tPjUoQjtS0oHU,14955
375
+ machineconfig/utils/scheduler.py,sha256=jZ_1yghqA3-aINPRmE_76gboqJc0UElroR7urNOfXKs,14940
406
376
  machineconfig/utils/scheduling.py,sha256=RF1iXJpqf4Dg18jdZWtBixz97KAHC6VKYqTFSpdLWuc,11188
407
- machineconfig/utils/source_of_truth.py,sha256=WwaI0T3Z9Tf0pFqJcHnEK53DvD8ILcgWYTyyRPHtEeI,804
408
- machineconfig/utils/ssh.py,sha256=gWFCRephneMZhj-b_DOOb3Pbl7r3aE4Xjt5NEcJHRMA,21118
377
+ machineconfig/utils/source_of_truth.py,sha256=ZAnCRltiM07ig--P6g9_6nEAvNFC4X4ERFTVcvpIYsE,764
378
+ machineconfig/utils/ssh.py,sha256=XOxZGi7j9VCDWgrVpXnM_u3qjpQwZcLigB6SFKBvIJ4,21083
409
379
  machineconfig/utils/terminal.py,sha256=IlmOByfQG-vjhaFFxxzU5rWzP5_qUzmalRfuey3PAmc,11801
410
380
  machineconfig/utils/upgrade_packages.py,sha256=H96zVJEWXJW07nh5vhjuSCrPtXGqoUb7xeJsFYYdmCI,3330
411
381
  machineconfig/utils/ve.py,sha256=L-6PBXnQGXThiwWgheJMQoisAZOZA6SVCbGw2J-GFnI,2414
@@ -414,22 +384,22 @@ machineconfig/utils/ai/generate_file_checklist.py,sha256=ajbmhcBToRugl75c_KZRq2X
414
384
  machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=ZTVkqgrwbV_EoPvyT8dyOTUE0ur3BW4sa9o6QYtt5Bo,2341
415
385
  machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqjZxU_3nXx2CA-qKbQgP3I,26232
416
386
  machineconfig/utils/files/ascii_art.py,sha256=cNJaJC07vx94fS44-tzgfbfBeCwXVrgpnWGBLUnfC38,5212
417
- machineconfig/utils/files/dbms.py,sha256=oXDIqWLDiSO2icdeTMgTfd84yq6beDk89FCC8OZ8NcI,11277
387
+ machineconfig/utils/files/dbms.py,sha256=B7Mns8g774kfeXZwcuGWUpRnSgiOtS6khn8faRH5rQs,11390
418
388
  machineconfig/utils/files/headers.py,sha256=F-sudsZ1JyAcmZNO4FdcyhoClbCdb2vMlqceT36zfhE,3717
419
389
  machineconfig/utils/files/read.py,sha256=R1bvIIdiFX9N0JyzUISqVfewYFq30cY3z0kqSlKGtuA,4566
420
390
  machineconfig/utils/files/ouch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
421
391
  machineconfig/utils/files/ouch/decompress.py,sha256=7qPaEkMerBBXzeZyFn8hLODHZJv1aty-yGgwBxLgVys,1413
422
392
  machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
423
393
  machineconfig/utils/installer_utils/github_release_bulk.py,sha256=WJf_qZlF02SmIc6C7o1h4Gy4gAaJAfeAS8O9s2Itj-k,6535
424
- machineconfig/utils/installer_utils/installer.py,sha256=CfBwtES-T0hhF-IHfbpyPn_tUz0YaVEk9sMV96oc0-w,9313
425
- machineconfig/utils/installer_utils/installer_abc.py,sha256=IxAN2QDohMAudNY_snW88NPU2S8ZUp8_2BPC32R4d_s,11050
426
- machineconfig/utils/installer_utils/installer_class.py,sha256=kvxsc8Ff6boqx1Llsupkp92LIsslUg5nktLLHdzZazo,18219
394
+ machineconfig/utils/installer_utils/installer.py,sha256=jJKfP5kttLRxYQnZ8KzLU9_cWm7uT6B4KdXwa7fQLC0,9763
395
+ machineconfig/utils/installer_utils/installer_abc.py,sha256=ZoMtINHD9cHEu4R5SYUWgHLTAqo4F2a33pBrEOGX4zs,11693
396
+ machineconfig/utils/installer_utils/installer_class.py,sha256=br_13DTNl49_pDG2CpmUtNgyK96FEjiOd24LM029EYM,18223
427
397
  machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=Xbi59rU35AzR7HZZ8ZQ8aUu_FjSgijNqc8Sme0rCk2Y,2050
428
398
  machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoSpdmTIdgS9LS-RvE-QZ-D260tD3o,1214
429
399
  machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
430
400
  machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
431
- machineconfig-5.37.dist-info/METADATA,sha256=kJtg4BkQbZKZ2ayUYp21TleR3t25v22UCNZ3GRhZbdo,3040
432
- machineconfig-5.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
433
- machineconfig-5.37.dist-info/entry_points.txt,sha256=z7b9guivf0GSKUG6b8ALgbDoRg2LuPfkGP_p-PxgX9g,469
434
- machineconfig-5.37.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
435
- machineconfig-5.37.dist-info/RECORD,,
401
+ machineconfig-5.39.dist-info/METADATA,sha256=SJ6iO7pzwMTNmVpDJuArJjvPMFpRn_eSYSlcerhzq9E,3111
402
+ machineconfig-5.39.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
403
+ machineconfig-5.39.dist-info/entry_points.txt,sha256=z7b9guivf0GSKUG6b8ALgbDoRg2LuPfkGP_p-PxgX9g,469
404
+ machineconfig-5.39.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
405
+ machineconfig-5.39.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
-
2
- wt --profile croshell -d . --title "MyTerminal" --tabColor "red"`; split-pane --vertical --size 0.55 pwsh machineconfig-workingdirectory ~/code/machineconfig -Command "pwd" `; split-pane -V PowerShell -NoExit -Command "cd code/machineconfig" `; split-pane -H wsl.exe cmatrix`; split-pane -V wsl.exe sl
3
- # wt -p "Command Prompt" `; split-pane -p "Windows PowerShell" `; split-pane -H wsl.exe
4
-
5
- # See more settings here: https://docs.microsoft.com/en-us/windows/terminal/
6
-
@@ -1,2 +0,0 @@
1
-
2
- powershell %USERPROFILE%/code/machineconfig/src/machineconfig/jobs/windows/start_terminal.ps1
@@ -1,105 +0,0 @@
1
- #!/bin/bash
2
- # ☁️ CLOUD CONFIGURATION INITIALIZATION SCRIPT ☁️
3
- # This script initializes cloud configuration settings and sets up the environment
4
-
5
- echo """🔑 COLLECTING CONFIGURATION PARAMETERS | Setting up cloud environment
6
- """
7
-
8
- # Check for required environment variables and prompt if not set
9
- if [ -z "$CLOUD_CONFIG_NAME" ]; then
10
- echo """ #-----------------------------------------------------------------------
11
- 📋 CONFIG NAME | Specify cloud configuration to run
12
- #-----------------------------------------------------------------------
13
- """
14
- read -s -p "💭 Enter CLOUD_CONFIG_NAME (should be under cloud_config_name): " CLOUD_CONFIG_NAME
15
- export CLOUD_CONFIG_NAME=$CLOUD_CONFIG_NAME
16
- echo ""
17
- fi
18
-
19
- if [ -z "$SHARE_URL" ]; then
20
- echo """ #-----------------------------------------------------------------------
21
- 🔗 SHARE URL | Provide cloud share URL for configuration files
22
- #-----------------------------------------------------------------------
23
- ℹ️ To get share_url, go to dotfiles and run: cloud_copy . :^ --config ss
24
- """
25
- read -s -p "🔗 Enter SHARE_URL: " SHARE_URL
26
- export SHARE_URL=$SHARE_URL
27
- echo ""
28
- fi
29
-
30
- if [ -z "$DECRYPTION_PASSWORD" ]; then
31
- echo """ #-----------------------------------------------------------------------
32
- 🔒 SECURITY | Enter decryption password
33
- #-----------------------------------------------------------------------
34
- """
35
- read -s -p "🔑 Enter DECRYPTION_PASSWORD: " DECRYPTION_PASSWORD
36
- export DECRYPTION_PASSWORD=$DECRYPTION_PASSWORD
37
- echo ""
38
- fi
39
-
40
- echo """📦 INSTALLING ESSENTIALS | Setting up core dependencies
41
- """
42
-
43
- # Set up package manager
44
- export package_manager="apt"
45
-
46
- # Install essential applications
47
- echo "📥 Installing essential Linux applications..."
48
- curl bit.ly/cfgappslinux -L | bash
49
-
50
- # Set up virtual environment
51
- echo "🔧 Setting up Python virtual environment..."
52
- curl bit.ly/cfgvelinux -L | bash
53
-
54
- # Activate virtual environment
55
- echo "🚀 Activating Python virtual environment..."
56
- . $HOME/code/machineconfig/.venv/bin/activate
57
-
58
- # Clone repositories
59
- echo "📋 Setting up code repositories..."
60
- curl bit.ly/cfgreposlinux -L | bash
61
-
62
- echo """⚙️ CONFIGURING ENVIRONMENT | Setting up dotfiles
63
- """
64
-
65
- # Link configuration files
66
- echo "🔄 Creating symlinks for configuration files..."
67
- source ~/code/machineconfig/src/machineconfig/setup_linux/symlinks.sh
68
- sleep 1
69
-
70
- # Copy cloud configurations
71
- echo "☁️ Copying configuration files from cloud storage..."
72
- ~/scripts/cloud_copy $SHARE_URL $HOME --config ss
73
-
74
- # Refresh symlinks
75
- echo "🔄 Refreshing symlinks after cloud copy..."
76
- source ~/code/machineconfig/src/machineconfig/setup_linux/symlinks.sh
77
-
78
- # Reload shell configuration
79
- echo "🔄 Reloading shell configuration..."
80
- . ~/.bashrc
81
-
82
- echo """📦 INSTALLING DEVELOPMENT TOOLS | Setting up development environment
83
- """
84
-
85
- # Activate virtual environment
86
- echo "🚀 Activating Python virtual environment..."
87
- . $HOME/scripts/activate_ve '.venv'
88
-
89
- # Install all essential development applications
90
- echo "📥 Installing essential development applications..."
91
- python -m fire machineconfig.scripts.python.devops_devapps_install main --which=essentials
92
-
93
- # Reload shell configuration
94
- echo "🔄 Reloading shell configuration..."
95
- . ~/.bashrc
96
-
97
- echo """✅ FINALIZING CONFIGURATION | Running cloud-specific initialization
98
- """
99
-
100
- # Run cloud-specific initialization script
101
- echo "⚙️ Running cloud-specific configuration: $CLOUD_CONFIG_NAME"
102
- . $HOME/dotfiles/config/cloud/$CLOUD_CONFIG_NAME/init.sh
103
-
104
- echo """✅ INITIALIZATION COMPLETE | Cloud environment has been set up successfully
105
- """
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig agents "$@"
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig cloud $@
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig croshell "$@"
3
-
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig devops "$@"
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig fire "$@"
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig ftpx "$@"
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig kill_process "$@"
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig sessions "$@"
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env bash
2
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig create_zellij_template
3
- zellij --layout $HOME/tmp_results/tmp_files/templates/zellij_template.kdl
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig agents $args
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig cloud $args
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig croshell $args
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig devops $args
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig fire $args
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig ftpx $args
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig chatgpt $args
@@ -1,2 +0,0 @@
1
-
2
- & "C:\Program Files\Git\usr\bin\grep.exe" $args