machineconfig 5.36__py3-none-any.whl → 5.38__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 (91) hide show
  1. machineconfig/cluster/remote/script_execution.py +0 -1
  2. machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +0 -2
  3. machineconfig/jobs/installer/custom_dev/nerfont_windows_helper.py +12 -12
  4. machineconfig/jobs/installer/installer_data.json +53 -2
  5. machineconfig/jobs/windows/archive/archive_pygraphviz.ps1 +1 -3
  6. machineconfig/scripts/linux/{share_cloud.sh → other/share_cloud.sh} +3 -0
  7. machineconfig/scripts/python/ai/solutions/generic.py +1 -0
  8. machineconfig/scripts/python/croshell.py +5 -2
  9. machineconfig/scripts/python/devops.py +4 -21
  10. machineconfig/scripts/python/devops_helpers/cli_nw.py +2 -1
  11. machineconfig/scripts/python/devops_helpers/cli_repos.py +1 -3
  12. machineconfig/scripts/python/devops_helpers/cli_self.py +6 -6
  13. machineconfig/scripts/python/devops_helpers/cli_share_server.py +109 -0
  14. machineconfig/scripts/python/devops_helpers/cli_terminal.py +35 -23
  15. machineconfig/scripts/python/devops_helpers/devops_add_ssh_key.py +0 -1
  16. machineconfig/scripts/python/devops_helpers/devops_update_repos.py +63 -44
  17. machineconfig/scripts/python/devops_helpers/themes/choose_pwsh_theme.ps1 +16 -15
  18. machineconfig/scripts/python/devops_navigator.py +183 -80
  19. machineconfig/scripts/python/helpers_fire/{fire_gemini.py → agentic_frameworks/fire_gemini.py} +12 -9
  20. machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_qwen.py +43 -0
  21. machineconfig/scripts/python/helpers_fire/fire_agents_help_launch.py +4 -4
  22. machineconfig/scripts/python/helpers_fire/template.ps1 +29 -0
  23. machineconfig/scripts/python/interactive.py +3 -2
  24. machineconfig/scripts/python/nw/mount_nw_drive +1 -2
  25. machineconfig/scripts/python/repos_helpers/update.py +1 -1
  26. machineconfig/scripts/windows/mounts/share_nfs.ps1 +0 -0
  27. machineconfig/settings/lf/linux/lfrc +0 -2
  28. machineconfig/settings/lf/windows/lfrc +0 -4
  29. machineconfig/settings/shells/bash/commands.sh +24 -0
  30. machineconfig/settings/shells/bash/init.sh +5 -0
  31. machineconfig/settings/shells/pwsh/commands.ps1 +33 -0
  32. machineconfig/settings/shells/pwsh/init.ps1 +4 -0
  33. machineconfig/setup_linux/web_shortcuts/interactive.sh +1 -2
  34. machineconfig/setup_windows/machineconfig.ps1 +2 -0
  35. machineconfig/setup_windows/web_shortcuts/interactive.ps1 +1 -1
  36. machineconfig/utils/files/dbms.py +4 -1
  37. machineconfig/utils/installer_utils/installer.py +12 -0
  38. machineconfig/utils/installer_utils/installer_abc.py +26 -9
  39. machineconfig/utils/installer_utils/installer_class.py +1 -1
  40. machineconfig/utils/io.py +0 -18
  41. machineconfig/utils/scheduler.py +3 -4
  42. {machineconfig-5.36.dist-info → machineconfig-5.38.dist-info}/METADATA +7 -4
  43. {machineconfig-5.36.dist-info → machineconfig-5.38.dist-info}/RECORD +63 -86
  44. machineconfig/jobs/windows/start_terminal.ps1 +0 -6
  45. machineconfig/jobs/windows/startup_file.cmd +0 -2
  46. machineconfig/scripts/cloud/init.sh +0 -105
  47. machineconfig/scripts/linux/agents +0 -2
  48. machineconfig/scripts/linux/cloud +0 -2
  49. machineconfig/scripts/linux/croshell +0 -3
  50. machineconfig/scripts/linux/devops +0 -2
  51. machineconfig/scripts/linux/fire +0 -2
  52. machineconfig/scripts/linux/ftpx +0 -2
  53. machineconfig/scripts/linux/kill_process +0 -2
  54. machineconfig/scripts/linux/sessions +0 -2
  55. machineconfig/scripts/linux/start_terminals +0 -3
  56. machineconfig/scripts/windows/agents.ps1 +0 -1
  57. machineconfig/scripts/windows/cloud.ps1 +0 -1
  58. machineconfig/scripts/windows/croshell.ps1 +0 -1
  59. machineconfig/scripts/windows/devops.ps1 +0 -1
  60. machineconfig/scripts/windows/fire.ps1 +0 -1
  61. machineconfig/scripts/windows/ftpx.ps1 +0 -1
  62. machineconfig/scripts/windows/gpt.ps1 +0 -1
  63. machineconfig/scripts/windows/grep.ps1 +0 -2
  64. machineconfig/scripts/windows/kill_process.ps1 +0 -1
  65. machineconfig/scripts/windows/nano.ps1 +0 -3
  66. machineconfig/scripts/windows/scheduler.ps1 +0 -1
  67. machineconfig/scripts/windows/sessions.ps1 +0 -1
  68. machineconfig/scripts/windows/snapshot.ps1 +0 -1
  69. machineconfig/scripts/windows/start_terminals.ps1 +0 -1
  70. machineconfig/scripts/windows/wsl_rdp_windows_port_forwarding.ps1 +0 -46
  71. machineconfig/scripts/windows/wsl_ssh_windows_port_forwarding.ps1 +0 -76
  72. /machineconfig/scripts/linux/{share_nfs → other/share_nfs} +0 -0
  73. /machineconfig/scripts/linux/{share_smb → other/share_smb} +0 -0
  74. /machineconfig/scripts/linux/{start_docker → other/start_docker} +0 -0
  75. /machineconfig/scripts/linux/{switch_ip → other/switch_ip} +0 -0
  76. /machineconfig/scripts/{windows/share_nfs.ps1 → python/helpers_fire/agentic_frameworks/__init__.py} +0 -0
  77. /machineconfig/scripts/python/helpers_fire/{fire_crush.json → agentic_frameworks/fire_crush.json} +0 -0
  78. /machineconfig/scripts/python/helpers_fire/{fire_crush.py → agentic_frameworks/fire_crush.py} +0 -0
  79. /machineconfig/scripts/python/helpers_fire/{fire_cursor_agents.py → agentic_frameworks/fire_cursor_agents.py} +0 -0
  80. /machineconfig/scripts/windows/{mount_nfs.ps1 → mounts/mount_nfs.ps1} +0 -0
  81. /machineconfig/scripts/windows/{mount_nw.ps1 → mounts/mount_nw.ps1} +0 -0
  82. /machineconfig/scripts/windows/{mount_smb.ps1 → mounts/mount_smb.ps1} +0 -0
  83. /machineconfig/scripts/windows/{mount_ssh.ps1 → mounts/mount_ssh.ps1} +0 -0
  84. /machineconfig/scripts/windows/{pomodoro.ps1 → mounts/pomodoro.ps1} +0 -0
  85. /machineconfig/scripts/windows/{reload_path.ps1 → mounts/reload_path.ps1} +0 -0
  86. /machineconfig/scripts/windows/{share_cloud.cmd → mounts/share_cloud.cmd} +0 -0
  87. /machineconfig/scripts/windows/{share_smb.ps1 → mounts/share_smb.ps1} +0 -0
  88. /machineconfig/scripts/windows/{unlock_bitlocker.ps1 → mounts/unlock_bitlocker.ps1} +0 -0
  89. {machineconfig-5.36.dist-info → machineconfig-5.38.dist-info}/WHEEL +0 -0
  90. {machineconfig-5.36.dist-info → machineconfig-5.38.dist-info}/entry_points.txt +0 -0
  91. {machineconfig-5.36.dist-info → machineconfig-5.38.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=D-DkI_R8mgsUFeSeKlvyeesyKRb7vvy4o435JOVViWs,13694
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
@@ -46,7 +46,7 @@ machineconfig/cluster/templates/cli_trogon.py,sha256=PFWGy8SFYIhT9r3ZV4oIEYfImsQ
46
46
  machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  machineconfig/jobs/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
48
  machineconfig/jobs/installer/check_installations.py,sha256=wOtvWzyJSxbuFueFfcOc4gX_UbTRWv6tWpRcG-3Ml_8,10780
49
- machineconfig/jobs/installer/installer_data.json,sha256=py5S8uf0RscDXDZWIsnrFoG2x90zt4XGhpW5w16CGpU,73161
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,9 +86,7 @@ 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
@@ -103,38 +101,28 @@ machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0
103
101
  machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
104
102
  machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
105
103
  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
104
  machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
114
105
  machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
115
106
  machineconfig/scripts/linux/fzffg,sha256=jjeeyFkWmBbwH2taRqC3EOzZep2KR-ZYoI4UI-5kHqg,1090
116
107
  machineconfig/scripts/linux/fzfg,sha256=ClGnJZUsIk4y0qs3W5iXGo-nd0FaqAHMsnh8uoXQFy8,1190
117
108
  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
109
  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
110
  machineconfig/scripts/linux/warp-cli.sh,sha256=shFFZ9viet_DSEEHT8kxlGRHoJpO6o85pKYnc3rIkaA,3868
128
111
  machineconfig/scripts/linux/z_ls,sha256=ATZtu0ccN3AKvAOxkwLq1xgQjJ3en5byEWJ3Q8afnNg,3340
112
+ machineconfig/scripts/linux/other/share_cloud.sh,sha256=lIZrXiaOT11kzu4NFNTXvANhc2bMdSPDYD1-7XUO_C0,2027
113
+ machineconfig/scripts/linux/other/share_nfs,sha256=LDQZQ9TV7z2y7RtNHiO4Wb513MztyGjaAV-GzTGwUdc,1374
114
+ machineconfig/scripts/linux/other/share_smb,sha256=HZX8BKgMlS9JzkGIYnxTsPvoxEBBuVLVkqzR3pmGFGY,20
115
+ machineconfig/scripts/linux/other/start_docker,sha256=_yDN_PPqgzSUnPT7dmniMTpL4IfeeaGy1a2OL3IJlDU,525
116
+ machineconfig/scripts/linux/other/switch_ip,sha256=NQfeKMBSbFY3eP6M-BadD-TQo5qMP96DTp77KHk2tU8,613
129
117
  machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
118
  machineconfig/scripts/python/agents.py,sha256=Bu2_my11RpvgOqUZuY8E0U8rlaKNL1IwBALIH8dYelU,10549
131
119
  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
120
+ machineconfig/scripts/python/croshell.py,sha256=-LTfsUqzr1wDj7VtihhuKzNWxgk0YLVLMEczsQCC1e4,6594
121
+ machineconfig/scripts/python/devops.py,sha256=EJ4o4MKz0bgHmChWGF8A6hC2ZFdjcQj71nMsctloLrA,1482
122
+ machineconfig/scripts/python/devops_navigator.py,sha256=JYRKB8pVK5gyxcsrEYPC4IvUeX7rP4eMIkaattt8_t0,35090
135
123
  machineconfig/scripts/python/fire_jobs.py,sha256=UxMkQ8WqxmZx_u1gn9LV_Cn4FjbCAtuWUWupZl1UkUI,13486
136
124
  machineconfig/scripts/python/ftpx.py,sha256=17oCDB59C9z1RIpEoBTgmv8NFDTqhWzKWew9TqbP8vM,9406
137
- machineconfig/scripts/python/interactive.py,sha256=Zghe-b2Y6WIDPEhzsO1NDheTv4PAz4357SeL5AXJfh0,11777
125
+ machineconfig/scripts/python/interactive.py,sha256=373MPCtG_RUpN1B7U_597ITA52_BstrcRafFMmgT2dM,11809
138
126
  machineconfig/scripts/python/sessions.py,sha256=lO_aTnh7T05XoCa8Ox-ROAWBKMtbo-DZzlFDUqzSipM,8716
139
127
  machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
140
128
  machineconfig/scripts/python/ai/generate_files.py,sha256=Vfjgd0skJu-WTgqUxmOVFzaNMfSFBaFmY5oGGVY7MZY,2860
@@ -143,7 +131,7 @@ machineconfig/scripts/python/ai/scripts/lint_and_type_check.ps1,sha256=usx-yFmqJ
143
131
  machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=xYJ2sFSXc4_QGJs3mDz7zedqerlHufQgrK9JRpct5_s,4716
144
132
  machineconfig/scripts/python/ai/solutions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
133
  machineconfig/scripts/python/ai/solutions/_shared.py,sha256=rBniovmKZuY48T50cCyG_oeFZgSap365EXEadv9UtM4,603
146
- machineconfig/scripts/python/ai/solutions/generic.py,sha256=ebTXBTcnGkTCUnvRW55yTuNGeQtAmY7Gh27fwF6Yaqk,2321
134
+ machineconfig/scripts/python/ai/solutions/generic.py,sha256=DhihGonR6rFgRX9DN5qnbgdqbmXg6hBPXOVUv0j3YRE,2341
147
135
  machineconfig/scripts/python/ai/solutions/claude/claude.py,sha256=tVMdaOL_9jC1nvfPsJs9WRkPPNa2tQVyq4vxdpOPK6k,343
148
136
  machineconfig/scripts/python/ai/solutions/cline/cline.py,sha256=3nYdEmdk76sYerEvImEDi3Qi-n94ExFkg20HttI7iCc,446
149
137
  machineconfig/scripts/python/ai/solutions/copilot/github_copilot.py,sha256=spuPpENX_lZIBiANQq9eTxefoPBE2Ao_LEY16ZCaUQY,1890
@@ -180,31 +168,34 @@ machineconfig/scripts/python/devops_helpers/__init__.py,sha256=47DEQpj8HBSa-_TIm
180
168
  machineconfig/scripts/python/devops_helpers/cli_config.py,sha256=hoQXU44kCdvYMxLXZErC1xcExRmb1EMgSi7IUDQl7KA,3262
181
169
  machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py,sha256=9W9i8Qbs6i2NfTq0knywB3StvE_sHaZYZ0RslTyoVz8,2734
182
170
  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
171
+ machineconfig/scripts/python/devops_helpers/cli_nw.py,sha256=4Ko4dA8YXqiRJvuOuwZv3YOvnSJQ7-A11ezJ8EztDis,2068
172
+ machineconfig/scripts/python/devops_helpers/cli_repos.py,sha256=GQJaCSnvNbIo_CmpYBDZOUyi0kPgn8VCr3a5Dnfy0_w,9681
173
+ machineconfig/scripts/python/devops_helpers/cli_self.py,sha256=7NVo_ox7DWfYB-FrrX2A2axXODVXuFyf0CxrEOBxSmc,1461
174
+ machineconfig/scripts/python/devops_helpers/cli_share_server.py,sha256=285OzxttCx7YsrpOkaapMKP1eVGHmG5TkkaSQnY7i3c,3976
175
+ machineconfig/scripts/python/devops_helpers/cli_terminal.py,sha256=k_PzXaiGyE0vXr0Ii1XcJz2A7UvyPJrR31TRWt4RKRI,6019
187
176
  machineconfig/scripts/python/devops_helpers/devops_add_identity.py,sha256=wvjNgqsLmqD2SxbNCW_usqfp0LI-TDvcJJKGOWt2oFw,3775
188
- machineconfig/scripts/python/devops_helpers/devops_add_ssh_key.py,sha256=MwyHbpRP9r6DajARCdjEKVNrhEdv_yjd0lXxgEwjwsA,9179
177
+ machineconfig/scripts/python/devops_helpers/devops_add_ssh_key.py,sha256=gjp2bv-nrGvSsQGHNIpE83yJqza2gj1FXJkimUtZwmU,9119
189
178
  machineconfig/scripts/python/devops_helpers/devops_backup_retrieve.py,sha256=nK47Rc7gQuDCnkk6_sW1y82gBnDJ9TdHU8XwMPFBK9c,5591
190
179
  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_update_repos.py,sha256=J_a9cgeYhht7gW6d2PD176vpjVtyUijbN4ACId6N5CQ,10043
192
181
  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
182
+ machineconfig/scripts/python/devops_helpers/themes/choose_pwsh_theme.ps1,sha256=58gFOeynADHLTdk8zqEnndBtyNGrln0jvpo76O0UWTw,3136
194
183
  machineconfig/scripts/python/devops_helpers/themes/choose_wezterm_theme.py,sha256=pRXAGe2IpysYshsaF8CKEwHI8EGPtLcM8PtiAqM7vmM,3425
195
184
  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
185
+ machineconfig/scripts/python/helpers_fire/fire_agents_help_launch.py,sha256=vgJMzSyLRTik2lnKYZsNzwoAF-z8Tp1aVi4wMvIJzPs,5627
197
186
  machineconfig/scripts/python/helpers_fire/fire_agents_help_search.py,sha256=qIfSS_su2YJ1Gb0_lu4cbjlJlYMBw0v52NTGiSrGjk8,2991
198
187
  machineconfig/scripts/python/helpers_fire/fire_agents_helper_types.py,sha256=b3_EaG_rGuRxTuVmKZVbY-tawsfrNP3tvPNaNgZ9ohs,1069
199
188
  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
189
  machineconfig/scripts/python/helpers_fire/helpers4.py,sha256=iKR5vVJygaDIpFXhcdma9jOpyxKtUhmqcmalFxJmY0w,4749
205
190
  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
191
+ machineconfig/scripts/python/helpers_fire/template.ps1,sha256=adw3fxVBP3OJFgVUCuekpExfMobwXut9tPfk5mcfxLU,1084
207
192
  machineconfig/scripts/python/helpers_fire/template.sh,sha256=6bFw04pIleOUAHs5bXlzorK-qrYwcq1WNIgaj4FByOo,1124
193
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
194
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.json,sha256=YGuJF-qlMjhICPf0QnNfQlGNPsYrJJDlNcgmes0TFhM,252
195
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.py,sha256=-yRdVcKX_1XTUzWKNoNW9rjmn_NsJuk1pB5EKC4TKpU,1622
196
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_cursor_agents.py,sha256=YYwZWa3yEbpIxUorL2Z1AOwrG9RqhtMQx5D4hsON_Vw,570
197
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_gemini.py,sha256=a5aCq3H_i2oqKleGdoObyusks29oy9J7BZLZH-ZGbqo,1574
198
+ machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_qwen.py,sha256=73R0EPAstdw37BBOaHzzPibI4EK1euVXX-_wx9I61hc,1702
208
199
  machineconfig/scripts/python/helpers_fire_command/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
209
200
  machineconfig/scripts/python/helpers_fire_command/cloud_manager.py,sha256=YN0DYLzPKtMBaks-EAVwFmkCu3XeHWMr1D21uqX5dDk,3429
210
201
  machineconfig/scripts/python/helpers_fire_command/fire_jobs_args_helper.py,sha256=UUrGB2N_pR7PxFKtKTJxIUiS58WjQX0U50y2ft8Ul4w,4334
@@ -218,7 +209,7 @@ machineconfig/scripts/python/nw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
218
209
  machineconfig/scripts/python/nw/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
219
210
  machineconfig/scripts/python/nw/mount_nfs,sha256=kpIbAse3igReEGgnXngez2ytWucLwmb_xo6e6KeO_rs,1870
220
211
  machineconfig/scripts/python/nw/mount_nfs.py,sha256=aECrL64j9g-9rF49sVJAjGmzaoGgcMnl3g9v17kQF4c,3239
221
- machineconfig/scripts/python/nw/mount_nw_drive,sha256=pNzHc7yZn5YIzn2BkpKvd5530PqbestkzrdoXaChyqY,2338
212
+ machineconfig/scripts/python/nw/mount_nw_drive,sha256=BqjGBCbwe5ZAsZDO3L0zHhh_gJfZy1CYOcqXA4Y-WkQ,2262
222
213
  machineconfig/scripts/python/nw/mount_nw_drive.py,sha256=iru6AtnTyvyuk6WxlK5R4lDkuliVpPV5_uBTVVhXtjQ,1550
223
214
  machineconfig/scripts/python/nw/mount_smb,sha256=7UN5EP1kuxYL_-CnyaH4f9Wuu2CgALDZpJ0mPcdvCiY,94
224
215
  machineconfig/scripts/python/nw/mount_ssh.py,sha256=k2fKq3f5dKq_7anrFOlqvJoI_3U4EWNHLRZ1o3Lsy6M,2268
@@ -232,39 +223,23 @@ machineconfig/scripts/python/repos_helpers/count_lines_frontend.py,sha256=jOlMCc
232
223
  machineconfig/scripts/python/repos_helpers/entrypoint.py,sha256=Jb89Boa5vU7YkM4Olo7Zo20rTSNgjr_6tQMWhdbJp7o,2827
233
224
  machineconfig/scripts/python/repos_helpers/record.py,sha256=dtnnInQPn00u1cyr0oOgJ_jB12O3bSiNctwzC3W7_3w,10994
234
225
  machineconfig/scripts/python/repos_helpers/sync.py,sha256=CLLWy2n2gY9beXPF-mblOQ6R7cKoenkJjMiX7tHQsBk,3091
235
- machineconfig/scripts/python/repos_helpers/update.py,sha256=AYyKIB7eQ48yoYmFjydIhRI1lV39TBv_S4_LCa-oKuQ,11042
226
+ machineconfig/scripts/python/repos_helpers/update.py,sha256=_WLveSUgcBufq9T9fn5pM_1EeyD30umFlqmy9hEmk44,11054
236
227
  machineconfig/scripts/python/sessions_helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
237
228
  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
244
229
  machineconfig/scripts/windows/fzfb.ps1,sha256=Bmngm2aY8hnPa3iKAOK6EPDYdKzGLUc81wYOnJhNoqg,149
245
230
  machineconfig/scripts/windows/fzfg.ps1,sha256=CHJbMrMuZePd4dxwIwz3g4XWAEmWmckuX-Nrx2xgRkg,27
246
231
  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
232
  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=mTR-KcOYJaljWzymKTbzj3jrl5EMgS33mHizU-uO7yo,2089
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=zvU1737vR0f0S7Si1tXMb3ys_I9KVIwlz2jj8ejIQ9Y,337
237
+ machineconfig/scripts/windows/mounts/pomodoro.ps1,sha256=9r61cwRy4M2_1A-NFb0fxUuUONxXBLJmLYtY3apkyQA,80
238
+ machineconfig/scripts/windows/mounts/reload_path.ps1,sha256=81hQY18LFApVZWFiUfgMzzPH2pJ1WD1fHInfmicBZFA,217
239
+ machineconfig/scripts/windows/mounts/share_cloud.cmd,sha256=exD7JCdxw2LqVjw2MKCYHbVZlEqmelXtwnATng-dhJ4,1028
240
+ machineconfig/scripts/windows/mounts/share_nfs.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
241
+ machineconfig/scripts/windows/mounts/share_smb.ps1,sha256=U7x8ULYSjbgzTtiHNSKQuTaZ_apilDvkGV5Xm5hXk5M,384
242
+ machineconfig/scripts/windows/mounts/unlock_bitlocker.ps1,sha256=Wv-SLscdckV-1mG3p82VXKPY9zW3hgkRmcLUXIZ1daE,253
268
243
  machineconfig/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
269
244
  machineconfig/settings/broot/br.sh,sha256=7CCJflIAirkiuo1suDCT8BzhVzDdJWEfbAxNDG4VPSI,1455
270
245
  machineconfig/settings/broot/brootcd.ps1,sha256=BB8uGnoVywxFWSgwsHxlbS8V4W_Qom3L1SedekGpgWA,877
@@ -279,7 +254,7 @@ machineconfig/settings/keyboard/espanso/match/base.yml,sha256=A0QcNSzbdqSUNh42Wq
279
254
  machineconfig/settings/keyboard/kanata/kanata.kbd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
280
255
  machineconfig/settings/lf/linux/colors,sha256=uSW9O3CkiVomxK8-JN8hQRcM71yADuOSjichbfBFTpg,4148
281
256
  machineconfig/settings/lf/linux/icons,sha256=liVoi5nOaxFyujil2z7Pcu8l5dG7_uurJ9IJD36jVhI,7147
282
- machineconfig/settings/lf/linux/lfrc,sha256=dUz7-wfAsXXzegmFsFJ8_jpBWa8ll5nnqlkUQBls_Qg,5418
257
+ machineconfig/settings/lf/linux/lfrc,sha256=D93P-gpmPz7g42B72BcmWwyz2JACHnj_OLa8-4YhlKc,5290
283
258
  machineconfig/settings/lf/linux/autocall/delete.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
284
259
  machineconfig/settings/lf/linux/autocall/on-cd.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
285
260
  machineconfig/settings/lf/linux/autocall/on-quit.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -301,7 +276,7 @@ machineconfig/settings/lf/windows/fzf_edit.ps1,sha256=kaEl3VKWW8THaqcCMVUkpdUrxs
301
276
  machineconfig/settings/lf/windows/icons,sha256=liVoi5nOaxFyujil2z7Pcu8l5dG7_uurJ9IJD36jVhI,7147
302
277
  machineconfig/settings/lf/windows/leftpane_previewer.ps1,sha256=SjwqXPqrU-5M0RCsYToJs2QHYy51rSTsbr05dihKtzE,87
303
278
  machineconfig/settings/lf/windows/lfcd.ps1,sha256=9mka24wTS2fwu9xUiveCEoodpniAuboZcvbsusQ708E,971
304
- machineconfig/settings/lf/windows/lfrc,sha256=8tW86t67PmjPdtysVRYNU3mICUa1pvhCGJnH0JlbFAg,4389
279
+ machineconfig/settings/lf/windows/lfrc,sha256=TEB9pSW1pO29oiDcqvid5hclUT4Ac2Z18GQ_eDgIeM4,4140
305
280
  machineconfig/settings/lf/windows/mkdir.ps1,sha256=Uluty9BrnS2kMsouiSqmt20GsNPbbTiHrKxwu1FtuME,56
306
281
  machineconfig/settings/lf/windows/mkfile.ps1,sha256=sAMnviWyZ8fkhZi7euKLUY2DgIg7domqZ9SSCbK2VWU,62
307
282
  machineconfig/settings/lf/windows/previewer.ps1,sha256=Mfg1WDXIBu0GVECWd11MUCBzE20KVfvu63uhcmncZro,206
@@ -331,7 +306,8 @@ machineconfig/settings/rofi/config.rasi,sha256=nDX5B8wdXQYF1fwiOTBRJUI4l_gQbYaLa
331
306
  machineconfig/settings/rofi/config_default.rasi,sha256=rTfKnC-bZuWX1l-lWQACCUOE1ShhkfykAxtXX9PlQHE,4694
332
307
  machineconfig/settings/shells/alacritty/alacritty.toml,sha256=EbL-2Y4QunW1pvRWB2yuLCw8MMPONheJr5LFoWRieUQ,871
333
308
  machineconfig/settings/shells/alacritty/alacritty.yml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
334
- machineconfig/settings/shells/bash/init.sh,sha256=EOCNg7h4roNDTappkddwy7U_0R_NKiLzbuZZ4gnmTPc,2352
309
+ machineconfig/settings/shells/bash/commands.sh,sha256=Fk3SMDIsD_y1IyKq8QA_XBHDYNrEq6vnxHOJLoT39h4,914
310
+ machineconfig/settings/shells/bash/init.sh,sha256=WDekQVdZd1ROLoOTY9MIrvX-EFFpFqT3s13_XwxHZtc,2562
335
311
  machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
336
312
  machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
337
313
  machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -339,7 +315,8 @@ machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=OJ3
339
315
  machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
340
316
  machineconfig/settings/shells/nushell/config.nu,sha256=ug0E0NXNlCzgStScFN6VTsAkUaOTPJZB69P-LS5L2VE,1047
341
317
  machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
342
- machineconfig/settings/shells/pwsh/init.ps1,sha256=3ayfo_DyCKEY6JHVEmFtGK7BjQqNdIUCoaScWnxBXFE,2468
318
+ machineconfig/settings/shells/pwsh/commands.ps1,sha256=I-9RjKA5iQ1bCJc0OZFYW5q1TWhB1DLP4sI2rb0g-xo,846
319
+ machineconfig/settings/shells/pwsh/init.ps1,sha256=UrcHxaTWLFVHUfGpPFRU5V60FJNXJ4wuJz4Yqvw5qjA,2620
343
320
  machineconfig/settings/shells/pwsh/profile.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
344
321
  machineconfig/settings/shells/starship/starship.toml,sha256=5rQTY7ZpKnrnhgu2Y9OJKUYMz5lPLIftO1p1VRuVZwQ,1150
345
322
  machineconfig/settings/shells/vtm/settings.xml,sha256=5TNXd-i0eUGo2w3tuhY9aOkwoJdqih8_HO_U6uL2Dts,18262
@@ -377,10 +354,10 @@ machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh,sha256=F5dbg0n9RHsKG
377
354
  machineconfig/setup_linux/ssh/openssh_all.sh,sha256=3dg6HEUFbHQOzLfSAtzK_D_GB8rGCCp_aBnxNdnidVc,824
378
355
  machineconfig/setup_linux/ssh/openssh_wsl.sh,sha256=1eeRGrloVB34K5z8yWVUMG5b9pV-WBfHgV9jqXiYgCQ,1398
379
356
  machineconfig/setup_linux/web_shortcuts/android.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
380
- machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=BvgzRC0u8CtST8uaguCyK7cFdrRfCTPTPLUqq1KTIXA,299
357
+ machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=5L54rXRXowOChS5SNRA6fd8OPqxv1IbfAkyosjSAl_g,285
381
358
  machineconfig/setup_windows/__init__.py,sha256=wVpUqoLqXl-_-bRd7gZw_PJ7WZ2GtOqfFMzo_lIwieg,454
382
359
  machineconfig/setup_windows/apps.ps1,sha256=G5GqZ9G0aiQr_A-HaahtRdzpaTTdW6n3DRKMZWDTSPc,11214
383
- machineconfig/setup_windows/machineconfig.ps1,sha256=gIQBOLIh65oUXgSjYMeYeD6lU1Bu80LZ59xqRc3T3BA,918
360
+ machineconfig/setup_windows/machineconfig.ps1,sha256=917dtM6B49pbFI8bKdhAyBdtfzsR8WX7kAnWZPlywbo,951
384
361
  machineconfig/setup_windows/uv.ps1,sha256=mzkFJUQ57dukVQtY7WqAQIVUDMcixnkir8aNM_TYrl4,350
385
362
  machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
386
363
  machineconfig/setup_windows/others/obs.ps1,sha256=2andchcXpxS3rqZjGaMpY5VShxTAKWvw6eCrayjuaLo,30
@@ -388,21 +365,21 @@ machineconfig/setup_windows/others/power_options.ps1,sha256=c7Hn94jBD5GWF29CxMhm
388
365
  machineconfig/setup_windows/ssh/add-sshkey.ps1,sha256=qfPdqCpd9KP3VhH4ifsUm1Xvec7c0QVl4Wt8JIAm9HQ,1653
389
366
  machineconfig/setup_windows/ssh/add_identity.ps1,sha256=b8ZXpmNUSw3IMYvqSY7ClpdWPG39FS7MefoWnRhWN2U,506
390
367
  machineconfig/setup_windows/ssh/openssh-server.ps1,sha256=OMlYQdvuJQNxF5EILLPizB6BZAT3jAmDsv1WcVVxpFQ,2529
391
- machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=6zxr_jgoiMDIyLR82yMnSX9cGkJxgCewyhRr4Y7itJw,235
368
+ machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=fAyz95_pRMzRQMMUlT9lUnr8uxVoY2CUZqtKgE2_wyc,294
392
369
  machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
393
370
  machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=ogxJnwpdcpH7N6dFJu95UCNoGYirZKQho_3X0F_hmXs,6791
394
371
  machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
395
372
  machineconfig/utils/accessories.py,sha256=W_9dLzjwNTW5JQk_pe3B2ijQ1nA2-8Kdg2r7VBtzgQs,4340
396
373
  machineconfig/utils/code.py,sha256=0sAlozPgbbGwNE0sksK1XiBMyfCBtBt5d_6ExL1K9_8,6489
397
374
  machineconfig/utils/installer.py,sha256=ZnhW_gRmGlq5uXwzNvIn-x1vXuOJxkzVqjNu188f37s,10465
398
- machineconfig/utils/io.py,sha256=3axJBhNZCZiWJbzBvF7keDjCmqnbSKtoTnyDtq1I5BE,2871
375
+ machineconfig/utils/io.py,sha256=rzEwAnq-gyT29Y4CDHHGxAA6ddIIFOCxrqZ6dn0ALa4,2255
399
376
  machineconfig/utils/links.py,sha256=GQExBsMoxewOhwIrNdERuzk9HVKcmWgNUGO-RzPMS6M,22588
400
377
  machineconfig/utils/notifications.py,sha256=tuXIudcip0tEioG-bm8BbLr3FMDve4f6BktlznBhKxM,9013
401
378
  machineconfig/utils/options.py,sha256=vUO4Kej-vDOv64wHr2HNDyu6PATURpjd7xp6N8OOoJg,7083
402
379
  machineconfig/utils/path_extended.py,sha256=Xjdn2AVnB8p1jfNMNe2kJutVa5zGnFFJVGZbw-Bp_hg,53200
403
380
  machineconfig/utils/path_helper.py,sha256=0e3Xh3BAEv27oqcezNeVLHJllGmLEgLH4T1l90m-650,8014
404
381
  machineconfig/utils/procs.py,sha256=w75oGKfR7FpT1pGTGd2XscnEOO0IHBWxohLbi69hLqg,11418
405
- machineconfig/utils/scheduler.py,sha256=GbprwuxoJYdtkCsg7JZPXM8un9Z7v9tPjUoQjtS0oHU,14955
382
+ machineconfig/utils/scheduler.py,sha256=jZ_1yghqA3-aINPRmE_76gboqJc0UElroR7urNOfXKs,14940
406
383
  machineconfig/utils/scheduling.py,sha256=RF1iXJpqf4Dg18jdZWtBixz97KAHC6VKYqTFSpdLWuc,11188
407
384
  machineconfig/utils/source_of_truth.py,sha256=WwaI0T3Z9Tf0pFqJcHnEK53DvD8ILcgWYTyyRPHtEeI,804
408
385
  machineconfig/utils/ssh.py,sha256=gWFCRephneMZhj-b_DOOb3Pbl7r3aE4Xjt5NEcJHRMA,21118
@@ -414,22 +391,22 @@ machineconfig/utils/ai/generate_file_checklist.py,sha256=ajbmhcBToRugl75c_KZRq2X
414
391
  machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=ZTVkqgrwbV_EoPvyT8dyOTUE0ur3BW4sa9o6QYtt5Bo,2341
415
392
  machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqjZxU_3nXx2CA-qKbQgP3I,26232
416
393
  machineconfig/utils/files/ascii_art.py,sha256=cNJaJC07vx94fS44-tzgfbfBeCwXVrgpnWGBLUnfC38,5212
417
- machineconfig/utils/files/dbms.py,sha256=oXDIqWLDiSO2icdeTMgTfd84yq6beDk89FCC8OZ8NcI,11277
394
+ machineconfig/utils/files/dbms.py,sha256=B7Mns8g774kfeXZwcuGWUpRnSgiOtS6khn8faRH5rQs,11390
418
395
  machineconfig/utils/files/headers.py,sha256=F-sudsZ1JyAcmZNO4FdcyhoClbCdb2vMlqceT36zfhE,3717
419
396
  machineconfig/utils/files/read.py,sha256=R1bvIIdiFX9N0JyzUISqVfewYFq30cY3z0kqSlKGtuA,4566
420
397
  machineconfig/utils/files/ouch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
421
398
  machineconfig/utils/files/ouch/decompress.py,sha256=7qPaEkMerBBXzeZyFn8hLODHZJv1aty-yGgwBxLgVys,1413
422
399
  machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
423
400
  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
401
+ machineconfig/utils/installer_utils/installer.py,sha256=jJKfP5kttLRxYQnZ8KzLU9_cWm7uT6B4KdXwa7fQLC0,9763
402
+ machineconfig/utils/installer_utils/installer_abc.py,sha256=ZoMtINHD9cHEu4R5SYUWgHLTAqo4F2a33pBrEOGX4zs,11693
403
+ machineconfig/utils/installer_utils/installer_class.py,sha256=br_13DTNl49_pDG2CpmUtNgyK96FEjiOd24LM029EYM,18223
427
404
  machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=Xbi59rU35AzR7HZZ8ZQ8aUu_FjSgijNqc8Sme0rCk2Y,2050
428
405
  machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoSpdmTIdgS9LS-RvE-QZ-D260tD3o,1214
429
406
  machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
430
407
  machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
431
- machineconfig-5.36.dist-info/METADATA,sha256=5H89IL20PMv-QGMrVBhSdigzAE7qvmwnnV93sSIVqyg,3040
432
- machineconfig-5.36.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
433
- machineconfig-5.36.dist-info/entry_points.txt,sha256=z7b9guivf0GSKUG6b8ALgbDoRg2LuPfkGP_p-PxgX9g,469
434
- machineconfig-5.36.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
435
- machineconfig-5.36.dist-info/RECORD,,
408
+ machineconfig-5.38.dist-info/METADATA,sha256=LtLpqL0gKGQnGZo_J4PF7-E9tlOais0byn1OvfbcNVc,3080
409
+ machineconfig-5.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
410
+ machineconfig-5.38.dist-info/entry_points.txt,sha256=z7b9guivf0GSKUG6b8ALgbDoRg2LuPfkGP_p-PxgX9g,469
411
+ machineconfig-5.38.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
412
+ machineconfig-5.38.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
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig kill_process $args
@@ -1,3 +0,0 @@
1
-
2
- & "C:\Program Files\Git\usr\bin\nano.exe" $args
3
-
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig scheduler $Args
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig sessions $args
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig snapshot $args
@@ -1 +0,0 @@
1
- uv run --python 3.13 --no-dev --project $HOME/code/machineconfig start_terminals $args
@@ -1,46 +0,0 @@
1
-
2
-
3
- $port_num = 3391
4
- wsl.exe -u root service xrdp start # added by me, to ensure sshd is fired.
5
- wsl.exe -u root service xrdp status
6
- # If elevation needed, start new process
7
- If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator))
8
- {
9
- # Relaunch as an elevated process:
10
- Start-Process powershell.exe "-File",('"{0}"' -f $MyInvocation.MyCommand.Path),"$Args runas" -Verb RunAs
11
- exit
12
- }
13
-
14
-
15
- # Check WSL ip address
16
- wsl hostname -I | Set-Variable -Name "WSL"
17
- $found = $WSL -match '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}';
18
- if (-not $found) {
19
- echo "WSL2 cannot be found. Terminate script.";
20
- exit;
21
- }
22
-
23
-
24
- # Remove and Create NetFireWallRule
25
- Remove-NetFireWallRule -DisplayName 'WSL 2 Firewall Unlock';
26
- if ($Args[0] -ne "delete") {
27
- New-NetFirewallRule -DisplayName 'WSL 2 Firewall Unlock2' -Direction Outbound -LocalPort ($port_num) -Action Allow -Protocol TCP;
28
- New-NetFirewallRule -DisplayName 'WSL 2 Firewall Unlock2' -Direction Inbound -LocalPort ($port_num) -Action Allow -Protocol TCP;
29
- }
30
-
31
- # Add each port into portproxy
32
- $Addr = "0.0.0.0"
33
- iex "netsh interface portproxy delete v4tov4 listenaddress=$Addr listenport=$port_num | Out-Null";
34
- if ($Args[0] -ne "delete") {
35
- iex "netsh interface portproxy add v4tov4 listenaddress=$Addr listenport=$port_num connectaddress=$WSL connectport=$port_num | Out-Null";
36
- }
37
-
38
-
39
- # Display all portproxy information
40
- netsh interface portproxy show v4tov4;
41
-
42
- # Give user to chance to see above list when relaunched start
43
- If ($Args[0] -eq "runas" -Or $Args[1] -eq "runas") {
44
- Write-Host -NoNewLine 'Press any key to close! ';
45
- $null = $Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown');
46
- }