machineconfig 4.7__py3-none-any.whl → 4.9__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 (33) hide show
  1. machineconfig/cluster/sessions_managers/wt_local_manager.py +15 -6
  2. machineconfig/jobs/installer/custom_dev/winget.py +1 -0
  3. machineconfig/jobs/installer/installer_data.json +2403 -0
  4. machineconfig/jobs/installer/package_groups.py +154 -0
  5. machineconfig/scripts/python/devops.py +33 -42
  6. machineconfig/scripts/python/devops_devapps_install.py +87 -34
  7. machineconfig/scripts/python/fire_agents.py +49 -70
  8. machineconfig/scripts/python/fire_agents_help_launch.py +1 -8
  9. machineconfig/scripts/python/fire_agents_helper_types.py +12 -0
  10. machineconfig/scripts/python/fire_jobs.py +0 -6
  11. machineconfig/scripts/python/fire_jobs_args_helper.py +0 -1
  12. machineconfig/scripts/python/fire_jobs_layout_helper.py +100 -36
  13. machineconfig/scripts/python/interactive.py +10 -31
  14. machineconfig/scripts/python/repos.py +7 -6
  15. machineconfig/scripts/python/share_terminal.py +6 -4
  16. machineconfig/setup_linux/web_shortcuts/interactive.sh +1 -1
  17. machineconfig/setup_windows/web_shortcuts/interactive.ps1 +1 -1
  18. machineconfig/utils/installer.py +15 -14
  19. machineconfig/utils/installer_utils/github_release_bulk.py +2 -12
  20. machineconfig/utils/installer_utils/installer_abc.py +56 -60
  21. machineconfig/utils/procs.py +0 -4
  22. machineconfig/utils/schemas/installer/installer_types.py +0 -1
  23. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/METADATA +1 -1
  24. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/RECORD +27 -30
  25. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/entry_points.txt +0 -1
  26. machineconfig/jobs/installer/packages_custom_dev.json +0 -380
  27. machineconfig/jobs/installer/packages_custom_essential.json +0 -39
  28. machineconfig/jobs/installer/packages_github_dev.json +0 -1127
  29. machineconfig/jobs/installer/packages_github_essential.json +0 -787
  30. machineconfig/scripts/linux/fire_agents +0 -2
  31. machineconfig/scripts/linux/programs +0 -21
  32. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/WHEEL +0 -0
  33. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: machineconfig
3
- Version: 4.7
3
+ Version: 4.9
4
4
  Summary: Dotfiles management package
5
5
  Author-email: Alex Al-Saffar <programmer@usa.com>
6
6
  License: Apache 2.0
@@ -12,7 +12,7 @@ machineconfig/cluster/remote/script_execution.py,sha256=4U70FDtjOh6A6C2Ei-Xh90S8
12
12
  machineconfig/cluster/remote/script_notify_upon_completion.py,sha256=GRxnnbnOl1-hTovTN-zI_M9wdV7x293yA77_mou9I1o,2032
13
13
  machineconfig/cluster/sessions_managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  machineconfig/cluster/sessions_managers/wt_local.py,sha256=-e4yNxvu6ytI-u1Kihhtn_wd_qNKZMzN_WrZ9ab1qYA,18220
15
- machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=LqOuA9fqVDu5mWa04pxY9IUqMR4v-kDQbhZY0simvlQ,24193
15
+ machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=BaJNOOY5rAfssreJm8Nmr4we_PCxMkmQqzUMdimNwaM,24565
16
16
  machineconfig/cluster/sessions_managers/wt_remote.py,sha256=XmZV9rLubwxND5UYAS15mAcpzDdXvm4KyubVGYkVBmo,8743
17
17
  machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=CnnOtPiwLx0pIfs_KlcKnclLSqiDTNzfm8t8sW6nXf0,19764
18
18
  machineconfig/cluster/sessions_managers/zellij_local.py,sha256=T2wXkW9ug1nzdnhlD-1G2HPlBpBaNw6rdM9rk4KKeHQ,26137
@@ -42,10 +42,8 @@ machineconfig/cluster/templates/run_remote.py,sha256=vCc56t8BUAUJp7tyb0PFfwy5hlm
42
42
  machineconfig/cluster/templates/utils.py,sha256=5lHgjHvodoSPBD31AwluHBBNgwimwThUsDNWGN8iH9I,1647
43
43
  machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
44
  machineconfig/jobs/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
- machineconfig/jobs/installer/packages_custom_dev.json,sha256=MiHmV7hCfa4RzmO6LK3PPz0VGn3yQJgPJxrSgxKvwdc,10027
46
- machineconfig/jobs/installer/packages_custom_essential.json,sha256=-Mgu436rbGE7JWCy-NYxxsnkxCxPxv4Gatu0wXp5XMI,775
47
- machineconfig/jobs/installer/packages_github_dev.json,sha256=11LVsvIVKMjp8i3y_TNO31IpXaZgQWGGlmhMa_wUilE,31889
48
- machineconfig/jobs/installer/packages_github_essential.json,sha256=dCGFovFPCnEu-4wed7FJDBxPHdz8ekkAK58VTQobsdg,26472
45
+ machineconfig/jobs/installer/installer_data.json,sha256=sOfqIPU4uarxbuD4HBRs3tXfIKx5tUtNQQdALygwk2o,71545
46
+ machineconfig/jobs/installer/package_groups.py,sha256=Tj_259bNmkJr_Vp36t0IBYUly4AZ2SbydNDhmT15RN0,2420
49
47
  machineconfig/jobs/installer/custom/gh.py,sha256=hic8Z1ZdncbljY6hgHzl2rmOLOcb6imIUstMALSS3-Y,3082
50
48
  machineconfig/jobs/installer/custom/hx.py,sha256=FrUD0mlhWG2GxrnarccVIaW_sHJ5mxeF6yyzbBWyx6w,5840
51
49
  machineconfig/jobs/installer/custom_dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -61,7 +59,7 @@ machineconfig/jobs/installer/custom_dev/nerdfont.py,sha256=oOYC5BpukZIA_pGSDRMZm
61
59
  machineconfig/jobs/installer/custom_dev/nerfont_windows_helper.py,sha256=sdgbHCbu_6d8VotLRvpL_GrwpEoxY4dupOyRUjtpaYA,5554
62
60
  machineconfig/jobs/installer/custom_dev/redis.py,sha256=KjqJkCKZi8fbdW6IhIZjmA4pdo8oZF84Fflij_7dVbg,2291
63
61
  machineconfig/jobs/installer/custom_dev/wezterm.py,sha256=BuTVRqV5WQUS2C7FpWMU4pQWgkPt4p3VVGcE6fTVG-0,2311
64
- machineconfig/jobs/installer/custom_dev/winget.py,sha256=GZ-ZXhT48UpvL8yfmeoKC6hCGvK1bgOLc64up4S3UjQ,5511
62
+ machineconfig/jobs/installer/custom_dev/winget.py,sha256=gLdwM20jKMf2bMV3BAcOg4MkuzwF09CU5OhXvLkPoHo,5738
65
63
  machineconfig/jobs/installer/linux_scripts/brave.sh,sha256=m01xquA4YZW3YrhJiTCvTZuLliELmRI1avYFyuE5-Ws,2119
66
64
  machineconfig/jobs/installer/linux_scripts/docker.sh,sha256=xP219QeQ5eLwhvOHsNYqOERMGdjBqvrL5jeoZj749XE,5347
67
65
  machineconfig/jobs/installer/linux_scripts/docker_start.sh,sha256=TiS-hWRltw66_p_Fq8gfkA_rqUIuwxoIkFZItVF6TXA,1478
@@ -112,7 +110,6 @@ machineconfig/scripts/linux/cloud_sync,sha256=Tf5yr9D5Ca5tiIpbUBE3QDqZF22tsh32Xe
112
110
  machineconfig/scripts/linux/croshell,sha256=UZWGufTwtzCllRXrQ14YwCuAEZs--a1lJBW_kuNLhYg,100
113
111
  machineconfig/scripts/linux/devops,sha256=hQGs_cuu19dxeTB3CqZTJ6miZDwugfwh4NgrSlhWtOg,96
114
112
  machineconfig/scripts/linux/fire,sha256=BXc8arF2ViX1YmY3DdqNGTh76tXfCuys2SrFLPO2GFg,94
115
- machineconfig/scripts/linux/fire_agents,sha256=xB33C8weH0-l-3iuFyPR9wuGwDtSnBZIiAxuajAm5Os,102
116
113
  machineconfig/scripts/linux/ftpx,sha256=wTZparnibEm3TTgc6gQyG6ZkngZm4cxOZVkYMDh5Zyg,95
117
114
  machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
118
115
  machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
@@ -126,7 +123,6 @@ machineconfig/scripts/linux/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3Vdik
126
123
  machineconfig/scripts/linux/mount_nfs,sha256=kpIbAse3igReEGgnXngez2ytWucLwmb_xo6e6KeO_rs,1870
127
124
  machineconfig/scripts/linux/mount_nw_drive,sha256=pNzHc7yZn5YIzn2BkpKvd5530PqbestkzrdoXaChyqY,2338
128
125
  machineconfig/scripts/linux/mount_smb,sha256=7UN5EP1kuxYL_-CnyaH4f9Wuu2CgALDZpJ0mPcdvCiY,94
129
- machineconfig/scripts/linux/programs,sha256=KlKTLhreJ0CRHvtm61ilOtVm8VUia7gb0zWD1IP6rNY,472
130
126
  machineconfig/scripts/linux/repos,sha256=1qbmIemZjkjcPmiL1Bp8pD46E83OXsR5EJ0XQt29Bhc,96
131
127
  machineconfig/scripts/linux/scheduler,sha256=Z9Wu0N9vWRbi4FoRbpcc4ydq4bVaDjZOXESR35ZN0rI,100
132
128
  machineconfig/scripts/linux/share_cloud.sh,sha256=75IzCm7Nob1wO-zlfaNyPPod1IjAsVCG5lcMFdXmiI4,3010
@@ -148,37 +144,38 @@ machineconfig/scripts/python/cloud_mount.py,sha256=RFMzRUep2D5HtVXANIi-pab3EkI-W
148
144
  machineconfig/scripts/python/cloud_repo_sync.py,sha256=GBhdUu9BJwhLYmhxxtvqJGLy7xKdQcnH9kkL4jcbzEE,9502
149
145
  machineconfig/scripts/python/cloud_sync.py,sha256=RWGpAfJ9fnN18yNBSgN44dzA38Hmd4879JL5r2pcyrM,3514
150
146
  machineconfig/scripts/python/croshell.py,sha256=shv0FmFfD2Br0EVE-zvpt4i5Tl8kliLlIvxkx0umGiA,8954
151
- machineconfig/scripts/python/devops.py,sha256=W18odC0__ZNGY_WAI-Ojr9Vf3WUTqcXk90O18ROMrio,4647
147
+ machineconfig/scripts/python/devops.py,sha256=WMO5VLPkKZ38OAZCfhh_NvPv58HPh1TbhN7ZrQmN2Xs,4043
152
148
  machineconfig/scripts/python/devops_add_identity.py,sha256=JfN3ZrYMCgmt4ks_VCfnV9BIIHAsOYO3E0W0wZ15FR8,3791
153
149
  machineconfig/scripts/python/devops_add_ssh_key.py,sha256=KaoX83KltBsmutfKhSfZjd7nP_R1hJ2OLAWRhbswO7o,6889
154
150
  machineconfig/scripts/python/devops_backup_retrieve.py,sha256=jZe5Vki7E2GCMG8hvqUZeOONFC4cNzISoGzq_dMG4GA,5601
155
- machineconfig/scripts/python/devops_devapps_install.py,sha256=QbRQhNdDRLLtgJwaRl2pbLmWvajb1b_Xte2ql8N3JRs,9096
151
+ machineconfig/scripts/python/devops_devapps_install.py,sha256=C7PJEvfBftVvY6zRfDR6IR8MFagG5vssOdMOCLX67zg,11261
156
152
  machineconfig/scripts/python/devops_update_repos.py,sha256=c5qBc9cuTGDEqDHufkjDT4d_vvJsswv3tlqk9MAulYk,8063
157
153
  machineconfig/scripts/python/dotfile.py,sha256=SRcX-9Ak1jRvF-killBTTm2IWcsNxfiLucH6ZsytAFA,2202
158
- machineconfig/scripts/python/fire_agents.py,sha256=lBnA4uYZ2tFmkhEmixAlIagAvl-nJ-AE-p-w0M2KfOY,11653
159
- machineconfig/scripts/python/fire_agents_help_launch.py,sha256=UO-rV0z0G6WoL3RtnbqjIo97fq-FQO8ynmQ2lLrIdSg,5124
154
+ machineconfig/scripts/python/fire_agents.py,sha256=aLxwM8o3Tpe4nYpNdnEvG8WVdplE3_tfnDECIXONzAg,9579
155
+ machineconfig/scripts/python/fire_agents_help_launch.py,sha256=1ymWiszfjCyPv3ofinWzfOmbzLEt3d7ntac_afLh-V4,5017
160
156
  machineconfig/scripts/python/fire_agents_help_search.py,sha256=qIfSS_su2YJ1Gb0_lu4cbjlJlYMBw0v52NTGiSrGjk8,2991
157
+ machineconfig/scripts/python/fire_agents_helper_types.py,sha256=zKu8Vr6iucaGSkCm_Tkt_WrYU7-6Nript3coYyzTXzY,295
161
158
  machineconfig/scripts/python/fire_agents_load_balancer.py,sha256=mpqx3uaQdBXYieuvhdK-qsvLepf9oIMo3pwPj9mSEDI,1079
162
- machineconfig/scripts/python/fire_jobs.py,sha256=nWj13dp4TqW6jUEnI9_4ZgqBZIF90pq-nvezBDu-w30,20588
163
- machineconfig/scripts/python/fire_jobs_args_helper.py,sha256=VsyPgjWRByZgXz65vmmpyR-2mJo6KwNgwrWFYd3EYqc,2075
164
- machineconfig/scripts/python/fire_jobs_layout_helper.py,sha256=SE87D1fKAvRSIp_AfN9QsWZzRumpi5KlQXgnMCuhJTA,3909
159
+ machineconfig/scripts/python/fire_jobs.py,sha256=7R4CO7wGRkG6akPLK6SMHr82_RdIeXIJNicCAdgh1ok,20262
160
+ machineconfig/scripts/python/fire_jobs_args_helper.py,sha256=5zqnYvBjXSLFUqMHg5fgI62YnDu7CpVC4RLmXUKpI2I,2050
161
+ machineconfig/scripts/python/fire_jobs_layout_helper.py,sha256=u0VssrTXOzH7km89yaL1K8T5DF83LRyllj1E_30N9ZQ,8083
165
162
  machineconfig/scripts/python/fire_jobs_streamlit_helper.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
166
163
  machineconfig/scripts/python/ftpx.py,sha256=l_gdJS0QB2wVZErubtZvm4HJD9HZAJxSP68sbY73xwo,10278
167
164
  machineconfig/scripts/python/get_zellij_cmd.py,sha256=e35-18hoXM9N3PFbvbizfkNY_-63iMicieWE3TbGcCQ,576
168
165
  machineconfig/scripts/python/gh_models.py,sha256=3BLfW25mBRiPO5VKtVm-nMlKLv-PaZDw7mObajq6F6M,5538
169
- machineconfig/scripts/python/interactive.py,sha256=YA0N_NEbNttYS42ahJOjwoMKoYlvUL_fJapzjSTVOgs,15073
166
+ machineconfig/scripts/python/interactive.py,sha256=9ulwdt8l-XlXEvp44Jer0fli3ntJ_wq1kId-IoqDngc,13721
170
167
  machineconfig/scripts/python/mount_nfs.py,sha256=c8pWXimDWdgCkSskcnPgT-8ESPosil6Cvy2hGSaIBJE,3359
171
168
  machineconfig/scripts/python/mount_nw_drive.py,sha256=iru6AtnTyvyuk6WxlK5R4lDkuliVpPV5_uBTVVhXtjQ,1550
172
169
  machineconfig/scripts/python/mount_ssh.py,sha256=rGY2pgtlnWMi0Rrge1aCdjtfbULrj2cyaStDoX-y2w4,2236
173
170
  machineconfig/scripts/python/onetimeshare.py,sha256=bmGsNnskym5OWfIhpOfZG5jq3m89FS0a6dF5Sb8LaZM,2539
174
171
  machineconfig/scripts/python/pomodoro.py,sha256=SPkfeoZGv8rylGiOyzQ7UK3aXZ3G2FIOuGkSuBUggOI,2019
175
- machineconfig/scripts/python/repos.py,sha256=ctkIpKwiqv9z3Nn-tfo0sG7KXp6b9dbuPtITymu2WZI,4201
172
+ machineconfig/scripts/python/repos.py,sha256=8NWNUCZKMjs_C36P2FpVhj3_11CsbdASqaAc-VCOYQo,4226
176
173
  machineconfig/scripts/python/repos_helper_action.py,sha256=f0vFjPj9WEA361961ux3SIEg9riVGHtyuf6BnO6lnvU,13336
177
174
  machineconfig/scripts/python/repos_helper_clone.py,sha256=xW5YZEoNt3k7h9NIULhUhOnh53-B63eiXF2FjOl1IKQ,5535
178
175
  machineconfig/scripts/python/repos_helper_record.py,sha256=YEEQORfEiLddOIIgePo5eEkyQUFruFg3kc8npMvRL-o,10927
179
176
  machineconfig/scripts/python/repos_helper_update.py,sha256=AYyKIB7eQ48yoYmFjydIhRI1lV39TBv_S4_LCa-oKuQ,11042
180
177
  machineconfig/scripts/python/scheduler.py,sha256=rKhssuxkD697EY6qaV6CSdNhxpAQLDWO4fE8GMCQ9FA,3061
181
- machineconfig/scripts/python/share_terminal.py,sha256=fVE0_c70EEfTNyhVov4HNtDXjR-Kx0wn0Mz1CKYEij8,4991
178
+ machineconfig/scripts/python/share_terminal.py,sha256=biuG35YiknTMVr3Mzs4bBZwEq53JcuBRlzMTp6eY90M,5009
182
179
  machineconfig/scripts/python/snapshot.py,sha256=aDvKeoniZaeTSNv9zWBUajaj2yagAxVdfuvO1_tgq5Y,1026
183
180
  machineconfig/scripts/python/start_slidev.py,sha256=U5ujAL7R5Gd5CzFReTsnF2SThjY91aFBg0Qz_MMl6U4,4573
184
181
  machineconfig/scripts/python/start_terminals.py,sha256=DRWbMZumhPmL0DvvsCsbRNFL5AVQn1SgaziafTio3YQ,6149
@@ -364,7 +361,7 @@ machineconfig/setup_linux/others/openssh-server_add_pub_key.sh,sha256=UiJcD1o4Ue
364
361
  machineconfig/setup_linux/web_shortcuts/android.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
365
362
  machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=RWcxH_Db7WHH37PclYmc92o6zAS557wGZxcYTuyTUZ0,3550
366
363
  machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=X9-B1cVptbaFWaWTA-2ELNQx_2ktxu7ZVe48RvpCmkU,316
367
- machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=o_rw_1lVKU7dazJ4ST58ZbaDwZ6FGLRyTD-yI2dBShk,454
364
+ machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=3bQr-0Gtly7lx6LPXtCUCs49jiCCozv3T1idHK678EY,463
368
365
  machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=k6BAY-zAWsi1beOMiZODxw4VOjZCTABZu__gxSET1eU,1924
369
366
  machineconfig/setup_windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
370
367
  machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
@@ -372,21 +369,21 @@ machineconfig/setup_windows/others/obs.ps1,sha256=2andchcXpxS3rqZjGaMpY5VShxTAKW
372
369
  machineconfig/setup_windows/web_shortcuts/all.ps1,sha256=L03JJ4Jua_bzgtF3kuDOkuQ-Nqaj_ZcV3CFEkCHD1WI,908
373
370
  machineconfig/setup_windows/web_shortcuts/ascii_art.ps1,sha256=pUVTtgKHOdgaK3hxz7JoMZzTyQ7vm2RfE_OJgB7e4cw,1270
374
371
  machineconfig/setup_windows/web_shortcuts/croshell.ps1,sha256=cTQnegGLGYhuFY3YuuAj2ortN__adA2dznk2E737h4A,644
375
- machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=rnnUb-sl_pob2p69oukl2IWUEd6FGz7tRbkCkvN339g,513
372
+ machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=-76toOluRnxtgo6NuAHgHWMnZQT3zroeCBBLkMTd13g,522
376
373
  machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLPb8ufME5jvU5S7VUjlLJE,424
377
374
  machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
378
375
  machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=rZZJamy3YxAeJhdMIFR6IWtjgn1u1HUdbk1J24NtryE,6116
379
376
  machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
380
377
  machineconfig/utils/accessories.py,sha256=W_9dLzjwNTW5JQk_pe3B2ijQ1nA2-8Kdg2r7VBtzgQs,4340
381
378
  machineconfig/utils/code.py,sha256=pKPHInKgXJWeACVbxuE7sMdYeZCbNttaYCsfonGhFfc,4464
382
- machineconfig/utils/installer.py,sha256=AVAzuJqWkbMmfEk5_eKLGA3kgM6PCTXq7We2QoppZo0,8886
379
+ machineconfig/utils/installer.py,sha256=QPtSKlAUYuC3FeL076OLxpqfndTeNm_NSwxT71xg5FA,8744
383
380
  machineconfig/utils/io.py,sha256=ZXB3aataS1IZ_0WMcCRSmoN1nbkvEO-bWYcs-TpngqU,2872
384
381
  machineconfig/utils/links.py,sha256=riNUrG8aGElRszdOPOic4M2AyOcpdcth_-y8JEiZpJ4,10253
385
382
  machineconfig/utils/notifications.py,sha256=vvdsY5IX6XEiILTnt5lNyHxhCi0ljdGX2T_67VRfrG4,9009
386
383
  machineconfig/utils/options.py,sha256=8pG-apcc28xxJ5BQiACsGNTKwWtkQyH3hCtzBEhokK8,8366
387
384
  machineconfig/utils/path_extended.py,sha256=nTETtTxzNaxdrapIH3WzkR__b-1k6Lx7SpRAXqmIJN4,51793
388
385
  machineconfig/utils/path_helper.py,sha256=jqOf3TAlw5cqSp4HBAlOqjAR_bzC8_fvjA-_-CooI6Y,8030
389
- machineconfig/utils/procs.py,sha256=KjEbrwfbdoi5IBM518scxMDVi7NxTZLHuYiKmwdGlzg,11393
386
+ machineconfig/utils/procs.py,sha256=Bm-yopmj19yiBO9tywJHEcs9rZmeRyJqbgTSe216LTU,11349
390
387
  machineconfig/utils/scheduler.py,sha256=bUHDviS_HE9_6LaA1k9Nnfz5rr2FJIfrk5qO2FJ-oUs,15119
391
388
  machineconfig/utils/scheduling.py,sha256=RF1iXJpqf4Dg18jdZWtBixz97KAHC6VKYqTFSpdLWuc,11188
392
389
  machineconfig/utils/source_of_truth.py,sha256=GnjcVkKm11RyZFHGnPbne5YDEBYoZ5yryBNkpfGC7O4,854
@@ -399,15 +396,15 @@ machineconfig/utils/ai/generate_file_checklist.py,sha256=ajbmhcBToRugl75c_KZRq2X
399
396
  machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=ZTVkqgrwbV_EoPvyT8dyOTUE0ur3BW4sa9o6QYtt5Bo,2341
400
397
  machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqjZxU_3nXx2CA-qKbQgP3I,26232
401
398
  machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
402
- machineconfig/utils/installer_utils/github_release_bulk.py,sha256=vK5WJ-a566egAIEHdKsn3iOAh5LBqeY4zPDHPgqHVcE,6887
403
- machineconfig/utils/installer_utils/installer_abc.py,sha256=3jjLHL1xqTPowx52r7BfhjpzF6LQA7CRudjN2QYJP34,10551
399
+ machineconfig/utils/installer_utils/github_release_bulk.py,sha256=WJf_qZlF02SmIc6C7o1h4Gy4gAaJAfeAS8O9s2Itj-k,6535
400
+ machineconfig/utils/installer_utils/installer_abc.py,sha256=MRVfkjCPlPgCQQcSxXdVJMVnr_9CC3SQbFVDJxWy1zI,10813
404
401
  machineconfig/utils/installer_utils/installer_class.py,sha256=6IQswaC9mxIdeaMG-rOt-vqyKGYibBRMvC0UglZ_3mI,20268
405
402
  machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=pTxvLzIpD5RF508lUUBBkWcc4V1B10J4ylvVgVGkcM0,2037
406
- machineconfig/utils/schemas/installer/installer_types.py,sha256=DLagmIe0G5-xg7HZ9VrlFCDk1gIbwvX7O4gZjwq0wh0,1326
403
+ machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoSpdmTIdgS9LS-RvE-QZ-D260tD3o,1214
407
404
  machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
408
405
  machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
409
- machineconfig-4.7.dist-info/METADATA,sha256=phZFf9YcPe7usgEP0DesuZHhRDpZRYt16sbRF8l4WP0,7060
410
- machineconfig-4.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
411
- machineconfig-4.7.dist-info/entry_points.txt,sha256=fhSTJGrT7JZ7PcN-F3nrb5xXIohicZo57rbM23Mdblk,1065
412
- machineconfig-4.7.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
413
- machineconfig-4.7.dist-info/RECORD,,
406
+ machineconfig-4.9.dist-info/METADATA,sha256=Q2v8zeHn9aBZ75-Rwi2HzizabH_d3v42jlyEB_sZKBo,7060
407
+ machineconfig-4.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
408
+ machineconfig-4.9.dist-info/entry_points.txt,sha256=BhKeN0HFu7k3izf4f-Xp95tU3wGAr-TJrCuxDnfUwWo,1006
409
+ machineconfig-4.9.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
410
+ machineconfig-4.9.dist-info/RECORD,,
@@ -7,7 +7,6 @@ cloud_sync = machineconfig.scripts.python.cloud_sync:arg_parser
7
7
  croshell = machineconfig.scripts.python.croshell:arg_parser
8
8
  devops = machineconfig.scripts.python.devops:app
9
9
  fire = machineconfig.scripts.python.fire_jobs:main_from_parser
10
- fire_agents = machineconfig.scripts.python.fire_agents:app
11
10
  ftpx = machineconfig.scripts.python.ftpx:main_from_parser
12
11
  initai = machineconfig.scripts.python.ai.initai:main
13
12
  kill_process = machineconfig.utils.procs:main
@@ -1,380 +0,0 @@
1
- {
2
- "version": "1",
3
- "installers": [
4
- {
5
- "appName": "ngrok",
6
- "repoURL": "CMD",
7
- "doc": "Secure introspectable tunnels to localhost",
8
- "fileNamePattern": {
9
- "amd64": {
10
- "linux": "ngrok.sh",
11
- "windows": "winget install ngrok -s msstore",
12
- "macos": "brew install ngrok"
13
- },
14
- "arm64": {
15
- "linux": "ngrok.sh",
16
- "windows": "winget install ngrok -s msstore",
17
- "macos": "brew install ngrok"
18
- }
19
- }
20
-
21
- },
22
- {
23
- "appName": "Visual Studio Code",
24
- "repoURL": "CMD",
25
- "doc": "Visual Studio Code",
26
- "fileNamePattern": {
27
- "amd64": {
28
- "linux": "code.py",
29
- "windows": "code.py",
30
- "macos": "code.py"
31
- },
32
- "arm64": {
33
- "linux": "code.py",
34
- "windows": "code.py",
35
- "macos": "code.py"
36
- }
37
- }
38
- },
39
- {
40
- "appName": "aider",
41
- "repoURL": "CMD",
42
- "doc": "Aider Chat",
43
- "fileNamePattern": {
44
- "amd64": {
45
- "linux": "uv tool install --force --python python3.13 aider-chat@latest",
46
- "windows": "uv tool install --force --python python3.13 aider-chat@latest",
47
- "macos": "uv tool install --force --python python3.13 aider-chat@latest"
48
- },
49
- "arm64": {
50
- "linux": "uv tool install --force --python python3.13 aider-chat@latest",
51
- "windows": "uv tool install --force --python python3.13 aider-chat@latest",
52
- "macos": "uv tool install --force --python python3.13 aider-chat@latest"
53
- }
54
- }
55
- },
56
- {
57
- "appName": "github-copilot-cli",
58
- "repoURL": "CMD",
59
- "doc": "Terminal-based CLI agents and tools for productivity and coding.",
60
- "fileNamePattern": {
61
- "amd64": {
62
- "linux": "npm install -g @github/copilot",
63
- "windows": "npm install -g @github/copilot",
64
- "macos": "npm install -g @github/copilot"
65
- },
66
- "arm64": {
67
- "linux": "npm install -g @github/copilot",
68
- "windows": "npm install -g @github/copilot",
69
- "macos": "npm install -g @github/copilot"
70
- }
71
- }
72
- },
73
- {
74
- "appName": "gemini",
75
- "repoURL": "CMD",
76
- "doc": "Terminal-based CLI agents and tools for productivity and coding.",
77
- "fileNamePattern": {
78
- "amd64": {
79
- "linux": "npm install -g @google/gemini-cli",
80
- "windows": "npm install -g @google/gemini-cli",
81
- "macos": "npm install -g @google/gemini-cli"
82
- },
83
- "arm64": {
84
- "linux": "npm install -g @google/gemini-cli",
85
- "windows": "npm install -g @google/gemini-cli",
86
- "macos": "npm install -g @google/gemini-cli"
87
- }
88
- }
89
- },
90
- {
91
- "appName": "crush",
92
- "repoURL": "CMD",
93
- "doc": "Terminal-based CLI agents and tools for productivity and coding.",
94
- "fileNamePattern": {
95
- "amd64": {
96
- "linux": "npm install -g @charmland/crush",
97
- "windows": "npm install -g @charmland/crush",
98
- "macos": "npm install -g @charmland/crush"
99
- },
100
- "arm64": {
101
- "linux": "npm install -g @charmland/crush",
102
- "windows": "npm install -g @charmland/crush",
103
- "macos": "npm install -g @charmland/crush"
104
- }
105
- }
106
- },
107
- {
108
- "appName": "opencode-ai",
109
- "repoURL": "CMD",
110
- "doc": "Terminal-based CLI agents and tools for productivity and coding.",
111
- "fileNamePattern": {
112
- "amd64": {
113
- "linux": "npm install -g opencode-ai@latest",
114
- "windows": "npm install -g opencode-ai@latest",
115
- "macos": "npm install -g opencode-ai@latest"
116
- },
117
- "arm64": {
118
- "linux": "npm install -g opencode-ai@latest",
119
- "windows": "npm install -g opencode-ai@latest",
120
- "macos": "npm install -g opencode-ai@latest"
121
- }
122
- }
123
- },
124
- {
125
- "appName": "warp",
126
- "repoURL": "CMD",
127
- "doc": "Modern terminal with AI-powered features",
128
- "fileNamePattern": {
129
- "amd64": {
130
- "linux": "https://app.warp.dev/download/cli?os=linux&package=deb&arch=x86_64",
131
- "windows": null,
132
- "macos": null
133
- },
134
- "arm64": {
135
- "linux": "https://app.warp.dev/download/cli?os=linux&package=deb&arch=aarch64",
136
- "windows": null,
137
- "macos": null
138
- }
139
- }
140
- },
141
- {
142
- "appName": "q",
143
- "repoURL": "CMD",
144
- "doc": "Q desktop application",
145
- "fileNamePattern": {
146
- "amd64": {
147
- "linux": "q.sh",
148
- "windows": null,
149
- "macos": null
150
- },
151
- "arm64": {
152
- "linux": null,
153
- "windows": null,
154
- "macos": null
155
- }
156
- }
157
- },
158
- {
159
- "appName": "cursor-cli",
160
- "repoURL": "CMD",
161
- "doc": "Cursor CLI installer",
162
- "fileNamePattern": {
163
- "amd64": {
164
- "linux": "curl https://cursor.com/install -fsS | bash",
165
- "windows": null,
166
- "macos": null
167
- },
168
- "arm64": {
169
- "linux": null,
170
- "windows": null,
171
- "macos": null
172
- }
173
- }
174
- },
175
- {
176
- "appName": "droid",
177
- "repoURL": "CMD",
178
- "doc": "Factory AI CLI installer",
179
- "fileNamePattern": {
180
- "amd64": {
181
- "linux": "curl -fsSL https://app.factory.ai/cli | sh",
182
- "windows": null,
183
- "macos": null
184
- },
185
- "arm64": {
186
- "linux": null,
187
- "windows": null,
188
- "macos": null
189
- }
190
- }
191
- },
192
- {
193
- "appName": "Alacritty",
194
- "repoURL": "CMD",
195
- "doc": "Terminal Console",
196
- "fileNamePattern": {
197
- "amd64": {
198
- "linux": "alacritty.py",
199
- "windows": "alacritty.py",
200
- "macos": "alacritty.py"
201
- },
202
- "arm64": {
203
- "linux": "alacritty.py",
204
- "windows": "alacritty.py",
205
- "macos": "alacritty.py"
206
- }
207
- }
208
- },
209
- {
210
- "appName": "Brave",
211
- "repoURL": "CMD",
212
- "doc": "Privacy-focused web browser with built-in ad blocking",
213
- "fileNamePattern": {
214
- "amd64": {
215
- "linux": "brave.py",
216
- "windows": "brave.py",
217
- "macos": "brave.py"
218
- },
219
- "arm64": {
220
- "linux": "brave.py",
221
- "windows": "brave.py",
222
- "macos": "brave.py"
223
- }
224
- }
225
- },
226
- {
227
- "appName": "bypass-paywalls-chrome",
228
- "repoURL": "https://github.com/iamadamdev/bypass-paywalls-chrome",
229
- "doc": "Plugin for chrome to bypass paywalls",
230
- "fileNamePattern": {
231
- "amd64": {
232
- "linux": "bypass_paywall.py",
233
- "windows": "bypass_paywall.py",
234
- "macos": "bypass_paywall.py"
235
- },
236
- "arm64": {
237
- "linux": "bypass_paywall.py",
238
- "windows": "bypass_paywall.py",
239
- "macos": "bypass_paywall.py"
240
- }
241
- }
242
- },
243
- {
244
- "appName": "Cursor",
245
- "repoURL": "CMD",
246
- "doc": "Cursor",
247
- "fileNamePattern": {
248
- "amd64": {
249
- "linux": "cursor.py",
250
- "windows": "cursor.py",
251
- "macos": "cursor.py"
252
- },
253
- "arm64": {
254
- "linux": "cursor.py",
255
- "windows": "cursor.py",
256
- "macos": "cursor.py"
257
- }
258
- }
259
- },
260
- {
261
- "appName": "espanso",
262
- "repoURL": "CMD",
263
- "doc": "A text expander.",
264
- "fileNamePattern": {
265
- "amd64": {
266
- "linux": "espanso.py",
267
- "windows": "espanso.py",
268
- "macos": "espanso.py"
269
- },
270
- "arm64": {
271
- "linux": "espanso.py",
272
- "windows": "espanso.py",
273
- "macos": "espanso.py"
274
- }
275
- }
276
- },
277
- {
278
- "appName": "Gorilla",
279
- "repoURL": "https://github.com/ShishirPatil/gorilla",
280
- "doc": "natural language to API",
281
- "fileNamePattern": {
282
- "amd64": {
283
- "linux": "goes.py",
284
- "windows": "goes.py",
285
- "macos": "goes.py"
286
- },
287
- "arm64": {
288
- "linux": "goes.py",
289
- "windows": "goes.py",
290
- "macos": "goes.py"
291
- }
292
- }
293
- },
294
- {
295
- "appName": "lvim",
296
- "repoURL": "CMD",
297
- "doc": "Terminal text editor based on neovim.",
298
- "fileNamePattern": {
299
- "amd64": {
300
- "linux": "lvim.py",
301
- "windows": "lvim.py",
302
- "macos": "lvim.py"
303
- },
304
- "arm64": {
305
- "linux": "lvim.py",
306
- "windows": "lvim.py",
307
- "macos": "lvim.py"
308
- }
309
- }
310
- },
311
- {
312
- "appName": "nerdfont",
313
- "repoURL": "CMD",
314
- "doc": "lightweight containerization",
315
- "fileNamePattern": {
316
- "amd64": {
317
- "linux": "nerdfont.py",
318
- "windows": "nerdfont.py",
319
- "macos": "nerdfont.py"
320
- },
321
- "arm64": {
322
- "linux": "nerdfont.py",
323
- "windows": "nerdfont.py",
324
- "macos": "nerdfont.py"
325
- }
326
- }
327
- },
328
- {
329
- "appName": "Redis",
330
- "repoURL": "CMD",
331
- "doc": "submillisecond fast key-value db",
332
- "fileNamePattern": {
333
- "amd64": {
334
- "linux": "redis.py",
335
- "windows": "redis.py",
336
- "macos": "redis.py"
337
- },
338
- "arm64": {
339
- "linux": "redis.py",
340
- "windows": "redis.py",
341
- "macos": "redis.py"
342
- }
343
- }
344
- },
345
- {
346
- "appName": "Wezterm",
347
- "repoURL": "CMD",
348
- "doc": "Modern, GPU-accelerated terminal emulator",
349
- "fileNamePattern": {
350
- "amd64": {
351
- "linux": "wezterm.py",
352
- "windows": "wezterm.py",
353
- "macos": "wezterm.py"
354
- },
355
- "arm64": {
356
- "linux": "wezterm.py",
357
- "windows": "wezterm.py",
358
- "macos": "wezterm.py"
359
- }
360
- }
361
- },
362
- {
363
- "appName": "winget",
364
- "repoURL": "CMD",
365
- "doc": "winget installer",
366
- "fileNamePattern": {
367
- "amd64": {
368
- "linux": "winget.py",
369
- "windows": "winget.py",
370
- "macos": "winget.py"
371
- },
372
- "arm64": {
373
- "linux": "winget.py",
374
- "windows": "winget.py",
375
- "macos": "winget.py"
376
- }
377
- }
378
- }
379
- ]
380
- }
@@ -1,39 +0,0 @@
1
- {
2
- "version": "1",
3
- "installers": [
4
- {
5
- "appName": "gh",
6
- "repoURL": "CMD",
7
- "doc": "GitHub CLI",
8
- "fileNamePattern": {
9
- "amd64": {
10
- "windows": "gh.py",
11
- "linux": "gh.py",
12
- "macos": "gh.py"
13
- },
14
- "arm64": {
15
- "windows": "gh.py",
16
- "linux": "gh.py",
17
- "macos": "gh.py"
18
- }
19
- }
20
- },
21
- {
22
- "appName": "hx",
23
- "repoURL": "CMD",
24
- "doc": "Helix is a post-modern modal text editor.",
25
- "fileNamePattern": {
26
- "amd64": {
27
- "linux": "hx.py",
28
- "windows": "hx.py",
29
- "macos": "hx.py"
30
- },
31
- "arm64": {
32
- "linux": "hx.py",
33
- "windows": "hx.py",
34
- "macos": "hx.py"
35
- }
36
- }
37
- }
38
- ]
39
- }