machineconfig 1.96__py3-none-any.whl → 2.0__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.
- machineconfig/cluster/cloud_manager.py +22 -26
- machineconfig/cluster/data_transfer.py +2 -2
- machineconfig/cluster/distribute.py +0 -2
- machineconfig/cluster/file_manager.py +4 -4
- machineconfig/cluster/job_params.py +1 -1
- machineconfig/cluster/loader_runner.py +8 -8
- machineconfig/cluster/remote_machine.py +4 -4
- machineconfig/cluster/script_execution.py +2 -2
- machineconfig/cluster/sessions_managers/archive/create_zellij_template.py +1 -1
- machineconfig/cluster/sessions_managers/enhanced_command_runner.py +23 -23
- machineconfig/cluster/sessions_managers/wt_local.py +78 -76
- machineconfig/cluster/sessions_managers/wt_local_manager.py +91 -91
- machineconfig/cluster/sessions_managers/wt_remote.py +39 -39
- machineconfig/cluster/sessions_managers/wt_remote_manager.py +94 -91
- machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py +56 -54
- machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py +49 -49
- machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py +18 -18
- machineconfig/cluster/sessions_managers/wt_utils/session_manager.py +42 -42
- machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py +36 -36
- machineconfig/cluster/sessions_managers/zellij_local.py +43 -46
- machineconfig/cluster/sessions_managers/zellij_local_manager.py +139 -120
- machineconfig/cluster/sessions_managers/zellij_remote.py +35 -35
- machineconfig/cluster/sessions_managers/zellij_remote_manager.py +33 -33
- machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py +15 -15
- machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py +25 -26
- machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +49 -49
- machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py +5 -5
- machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py +15 -15
- machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py +11 -11
- machineconfig/cluster/templates/utils.py +3 -3
- machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc +0 -0
- machineconfig/jobs/python/check_installations.py +8 -9
- machineconfig/jobs/python/python_cargo_build_share.py +2 -2
- machineconfig/jobs/python/vscode/link_ve.py +7 -7
- machineconfig/jobs/python/vscode/select_interpreter.py +7 -7
- machineconfig/jobs/python/vscode/sync_code.py +5 -5
- machineconfig/jobs/python_custom_installers/archive/ngrok.py +2 -2
- machineconfig/jobs/python_custom_installers/dev/aider.py +3 -3
- machineconfig/jobs/python_custom_installers/dev/alacritty.py +3 -3
- machineconfig/jobs/python_custom_installers/dev/brave.py +3 -3
- machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py +5 -5
- machineconfig/jobs/python_custom_installers/dev/code.py +3 -3
- machineconfig/jobs/python_custom_installers/dev/cursor.py +9 -9
- machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/espanso.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/goes.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/lvim.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/nerdfont.py +3 -3
- machineconfig/jobs/python_custom_installers/dev/redis.py +3 -3
- machineconfig/jobs/python_custom_installers/dev/wezterm.py +3 -3
- machineconfig/jobs/python_custom_installers/dev/winget.py +27 -27
- machineconfig/jobs/python_custom_installers/docker.py +3 -3
- machineconfig/jobs/python_custom_installers/gh.py +7 -7
- machineconfig/jobs/python_custom_installers/hx.py +1 -1
- machineconfig/jobs/python_custom_installers/warp-cli.py +3 -3
- machineconfig/jobs/python_generic_installers/config.json +412 -389
- machineconfig/jobs/python_windows_installers/dev/config.json +1 -1
- machineconfig/logger.py +50 -0
- machineconfig/profile/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/profile/__pycache__/create.cpython-311.pyc +0 -0
- machineconfig/profile/__pycache__/shell.cpython-311.pyc +0 -0
- machineconfig/profile/create.py +23 -16
- machineconfig/profile/create_hardlinks.py +8 -8
- machineconfig/profile/shell.py +41 -37
- machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/scripts/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/scripts/linux/devops +2 -2
- machineconfig/scripts/linux/fire +1 -0
- machineconfig/scripts/linux/fire_agents +0 -1
- machineconfig/scripts/linux/mcinit +27 -0
- machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc +0 -0
- machineconfig/scripts/python/__pycache__/fire_agents.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc +0 -0
- machineconfig/scripts/python/ai/__pycache__/init.cpython-311.pyc +0 -0
- machineconfig/scripts/python/ai/__pycache__/mcinit.cpython-311.pyc +0 -0
- machineconfig/scripts/python/ai/chatmodes/Thinking-Beast-Mode.chatmode.md +337 -0
- machineconfig/scripts/python/ai/chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md +644 -0
- machineconfig/scripts/python/ai/chatmodes/deepResearch.chatmode.md +81 -0
- machineconfig/scripts/python/ai/configs/.gemini/settings.json +81 -0
- machineconfig/scripts/python/ai/instructions/python/dev.instructions.md +45 -0
- machineconfig/scripts/python/ai/mcinit.py +103 -0
- machineconfig/scripts/python/ai/prompts/allLintersAndTypeCheckers.prompt.md +5 -0
- machineconfig/scripts/python/ai/prompts/research-report-skeleton.prompt.md +38 -0
- machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh +47 -0
- machineconfig/scripts/python/archive/tmate_conn.py +5 -5
- machineconfig/scripts/python/archive/tmate_start.py +3 -3
- machineconfig/scripts/python/choose_wezterm_theme.py +2 -2
- machineconfig/scripts/python/cloud_copy.py +19 -18
- machineconfig/scripts/python/cloud_mount.py +9 -7
- machineconfig/scripts/python/cloud_repo_sync.py +11 -11
- machineconfig/scripts/python/cloud_sync.py +1 -1
- machineconfig/scripts/python/croshell.py +14 -14
- machineconfig/scripts/python/devops.py +6 -6
- machineconfig/scripts/python/devops_add_identity.py +8 -6
- machineconfig/scripts/python/devops_add_ssh_key.py +18 -18
- machineconfig/scripts/python/devops_backup_retrieve.py +13 -13
- machineconfig/scripts/python/devops_devapps_install.py +3 -3
- machineconfig/scripts/python/devops_update_repos.py +1 -1
- machineconfig/scripts/python/dotfile.py +2 -2
- machineconfig/scripts/python/fire_agents.py +183 -41
- machineconfig/scripts/python/fire_jobs.py +17 -11
- machineconfig/scripts/python/ftpx.py +2 -2
- machineconfig/scripts/python/gh_models.py +94 -94
- machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/cloud_helpers.py +3 -3
- machineconfig/scripts/python/helpers/helpers2.py +1 -1
- machineconfig/scripts/python/helpers/helpers4.py +8 -6
- machineconfig/scripts/python/helpers/helpers5.py +7 -7
- machineconfig/scripts/python/helpers/repo_sync_helpers.py +1 -1
- machineconfig/scripts/python/mount_nfs.py +3 -2
- machineconfig/scripts/python/mount_nw_drive.py +4 -4
- machineconfig/scripts/python/mount_ssh.py +3 -2
- machineconfig/scripts/python/repos.py +8 -8
- machineconfig/scripts/python/scheduler.py +1 -1
- machineconfig/scripts/python/start_slidev.py +8 -7
- machineconfig/scripts/python/start_terminals.py +1 -1
- machineconfig/scripts/python/viewer.py +40 -40
- machineconfig/scripts/python/wifi_conn.py +65 -66
- machineconfig/scripts/python/wsl_windows_transfer.py +1 -1
- machineconfig/scripts/windows/mcinit.ps1 +4 -0
- machineconfig/settings/linters/.ruff.toml +2 -2
- machineconfig/settings/shells/ipy/profiles/default/startup/playext.py +71 -71
- machineconfig/settings/shells/wt/settings.json +8 -8
- machineconfig/setup_linux/web_shortcuts/tmp.sh +2 -0
- machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py +10 -7
- machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +9 -7
- machineconfig/utils/ai/browser_user_wrapper.py +5 -5
- machineconfig/utils/ai/generate_file_checklist.py +11 -12
- machineconfig/utils/ai/url2md.py +1 -1
- machineconfig/utils/cloud/onedrive/setup_oauth.py +4 -4
- machineconfig/utils/cloud/onedrive/transaction.py +129 -129
- machineconfig/utils/code.py +13 -6
- machineconfig/utils/installer.py +51 -53
- machineconfig/utils/installer_utils/installer_abc.py +21 -10
- machineconfig/utils/installer_utils/installer_class.py +42 -16
- machineconfig/utils/io_save.py +3 -15
- machineconfig/utils/options.py +10 -3
- machineconfig/utils/path.py +5 -0
- machineconfig/utils/path_reduced.py +201 -149
- machineconfig/utils/procs.py +23 -23
- machineconfig/utils/scheduling.py +11 -12
- machineconfig/utils/ssh.py +270 -0
- machineconfig/utils/terminal.py +180 -0
- machineconfig/utils/utils.py +1 -2
- machineconfig/utils/utils2.py +43 -0
- machineconfig/utils/utils5.py +163 -34
- machineconfig/utils/ve.py +2 -2
- {machineconfig-1.96.dist-info → machineconfig-2.0.dist-info}/METADATA +13 -8
- {machineconfig-1.96.dist-info → machineconfig-2.0.dist-info}/RECORD +163 -144
- machineconfig/cluster/self_ssh.py +0 -57
- {machineconfig-1.96.dist-info → machineconfig-2.0.dist-info}/WHEEL +0 -0
- {machineconfig-1.96.dist-info → machineconfig-2.0.dist-info}/top_level.txt +0 -0
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
machineconfig/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
machineconfig/logger.py,sha256=XLckvZ8cPDpC5v75ESP3YNTputIrDYuvoYisj0YZtGw,1415
|
|
2
3
|
machineconfig/cluster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
machineconfig/cluster/cloud_manager.py,sha256=
|
|
4
|
-
machineconfig/cluster/data_transfer.py,sha256=
|
|
5
|
-
machineconfig/cluster/distribute.py,sha256=
|
|
6
|
-
machineconfig/cluster/file_manager.py,sha256=
|
|
7
|
-
machineconfig/cluster/job_params.py,sha256=
|
|
8
|
-
machineconfig/cluster/loader_runner.py,sha256=
|
|
9
|
-
machineconfig/cluster/remote_machine.py,sha256=
|
|
10
|
-
machineconfig/cluster/script_execution.py,sha256=
|
|
4
|
+
machineconfig/cluster/cloud_manager.py,sha256=XXEGqmcYHx8ldMqUQ0wr9TTpIWbWrl4mIoePpAzTrtM,26040
|
|
5
|
+
machineconfig/cluster/data_transfer.py,sha256=ni5RWaGS1YbUchaj4LDnvCFWeHpgdvW9sB9t5q5zszA,4386
|
|
6
|
+
machineconfig/cluster/distribute.py,sha256=TWnOcTcItu3QQTDP3cNsUprnteYYt7WM7oHpNuoPSFo,15273
|
|
7
|
+
machineconfig/cluster/file_manager.py,sha256=P1Oa81sy_9GmC2KgbtLbnv7yFBpXTwVN-Ekm1T4a1hk,13967
|
|
8
|
+
machineconfig/cluster/job_params.py,sha256=v_FXHI9PvFGvXA4wEMQT5ttvT_zU_CfegbuRfpsrTJw,7701
|
|
9
|
+
machineconfig/cluster/loader_runner.py,sha256=UaVwL2lVUxLJ314FCDlPauQBDpdJn4_qbgKkOfzwHhc,7064
|
|
10
|
+
machineconfig/cluster/remote_machine.py,sha256=NFzFXTEuqqdygeqdvvGtlIcBWxdd_rgP7tolxL3FvOw,19775
|
|
11
|
+
machineconfig/cluster/script_execution.py,sha256=4U70FDtjOh6A6C2Ei-Xh90S888q64VhRPbExoEbdepk,9980
|
|
11
12
|
machineconfig/cluster/script_notify_upon_completion.py,sha256=jBKcjAfnmb30eB0u-hrNloC8qq2sbdCLBTro8sRJC6I,2033
|
|
12
|
-
machineconfig/cluster/self_ssh.py,sha256=GvoDC2dGeWnZdxBue8aiF7wghUqJjxJnERGdGWSSvsQ,2976
|
|
13
13
|
machineconfig/cluster/sessions_managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
machineconfig/cluster/sessions_managers/demo_rich_zellij.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
machineconfig/cluster/sessions_managers/enhanced_command_runner.py,sha256=
|
|
16
|
-
machineconfig/cluster/sessions_managers/wt_local.py,sha256=
|
|
17
|
-
machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=
|
|
18
|
-
machineconfig/cluster/sessions_managers/wt_remote.py,sha256=
|
|
19
|
-
machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=
|
|
20
|
-
machineconfig/cluster/sessions_managers/zellij_local.py,sha256
|
|
21
|
-
machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256
|
|
22
|
-
machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=
|
|
23
|
-
machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=
|
|
15
|
+
machineconfig/cluster/sessions_managers/enhanced_command_runner.py,sha256=HyZzveHEqb7c4-Zm8LQTp1bskuW-D775Cv_goiDTxxY,5977
|
|
16
|
+
machineconfig/cluster/sessions_managers/wt_local.py,sha256=iVY2melmE9GHm3PB9C3X6WDI4-JxNhkbnA5P2b-awjI,19493
|
|
17
|
+
machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=hMzmg0wRK3XvVbm8b0ZqEVLyhcPCCiIWzflOlI76mk8,24481
|
|
18
|
+
machineconfig/cluster/sessions_managers/wt_remote.py,sha256=HNS2KRs6H3kzBuhdvZ8iDLHMx8ioXvPHkVQ1vWd4cVQ,12535
|
|
19
|
+
machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=UqPuZNYre6095alqQ13M6UE1ppLsw6SjV-Uutm9zsJ4,20208
|
|
20
|
+
machineconfig/cluster/sessions_managers/zellij_local.py,sha256=-1kL80gR0LFRwdiddu6vaYIXuTmnTiwjlfrlhoHw6-g,17490
|
|
21
|
+
machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256=-5NCNckYvqjfoh_krF9hmuGdbg2x7MQ_iOXbmhquZ0c,23909
|
|
22
|
+
machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=OWpzC7K2I0UKdK0teA91-ktaNfmfksZBA3dAkgZSpVk,9962
|
|
23
|
+
machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=UscKt7yKACF99Rn2qAQe-gz4loU2epbGKoKEiffq8Ug,8191
|
|
24
24
|
machineconfig/cluster/sessions_managers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
-
machineconfig/cluster/sessions_managers/archive/create_zellij_template.py,sha256=
|
|
25
|
+
machineconfig/cluster/sessions_managers/archive/create_zellij_template.py,sha256=KwcLWeDSKwOGuDsF7oePkMJZMdgUywQvEdIVgFPim3Q,1468
|
|
26
26
|
machineconfig/cluster/sessions_managers/archive/session_managers.py,sha256=xaLKRf5b9Hqs3_LX01m_6omXeces_Npm39A7qqfLfDE,10280
|
|
27
|
-
machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py,sha256=
|
|
28
|
-
machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py,sha256
|
|
29
|
-
machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py,sha256=
|
|
30
|
-
machineconfig/cluster/sessions_managers/wt_utils/session_manager.py,sha256=
|
|
31
|
-
machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=
|
|
32
|
-
machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=
|
|
33
|
-
machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=
|
|
34
|
-
machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=
|
|
35
|
-
machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=
|
|
36
|
-
machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=
|
|
37
|
-
machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=
|
|
27
|
+
machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py,sha256=8Kk09q8rI1FuscPsYVYaQbEzJYqyUVZsoU4Or-fLu_M,7839
|
|
28
|
+
machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py,sha256=qBT-_898oK2bJTPGjmgZ_GLDE04b8glFulRNnZMoSpY,17015
|
|
29
|
+
machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py,sha256=nD_zRaDVTX4HkmNxkiKyPNIaN7qZKsByIq5F-Zur00I,7304
|
|
30
|
+
machineconfig/cluster/sessions_managers/wt_utils/session_manager.py,sha256=khi7UmBrEs468s1bkoELKM_Rpk_9tkkdXBEzK7T4teo,12929
|
|
31
|
+
machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=2pGVYSjDimDjxtYg-v1R9Ce7CELeDEhiCdijx8Pj_Gw,9735
|
|
32
|
+
machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=eDSZmvbXkHjonQHuZPFv6RS0oKKAosMhQdtDqDw1_f0,2499
|
|
33
|
+
machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=Uyqqiak8CxKu_xw-_qE_R6z3IKVEs8OUrLV-KutiN4U,4722
|
|
34
|
+
machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=T-miHioT7ILsFc3ZsucfmNkqxc_r2A4XVx5uMy2fqjs,13740
|
|
35
|
+
machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=f6_5lMOjO6lMVO2GQfaLmWniWiL0nGV4wQ5kxD6mgjo,2679
|
|
36
|
+
machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=qQx-XWowtkcXP79zsMGH4ZwE6FffQZh6pSOV-c8S6IY,5421
|
|
37
|
+
machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=kqeZv4ghISQ97BZiudK1db7XUzI_VRGZlMbuSxXLh5g,3600
|
|
38
38
|
machineconfig/cluster/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
39
|
machineconfig/cluster/templates/cli_click.py,sha256=ySGRogpwErG5MazNrruP--ZSakSs3PaIkrW7RUxvs3I,5085
|
|
40
40
|
machineconfig/cluster/templates/cli_gooey.py,sha256=LP6suPeoL1j-oFNWtRMAh9ofjlYNZc0HXrCzUZYjzQM,5536
|
|
@@ -42,46 +42,47 @@ machineconfig/cluster/templates/cli_trogon.py,sha256=g-_pm94-x0Mf-WZ8wsXZguInuIE
|
|
|
42
42
|
machineconfig/cluster/templates/run_cloud.py,sha256=R6o71rAsBF85GSQOQzXCB7wGwpAjUl0BAXafpCwAm9s,2379
|
|
43
43
|
machineconfig/cluster/templates/run_cluster.py,sha256=ou08xPrejDwfjVFVRNk2rl5hylsSt77bw77zd_nH0H4,4692
|
|
44
44
|
machineconfig/cluster/templates/run_remote.py,sha256=iGne5z4AGgLOgd4eNpEtwLtEWR-t9zziIvq82zoPOYY,3248
|
|
45
|
-
machineconfig/cluster/templates/utils.py,sha256=
|
|
45
|
+
machineconfig/cluster/templates/utils.py,sha256=XQaYvDpIMvS0IB55AU4y7EfiIklShbg2Q1VXUhbacDg,3733
|
|
46
46
|
machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
47
|
-
machineconfig/jobs/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
47
|
+
machineconfig/jobs/__pycache__/__init__.cpython-311.pyc,sha256=lLJf0TMhSL8RjwUJIWCOZdaqTQnuSvN8N36Hu5c_zvs,173
|
|
48
48
|
machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
|
|
49
49
|
machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
|
|
50
50
|
machineconfig/jobs/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
|
-
machineconfig/jobs/python/check_installations.py,sha256=
|
|
51
|
+
machineconfig/jobs/python/check_installations.py,sha256=D-jtYyvOpIfHr7nylXLasrA2XLTzYpz8IPss-q5wrcI,11140
|
|
52
52
|
machineconfig/jobs/python/create_bootable_media.py,sha256=_FqXN8Fc5r2Drap72Y32iXtdjtBep3B-DC21QN79ICU,829
|
|
53
|
-
machineconfig/jobs/python/python_cargo_build_share.py,sha256=
|
|
53
|
+
machineconfig/jobs/python/python_cargo_build_share.py,sha256=RDe1QiTH3vLQ1wjN0kE5NxMIqwB-_WHz6O3svyuH_VE,2133
|
|
54
54
|
machineconfig/jobs/python/python_ve_symlink.py,sha256=UUSyJTQzRT9rSHa0ku3Jv0a2UPAsidEHEw8RckBYlVs,1184
|
|
55
55
|
machineconfig/jobs/python/tasks.py,sha256=palEhxnzY0roWg16-LS6mZM9pjOiUe8g9Ye7UKxe8kw,151
|
|
56
|
-
machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc,sha256
|
|
56
|
+
machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc,sha256=oeTr1Gnfn7LzOEEZFLDgL0gQUQjUzIv4UhliGxid8jo,180
|
|
57
|
+
machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc,sha256=iVj6LaTGGwr00XCEn2Ktbx_h_USyFJV41wVoMAwNoAE,1938
|
|
57
58
|
machineconfig/jobs/python/archive/python_tools.txt,sha256=obBMZ-gajhaAOpxYUSh3IOfXA6RxTgoec-d7ALzoZak,287
|
|
58
59
|
machineconfig/jobs/python/vscode/api.py,sha256=4Ovo1TmZf2G49IugKDnbB7FOxqjlOfyO3s-Z0yOXxj8,1696
|
|
59
|
-
machineconfig/jobs/python/vscode/link_ve.py,sha256=
|
|
60
|
-
machineconfig/jobs/python/vscode/select_interpreter.py,sha256=
|
|
61
|
-
machineconfig/jobs/python/vscode/sync_code.py,sha256=
|
|
60
|
+
machineconfig/jobs/python/vscode/link_ve.py,sha256=7QqQKDo6yCh4k8-v6FZwnN0SBH7zGgZttyS0Svn5xII,1440
|
|
61
|
+
machineconfig/jobs/python/vscode/select_interpreter.py,sha256=FvtFe7WN0n142fhiTLlZIB_lSBn2BARWU2eivbuntS4,2687
|
|
62
|
+
machineconfig/jobs/python/vscode/sync_code.py,sha256=U2bB1TX2CLAZeBTa2CePMfz4nK7IqSfwUel455hCTTo,2185
|
|
62
63
|
machineconfig/jobs/python/vscode/__pycache__/select_interpreter.cpython-311.pyc,sha256=RgsGRZtpwohxBOd5A8OJLETKJzak9D5uyHXcx2e6lwk,4820
|
|
63
64
|
machineconfig/jobs/python_custom_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
|
-
machineconfig/jobs/python_custom_installers/docker.py,sha256=
|
|
65
|
-
machineconfig/jobs/python_custom_installers/gh.py,sha256=
|
|
66
|
-
machineconfig/jobs/python_custom_installers/hx.py,sha256=
|
|
67
|
-
machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=
|
|
65
|
+
machineconfig/jobs/python_custom_installers/docker.py,sha256=rsIKGUb52FF3XqdJTeJofkPo5hgnAt8F1jENlk1Uihw,2265
|
|
66
|
+
machineconfig/jobs/python_custom_installers/gh.py,sha256=U3Dt595HY_1UhuokPvVksc8O3APpcGARf-bjuD-5SuQ,2534
|
|
67
|
+
machineconfig/jobs/python_custom_installers/hx.py,sha256=pM1MYV9CIuR1m7mFbPEf4OALS_pI_HhJGhjknJu54zI,5314
|
|
68
|
+
machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=pBgsdHH_TK1L_yrKnjnqr1RhVPHps9cRLUDFJ40pjWk,2021
|
|
68
69
|
machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-311.pyc,sha256=Lh8PAOD0iL8zcVPa6RJBwflx0rn2io_1w1wHL80MosQ,198
|
|
69
|
-
machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=
|
|
70
|
-
machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=
|
|
71
|
-
machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=
|
|
72
|
-
machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=
|
|
73
|
-
machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=
|
|
74
|
-
machineconfig/jobs/python_custom_installers/dev/code.py,sha256=
|
|
75
|
-
machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=
|
|
76
|
-
machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=
|
|
77
|
-
machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=
|
|
78
|
-
machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=
|
|
79
|
-
machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=
|
|
80
|
-
machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=
|
|
81
|
-
machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=
|
|
70
|
+
machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=_yH1Vc8E1oPOeKRDk7y6ytFSrrJGVu-4mGd0nEXikF8,1723
|
|
71
|
+
machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=kf9JMQzOL8kx7mcQSf-imRObD6JxhGJb3G5EWUusLhU,788
|
|
72
|
+
machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=mEvAr0WWNQAODxLGfOOpgKwd4p2OffrIj8tZQSp-4i4,1934
|
|
73
|
+
machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=l2GcDQQFN0XmaPTNWPRjaLwapaUeHBqFXvIgQTjapEc,2053
|
|
74
|
+
machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=DLzsbtH5bQhhOOo0jsWUzH5gCfmLLClruiDk9aU9AD0,1432
|
|
75
|
+
machineconfig/jobs/python_custom_installers/dev/code.py,sha256=_B0VSP1F3EHQSCjPLzbEQCg6rmx52QCbGyAb4Pq2tfQ,1981
|
|
76
|
+
machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=MFFnK-ClVW0tJTK9gopOolCNDVY0s4Hp7iy6ry9_YpU,4542
|
|
77
|
+
machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=lqfiT41HcqXsFAZHZDDIT6cxvAJXdTAivxMm02qVQ6c,2315
|
|
78
|
+
machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=BDkpFDfTwtGLkjghl7rTqyY38U5xXMvxqq2ajsxbWIg,2508
|
|
79
|
+
machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=kBLcRk8s16fTOHfowyxYnOp4VEPI2t7HTMWtJ4iJDDI,1093
|
|
80
|
+
machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=gWU6BORh2urByfJiQWJiGUGIWRRb3hIPfSt7mrOYVjw,2207
|
|
81
|
+
machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=VNLwv4zrN8gULLiRV_15ecYXMT3cHDPcJaKx3Ak7RTs,2056
|
|
82
|
+
machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=Ki1WmPFJ_1XHZYFuvoV3aRvlkZAN30V-gYoriEejKP4,2216
|
|
82
83
|
machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md,sha256=Yam2UzJUCslAp01_A0gdMH59s27hna9mqQsSGU7q64g,1128
|
|
83
|
-
machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=
|
|
84
|
-
machineconfig/jobs/python_custom_installers/dev/winget.py,sha256=
|
|
84
|
+
machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=mnvNTEDmn8cIod3Rm8CpJKqcVHiCbvyNEEC_CrM3Ytw,2202
|
|
85
|
+
machineconfig/jobs/python_custom_installers/dev/winget.py,sha256=PpH0AAc4HOfeEr--mKbda2H_xpqd1YVdHa2a2t5IC4o,5794
|
|
85
86
|
machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh,sha256=m01xquA4YZW3YrhJiTCvTZuLliELmRI1avYFyuE5-Ws,2119
|
|
86
87
|
machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=mojUmdFXXH5vJN7hHwP3JmRajya1yyM4bZvuLOx-nTc,5343
|
|
87
88
|
machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh,sha256=TiS-hWRltw66_p_Fq8gfkA_rqUIuwxoIkFZItVF6TXA,1478
|
|
@@ -94,7 +95,7 @@ machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh,sha256=8S0nZ
|
|
|
94
95
|
machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVNLeYWdh3XEFllCVZDYIHBI42btjGlH5jbyXjJGz-Y,3033
|
|
95
96
|
machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
|
|
96
97
|
machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
|
-
machineconfig/jobs/python_generic_installers/config.json,sha256=
|
|
98
|
+
machineconfig/jobs/python_generic_installers/config.json,sha256=r-pLmhPQh3Acy3I4xJ8Kn1Vmh9TY9khSLTDP8e0N0u4,20714
|
|
98
99
|
machineconfig/jobs/python_generic_installers/update.py,sha256=ajz1GSNU9xYVrFEDSz6Xwg7amWQ_yvW75tQa1ZvRIWc,3
|
|
99
100
|
machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc,sha256=6W3MndIH6TpKF1rOCDC53oH4ZV8tCD6zakk8dgCyhO8,199
|
|
100
101
|
machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
|
|
@@ -110,27 +111,27 @@ machineconfig/jobs/python_windows_installers/config.json,sha256=_jMleGe2iqcOr4yc
|
|
|
110
111
|
machineconfig/jobs/python_windows_installers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
111
112
|
machineconfig/jobs/python_windows_installers/archive/file.json,sha256=sF9TUg7DQnq6R6qqLa9tRWfaQRfYKi4cy4T1hZ8yegU,314
|
|
112
113
|
machineconfig/jobs/python_windows_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
113
|
-
machineconfig/jobs/python_windows_installers/dev/config.json,sha256
|
|
114
|
+
machineconfig/jobs/python_windows_installers/dev/config.json,sha256=-KWibjBW62-wbe6z28z9iK50kAIAyYxwtZZru37J1N4,4
|
|
114
115
|
machineconfig/jobs/windows/start_terminal.ps1,sha256=LbsX9YjTIsHnemvwNiBoJr8UKnbnzKy948PsS8j5H94,469
|
|
115
116
|
machineconfig/jobs/windows/startup_file.cmd,sha256=qOqDwL0MmRB-fHauJKjOO0mhczyA3-cdRUyY1p7NCok,95
|
|
116
117
|
machineconfig/jobs/windows/archive/archive_pygraphviz.ps1,sha256=RkR6Y41fNPqTpt2UTJU7qwHEZIYMDicn98p2RihDTw4,667
|
|
117
118
|
machineconfig/jobs/windows/archive/openssh-server_add_key.ps1,sha256=91cL3K4H2saAuzOS1GxGicpc64ZDpgvPY39YPBWyxZI,269
|
|
118
119
|
machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYiGFXUvO4dp6rW0LXmNo65h3hFTHJWyHbmO3Xc,745
|
|
119
120
|
machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
120
|
-
machineconfig/profile/create.py,sha256=
|
|
121
|
-
machineconfig/profile/create_hardlinks.py,sha256=
|
|
122
|
-
machineconfig/profile/shell.py,sha256=
|
|
123
|
-
machineconfig/profile/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
124
|
-
machineconfig/profile/__pycache__/create.cpython-311.pyc,sha256=
|
|
125
|
-
machineconfig/profile/__pycache__/shell.cpython-311.pyc,sha256=
|
|
121
|
+
machineconfig/profile/create.py,sha256=ugdNaZ9XRPfMNyLnZnNFtDfgNcn_oIJonnkaKtrNzm0,6126
|
|
122
|
+
machineconfig/profile/create_hardlinks.py,sha256=cE5C3P_XdNQ4fFgqSvra5dffKl3P4PUuTxTdm89e6_E,5490
|
|
123
|
+
machineconfig/profile/shell.py,sha256=CVlYm-tvl3ZdbxyebaA4QvWSDYOmRZaz8XCxHz261PU,10666
|
|
124
|
+
machineconfig/profile/__pycache__/__init__.cpython-311.pyc,sha256=2QWPveHQxw3U6SZx6SPhlQUeQjVc26SkwNIZKR-3Ll8,176
|
|
125
|
+
machineconfig/profile/__pycache__/create.cpython-311.pyc,sha256=SCnXRPQ9naUl9Sj2EgAUguolFrJUtSfE3yH6K0A6eJ0,8777
|
|
126
|
+
machineconfig/profile/__pycache__/shell.cpython-311.pyc,sha256=Jg0duafgnBIhhBNVOyitlhVckNrOx5lyuXpNeLywxnk,15064
|
|
126
127
|
machineconfig/profile/records/generic/shares.toml,sha256=FduDztfyQtZcr5bfx-RSKhEEweweQSWfVXkKWnx8hCY,143
|
|
127
128
|
machineconfig/profile/records/linux/apps_summary_report.csv,sha256=pw9djvaRUPalKDLn2sl3odcbD2_Zx3aEupsQ8UPfaaY,2738
|
|
128
129
|
machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0ZgKGIZi8bstFoGyyGTxeS8p2PtOj0,5634
|
|
129
130
|
machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
|
|
130
131
|
machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
|
|
131
132
|
machineconfig/scripts/__init__.py,sha256=8aZPVoch_gcI0Ihcr30zQcPjRQMWiWzDnQXnOm7spzo,73
|
|
132
|
-
machineconfig/scripts/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
133
|
-
machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=
|
|
133
|
+
machineconfig/scripts/__pycache__/__init__.cpython-311.pyc,sha256=IS9v75DcMJB0ibsWsUgpBgjudoxk1RG1LBKhHDKu_zs,252
|
|
134
|
+
machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=SVmg_tmjaX7zoE59-0ZOk13PM6J3MYoSEUWaZAJVpyM,246
|
|
134
135
|
machineconfig/scripts/cloud/init.sh,sha256=n07vNAH33FClhyCmhe7YitmwPSha3AeU3Sm-HQYg_ig,4630
|
|
135
136
|
machineconfig/scripts/linux/activate_ve,sha256=ylZHQh1Cj7EA6O78I74LurDZL9OuCtcSFWYZ-ea6wh8,2762
|
|
136
137
|
machineconfig/scripts/linux/checkout_versions,sha256=giqRWpwMkS_GYa3NOfSsqBIZta3apbws3QbdNfNHj3c,173
|
|
@@ -141,9 +142,9 @@ machineconfig/scripts/linux/cloud_mount,sha256=IdJEROhFAJHLjg6rNOt80CCze-iN0a-Pb
|
|
|
141
142
|
machineconfig/scripts/linux/cloud_repo_sync,sha256=lp1VDmCJMesuFhFYJBgLFNS4CmsxVHTqHpO9RVrRHD0,361
|
|
142
143
|
machineconfig/scripts/linux/cloud_sync,sha256=-F3225O1dKM-FSBb5iqD5JEKAOOmSOx3ib8xZm_euc0,514
|
|
143
144
|
machineconfig/scripts/linux/croshell,sha256=h1-LWS1AHSCJk4Kq_ngP4ndxEO9WR7PVOiLaAXITmSg,752
|
|
144
|
-
machineconfig/scripts/linux/devops,sha256=
|
|
145
|
-
machineconfig/scripts/linux/fire,sha256=
|
|
146
|
-
machineconfig/scripts/linux/fire_agents,sha256=
|
|
145
|
+
machineconfig/scripts/linux/devops,sha256=FxBQO_exalMvzIR5CJ6DLJFILtzBl92HJaaekm5po0k,635
|
|
146
|
+
machineconfig/scripts/linux/fire,sha256=mSwTwEbSYn4eccftkXRCyG09Kt-7zynpIRWQaMpRLQI,835
|
|
147
|
+
machineconfig/scripts/linux/fire_agents,sha256=Qy5jW2wV0mz0D8vFpLQom9tM9yGa_Q4SRl3GzcK7Cqs,835
|
|
147
148
|
machineconfig/scripts/linux/ftpx,sha256=2GPRwSUhshI4BNxmOeMVoYlM6I7OQ0o3b8t6FlKDyRk,162
|
|
148
149
|
machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
|
|
149
150
|
machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
|
|
@@ -152,6 +153,7 @@ machineconfig/scripts/linux/fzfg,sha256=ClGnJZUsIk4y0qs3W5iXGo-nd0FaqAHMsnh8uoXQ
|
|
|
152
153
|
machineconfig/scripts/linux/fzfrga,sha256=xSdws6ae28ZXkkqz_uupZ0MYw_vxE2qpLT2DLS3WITM,460
|
|
153
154
|
machineconfig/scripts/linux/gh_models,sha256=dcq6BLN5kU9Q_BSbXQJay0aFgKqnXnTZwlp9HZ-SMfE,167
|
|
154
155
|
machineconfig/scripts/linux/kill_process,sha256=lZ6LDzBPonQrVxCoc0R4HWW9x9hb5L5KjBhWugnxDNU,213
|
|
156
|
+
machineconfig/scripts/linux/mcinit,sha256=PNuiCCkvsXi9I0c24ApWE4cth10NCamh80Mfdhhbu4I,834
|
|
155
157
|
machineconfig/scripts/linux/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
|
|
156
158
|
machineconfig/scripts/linux/mount_nfs,sha256=HLWF7ocUjuDXaFFtOzEA9JlROTcsbDEhgosBdBpBUUA,2061
|
|
157
159
|
machineconfig/scripts/linux/mount_nw_drive,sha256=fZWV2x7Slne2c0NU-65qXBmTIeJNvjAHY-NqkDgoq1U,2527
|
|
@@ -174,68 +176,81 @@ machineconfig/scripts/linux/archive/tmate_conn,sha256=mDymJCJ-scdYhoG06EAMncjoSA
|
|
|
174
176
|
machineconfig/scripts/linux/archive/tmate_start,sha256=eyaknKoVb-XtJnZcfB0CCxm9z9zkD0dsuIDeFLKbIO8,452
|
|
175
177
|
machineconfig/scripts/linux/archive/transfer_wsl_win,sha256=KzSaO4CWbuM6UNoNasdJhaWWjRhN0lWIiJrBZMmONz0,137
|
|
176
178
|
machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
177
|
-
machineconfig/scripts/python/choose_wezterm_theme.py,sha256=
|
|
178
|
-
machineconfig/scripts/python/cloud_copy.py,sha256=
|
|
179
|
+
machineconfig/scripts/python/choose_wezterm_theme.py,sha256=2JjmYE9amtMFIHEegSTt7BLiX0ybIRhSoKwZfuuomzo,3259
|
|
180
|
+
machineconfig/scripts/python/cloud_copy.py,sha256=LakMdzBJlMdwXHbjMY0ylVPpcCOrFC-cCPPOetqAqW0,8573
|
|
179
181
|
machineconfig/scripts/python/cloud_manager.py,sha256=MAVOKqXGxnlMaQGEv6k-q_PrgN0at6J8qQDhPiH2lI8,3488
|
|
180
|
-
machineconfig/scripts/python/cloud_mount.py,sha256=
|
|
181
|
-
machineconfig/scripts/python/cloud_repo_sync.py,sha256=
|
|
182
|
-
machineconfig/scripts/python/cloud_sync.py,sha256=
|
|
183
|
-
machineconfig/scripts/python/croshell.py,sha256=
|
|
184
|
-
machineconfig/scripts/python/devops.py,sha256=
|
|
185
|
-
machineconfig/scripts/python/devops_add_identity.py,sha256=
|
|
186
|
-
machineconfig/scripts/python/devops_add_ssh_key.py,sha256=
|
|
187
|
-
machineconfig/scripts/python/devops_backup_retrieve.py,sha256=
|
|
188
|
-
machineconfig/scripts/python/devops_devapps_install.py,sha256=
|
|
189
|
-
machineconfig/scripts/python/devops_update_repos.py,sha256=
|
|
190
|
-
machineconfig/scripts/python/dotfile.py,sha256=
|
|
191
|
-
machineconfig/scripts/python/fire_agents.py,sha256=
|
|
192
|
-
machineconfig/scripts/python/fire_jobs.py,sha256=
|
|
193
|
-
machineconfig/scripts/python/ftpx.py,sha256=
|
|
182
|
+
machineconfig/scripts/python/cloud_mount.py,sha256=9nc6B6vd2VxeJ5dXaJZFrIF3NQpXCam4usYaM4wAKaM,6590
|
|
183
|
+
machineconfig/scripts/python/cloud_repo_sync.py,sha256=1SgkPj-vRCi-0drW7L7wqEQiXNhHXLTN2UrYHyUpGlk,9498
|
|
184
|
+
machineconfig/scripts/python/cloud_sync.py,sha256=cJIMzfwzg5hsizkdOP5xgDRJyHzNbANzGUQi6oxlQKU,3844
|
|
185
|
+
machineconfig/scripts/python/croshell.py,sha256=L8Y9sswwayJ88SGRTbKtXxkUdSqELnv5V9bPW0XUq9M,9261
|
|
186
|
+
machineconfig/scripts/python/devops.py,sha256=a8UngP3h62TxAt8PbDs5PgyHrCikiYS-ijRxTtE0LdM,8246
|
|
187
|
+
machineconfig/scripts/python/devops_add_identity.py,sha256=zHB6ivOqq1BjsrKqRuYSPUvtDRSp_wvrxhRRQkcWtSY,3918
|
|
188
|
+
machineconfig/scripts/python/devops_add_ssh_key.py,sha256=4j8KGyCJ9NL9LSCf22wkkn7f53IXzwzqBZo0MH1en24,6685
|
|
189
|
+
machineconfig/scripts/python/devops_backup_retrieve.py,sha256=gSpyrcFKhUsTzu8LaA2QL8dRHcCn9jo2k0Io5P7ID90,6099
|
|
190
|
+
machineconfig/scripts/python/devops_devapps_install.py,sha256=_Qr8dWcwuMZ2qChKFILFfzMMCV60e5qtYf-nWS4DaG8,8006
|
|
191
|
+
machineconfig/scripts/python/devops_update_repos.py,sha256=5Q4EdrQJFGVgChbIIKAlsRmbKyDijllBHt3XBegSQwk,3920
|
|
192
|
+
machineconfig/scripts/python/dotfile.py,sha256=tFmKyZlawUJ2SSlLZzmMx9M2LZ_VPOgSUvSex6xiys0,2167
|
|
193
|
+
machineconfig/scripts/python/fire_agents.py,sha256=fcdCN7aw74Tz8ZRb2EwMJS8eR1diky9622itQapY-v0,8559
|
|
194
|
+
machineconfig/scripts/python/fire_jobs.py,sha256=VVOFJo1WgdKzmPT2hL56RTUaVs7jpWfKn01zQDwGug0,19892
|
|
195
|
+
machineconfig/scripts/python/ftpx.py,sha256=3jpRdISUiDK7uKRaityEfO59qVIilTGL3nloo9qGcWk,9699
|
|
194
196
|
machineconfig/scripts/python/get_zellij_cmd.py,sha256=6irkwgbeC18OWBnTBAF4i0klqZ6GlwagXaQIUBRFxVQ,596
|
|
195
|
-
machineconfig/scripts/python/gh_models.py,sha256=
|
|
196
|
-
machineconfig/scripts/python/mount_nfs.py,sha256=
|
|
197
|
-
machineconfig/scripts/python/mount_nw_drive.py,sha256=
|
|
198
|
-
machineconfig/scripts/python/mount_ssh.py,sha256=
|
|
197
|
+
machineconfig/scripts/python/gh_models.py,sha256=3BLfW25mBRiPO5VKtVm-nMlKLv-PaZDw7mObajq6F6M,5538
|
|
198
|
+
machineconfig/scripts/python/mount_nfs.py,sha256=zoQ4BW9rhgTAD3_BDA5XvSu_-hdFRtEPvZ_F5bB4mpA,3221
|
|
199
|
+
machineconfig/scripts/python/mount_nw_drive.py,sha256=NZjpKL7BVrcGpZeVX6NZ7mugJb4KFIYyHLc2ZFYh5s8,1499
|
|
200
|
+
machineconfig/scripts/python/mount_ssh.py,sha256=F2jiFqzRRUGIxqpXtFVFR2PZPxhRpX3FEC-9CEOtgpg,2161
|
|
199
201
|
machineconfig/scripts/python/onetimeshare.py,sha256=bmGsNnskym5OWfIhpOfZG5jq3m89FS0a6dF5Sb8LaZM,2539
|
|
200
202
|
machineconfig/scripts/python/pomodoro.py,sha256=SPkfeoZGv8rylGiOyzQ7UK3aXZ3G2FIOuGkSuBUggOI,2019
|
|
201
|
-
machineconfig/scripts/python/repos.py,sha256=
|
|
202
|
-
machineconfig/scripts/python/scheduler.py,sha256=
|
|
203
|
+
machineconfig/scripts/python/repos.py,sha256=NFzsX8j8Wl2k2-wjhaAelKvCeX6py0IRCXzQ0wKru8M,11333
|
|
204
|
+
machineconfig/scripts/python/scheduler.py,sha256=7IBjMMOHMkklcWzYwz93EH9XzbJ5uPqU03bJ_lYbRNo,3083
|
|
203
205
|
machineconfig/scripts/python/snapshot.py,sha256=b2JakHHNFkPHg49q6U1OyQpL8sz5hLSIwoCHfH1kURE,1027
|
|
204
|
-
machineconfig/scripts/python/start_slidev.py,sha256=
|
|
205
|
-
machineconfig/scripts/python/start_terminals.py,sha256=
|
|
206
|
-
machineconfig/scripts/python/viewer.py,sha256=
|
|
206
|
+
machineconfig/scripts/python/start_slidev.py,sha256=cSDErCSMCRhRrbDYKX1a_r46OB_WgLRad4a4UnyzDe4,4383
|
|
207
|
+
machineconfig/scripts/python/start_terminals.py,sha256=6Ynw-XDqJzIxj9PbH0KQjdUcpM0GKXrP3l7pyOTK8Ro,6129
|
|
208
|
+
machineconfig/scripts/python/viewer.py,sha256=heQNjB9fwn3xxbPgMofhv1Lp6Vtkl76YjjexWWBM0pM,2041
|
|
207
209
|
machineconfig/scripts/python/viewer_template.py,sha256=g_sS2uZPN96sQOGereSJcrg6z1erM2MZPlw9vwZhSxY,3945
|
|
208
|
-
machineconfig/scripts/python/wifi_conn.py,sha256=
|
|
209
|
-
machineconfig/scripts/python/wsl_windows_transfer.py,sha256=
|
|
210
|
-
machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
211
|
-
machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=
|
|
210
|
+
machineconfig/scripts/python/wifi_conn.py,sha256=cQ6brIVgQp7JK3ZKYV-eX0G05PVLiZk08eQh1itzoMM,16149
|
|
211
|
+
machineconfig/scripts/python/wsl_windows_transfer.py,sha256=NQLymI0X5_vOfEHFLtsCipBppcs0MAHkn1UI5pn2VAI,3634
|
|
212
|
+
machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc,sha256=r4GFGFuPkfQZs9J8P5KbtoJTsdyzHZv9N--EZy6-81U,183
|
|
213
|
+
machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=UQ3uVadgHUksIVYkRph8AqUEVI-0cLBpuC0meyuYuN8,171
|
|
212
214
|
machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc,sha256=ofEjvoXvuGSMnfm2ISBSKAyW8IG8eJwfjxEmKusFV1M,13591
|
|
213
215
|
machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc,sha256=Ww9YQ61mkCgLoXzyfWCYJwy4E2Q8erpILzZoF0AXUBQ,9365
|
|
214
216
|
machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc,sha256=Xa-bn9m5eGugaqmBiPIHhUOJT47SXtYswQYL4nhAW4A,5060
|
|
215
|
-
machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc,sha256=
|
|
216
|
-
machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc,sha256=
|
|
217
|
+
machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc,sha256=SmUBWDUkbr11Q6KwoyrKyZaYlwvTWJqbDGfRJVUZ4ek,11164
|
|
218
|
+
machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc,sha256=Z-YrPJgZQDKckN5R6H7dZe6y8nP_wDtLymVUkflhZs8,13287
|
|
219
|
+
machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc,sha256=Q3E-TALVwNsfaoIfp6qNHkSKzmY4_oXggGA9clvnjVA,11399
|
|
217
220
|
machineconfig/scripts/python/__pycache__/devops_backup_retrieve.cpython-311.pyc,sha256=Bo--NSxW10D7iO-VubPbwH_P-SJsb4hULXAwtx3WhFc,10426
|
|
218
221
|
machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc,sha256=mSfuG3ehhkbtZnU5PMDv9mS4LcMhj5NDKQBi882nFlc,10162
|
|
219
|
-
machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc,sha256=
|
|
220
|
-
machineconfig/scripts/python/__pycache__/
|
|
221
|
-
machineconfig/scripts/python/__pycache__/
|
|
222
|
+
machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc,sha256=cWcTykBCg3qu82jYcr7IIkN0cgpCZuNFqa8zfWKha_0,6589
|
|
223
|
+
machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc,sha256=avPLMbryR4gAw-UE1M9dZLLxgXk32qeJ41B-M7c2sCY,5755
|
|
224
|
+
machineconfig/scripts/python/__pycache__/fire_agents.cpython-311.pyc,sha256=uPcAvvVsZCL_BTq3s4WFZwhO1GSxA2K7e-KlccPUmnE,12904
|
|
225
|
+
machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc,sha256=Mti7BvU3Mrck3t9fmzAsp1Rvz0FYaM7lmKeA3JSxxrM,22081
|
|
222
226
|
machineconfig/scripts/python/__pycache__/fire_jobs.cpython-313.pyc,sha256=wMwq9RL120uZ2j6Zex8-SVubEFnaFZantHF2lcW6IwY,20181
|
|
223
227
|
machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-311.pyc,sha256=vDgQ-_22m3AyNJKjrXHZEPOOFiZ4Zh2z9NtdQvCWdXY,891
|
|
224
|
-
machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc,sha256=
|
|
228
|
+
machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc,sha256=NmUeruJ7_snzKXm-ObBPqniFJONvaNLbZvbx01h4O8w,17583
|
|
229
|
+
machineconfig/scripts/python/ai/mcinit.py,sha256=Wvg5RDpDNuEeUotAf5hLx0B66YOdH1IIw4xm7F8DQxQ,5066
|
|
230
|
+
machineconfig/scripts/python/ai/__pycache__/init.cpython-311.pyc,sha256=aC1IcjcIuV2nsYztoX2FVm1r-1kNCIMvFF_JoxUpVc0,3868
|
|
231
|
+
machineconfig/scripts/python/ai/__pycache__/mcinit.cpython-311.pyc,sha256=cUY3G4h_oYy59MbwTEZHjx6nowYWTyBLBaCK6JaRONo,7366
|
|
232
|
+
machineconfig/scripts/python/ai/chatmodes/Thinking-Beast-Mode.chatmode.md,sha256=Tu-fWxX_FLiIBRdgOndMhewK41kIHDoYxuGZ1kF6dYA,17947
|
|
233
|
+
machineconfig/scripts/python/ai/chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md,sha256=kB8u_QAZar9StuywXcbPTUCbAVHKin0s0brssOroK5o,29019
|
|
234
|
+
machineconfig/scripts/python/ai/chatmodes/deepResearch.chatmode.md,sha256=WRbZXkdOPw5pVAFjR51n9IRTtqw3TE7jUt4BNyN5Z8k,5165
|
|
235
|
+
machineconfig/scripts/python/ai/configs/.gemini/settings.json,sha256=hv0POw6ySh8vukLd2Zebt7CH4Aiw1W26ge-Tl1fxgoQ,2301
|
|
236
|
+
machineconfig/scripts/python/ai/instructions/python/dev.instructions.md,sha256=OTdhVlKLWaG7Q3uF8imeO90pJCqB_Ij93W31BxDB12o,4445
|
|
237
|
+
machineconfig/scripts/python/ai/prompts/allLintersAndTypeCheckers.prompt.md,sha256=0YO5BvqKMxoB6Xs4MR4dv3g7iLgviUc_JoqXdvfxXqY,46
|
|
238
|
+
machineconfig/scripts/python/ai/prompts/research-report-skeleton.prompt.md,sha256=VJboe6_ynLAcxml8tgOQCN-6ecJY3hraEneKILQkNis,668
|
|
239
|
+
machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=OxaP3G6ErvUGuU2LVJWJn9qYP72GPdD2taXLZnCuoX8,1620
|
|
225
240
|
machineconfig/scripts/python/archive/im2text.py,sha256=WLyic89vxi_pqQMzo-MOrGf39JEZjCdvDrXYUMVvZNY,1163
|
|
226
|
-
machineconfig/scripts/python/archive/tmate_conn.py,sha256=
|
|
227
|
-
machineconfig/scripts/python/archive/tmate_start.py,sha256=
|
|
241
|
+
machineconfig/scripts/python/archive/tmate_conn.py,sha256=C36Kb1E04UPGy7oAQ9IRpcdK8nRa0yr9zjq-fZUalcI,1231
|
|
242
|
+
machineconfig/scripts/python/archive/tmate_start.py,sha256=OeCKT7GLL77IafF_LIN31QYGAh_JClv8xMxDccc_1dc,1518
|
|
228
243
|
machineconfig/scripts/python/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
229
|
-
machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=
|
|
230
|
-
machineconfig/scripts/python/helpers/helpers2.py,sha256=
|
|
231
|
-
machineconfig/scripts/python/helpers/helpers4.py,sha256=
|
|
232
|
-
machineconfig/scripts/python/helpers/helpers5.py,sha256=
|
|
233
|
-
machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=
|
|
234
|
-
machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
244
|
+
machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=Zm_pVme1vVRzerrHrxVIU2Bf2pzSjVbNoiBEecZY-ds,4962
|
|
245
|
+
machineconfig/scripts/python/helpers/helpers2.py,sha256=LGjHnh-vYFm0XivUnIyYdNSyG5pWxvedbrG0pv8Hbig,7140
|
|
246
|
+
machineconfig/scripts/python/helpers/helpers4.py,sha256=ERAR1BnnK3K4tcwX8F5QmwmkBGTBChcKpzKA8Bm1F4w,7537
|
|
247
|
+
machineconfig/scripts/python/helpers/helpers5.py,sha256=riXysqaW9skVZ_3J9Gn7eOLNnpsetgYZlaReryx94Cc,1122
|
|
248
|
+
machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=zY1QUGbl2oh_MyGtErwzoqa-wZ2zV_S_QMH_9O74LOE,4439
|
|
249
|
+
machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc,sha256=giPQ1ABJuA5WpwYhUQ1qrxIDFcjhLilIGzQIhWi8rrg,191
|
|
235
250
|
machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-313.pyc,sha256=7DBSViiKn4Vtp2mDghWNGg9RcSOQjRe4W9DzDaDn7lg,179
|
|
236
|
-
machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc,sha256=
|
|
237
|
-
machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc,sha256=
|
|
238
|
-
machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc,sha256=
|
|
251
|
+
machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc,sha256=a1eOVD1VOQgGaSFPD8VbfzHig6oVSulHLA8iCzF2oVI,9151
|
|
252
|
+
machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc,sha256=60zUJbNkCfuYSpkHkJ7-R3_I8rB1wHGRD-g8cKUDNMc,8050
|
|
253
|
+
machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc,sha256=6gGHh54TrVnkji13RLLqnu9G9JSKU6jU8cJRlPCLVlM,10641
|
|
239
254
|
machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-313.pyc,sha256=NobOXSsARSrWN6xRikdCy-Kv4gokkOovrH09ha3HZ-I,11043
|
|
240
255
|
machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-311.pyc,sha256=U0HPSMRmaDkysn6N8heE4fMM5017CtK4hJQVJUJmBT0,7758
|
|
241
256
|
machineconfig/scripts/windows/activate_ve.ps1,sha256=1YDd90eIhJ680a-tPHeBesnIVLHWqLn1DU66B-2oA7E,1875
|
|
@@ -257,6 +272,7 @@ machineconfig/scripts/windows/fzfrga.bat,sha256=rU_KBMO6ii2EZ0akMnmDk9vpuhKSUZqk
|
|
|
257
272
|
machineconfig/scripts/windows/gpt.ps1,sha256=78oqOADLMuIZ7uY18lhcp_-IAIj57dkFh0uieanscjU,359
|
|
258
273
|
machineconfig/scripts/windows/grep.ps1,sha256=sUP_cXtqPEWLQ8_TdGJX7_-CO6CQYTP4pA-ZmkdPLdY,49
|
|
259
274
|
machineconfig/scripts/windows/kill_process.ps1,sha256=EESikl97AC3Wpjy8flS6tuSCso1FxDhLjwrvyCO21TM,189
|
|
275
|
+
machineconfig/scripts/windows/mcinit.ps1,sha256=P7do3F7DqWubER4jBk_B0VtEmHMlOGz9CgiIxCfYLgI,134
|
|
260
276
|
machineconfig/scripts/windows/mount_nfs.ps1,sha256=wGIxPe62AE3tLzjSIeYJGva4D_HiMCEsGUa8BsMyDkI,2073
|
|
261
277
|
machineconfig/scripts/windows/mount_nw.ps1,sha256=puxcfZc3ZCJerm8pj8OZGVoTYkhzp-h7oV-MrksSqIE,454
|
|
262
278
|
machineconfig/scripts/windows/mount_smb.ps1,sha256=PzYWpIO9BpwXjdWlUQL9pnMRnOGNSkxfh4bHukJFme8,69
|
|
@@ -336,7 +352,7 @@ machineconfig/settings/lf/windows/autocall/rename.ps1,sha256=47DEQpj8HBSa-_TImW-
|
|
|
336
352
|
machineconfig/settings/linters/.flake8,sha256=1By04Qwy5saCudYKOw2bKHSNQg4N128SJudwD3SVGhQ,1958
|
|
337
353
|
machineconfig/settings/linters/.mypy.ini,sha256=BNxVtNuliJZVeFpCRRIQpSWFDQYuKqKtcVKYcZ-sApc,811
|
|
338
354
|
machineconfig/settings/linters/.pylintrc,sha256=_hYrPgtMvQc877u5NTU_HlkJMZwuDrmB6Yt3u5zg3-c,3593
|
|
339
|
-
machineconfig/settings/linters/.ruff.toml,sha256=
|
|
355
|
+
machineconfig/settings/linters/.ruff.toml,sha256=CiLFhFLJzQc1UvJF2ecRjO4hjmC_xx9j0JCKHKi-po8,1655
|
|
340
356
|
machineconfig/settings/lvim/linux/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
341
357
|
machineconfig/settings/lvim/windows/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
342
358
|
machineconfig/settings/lvim/windows/archive/config_additional.lua,sha256=9gU_G83sEe4ZtLESbB6p4loB6I4G0ykgnx96g7Z9zU4,776
|
|
@@ -356,7 +372,7 @@ machineconfig/settings/shells/bash/init.sh,sha256=EOCNg7h4roNDTappkddwy7U_0R_NKi
|
|
|
356
372
|
machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
|
|
357
373
|
machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
358
374
|
machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
|
-
machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256
|
|
375
|
+
machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=-RINJ7SH3ieHGw2C1_ENnRitbVM9u26sUYD8kF7I3uQ,3503
|
|
360
376
|
machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
|
|
361
377
|
machineconfig/settings/shells/nushell/config.nu,sha256=ug0E0NXNlCzgStScFN6VTsAkUaOTPJZB69P-LS5L2VE,1047
|
|
362
378
|
machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
|
|
@@ -365,7 +381,7 @@ machineconfig/settings/shells/pwsh/profile.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
|
365
381
|
machineconfig/settings/shells/starship/starship.toml,sha256=5rQTY7ZpKnrnhgu2Y9OJKUYMz5lPLIftO1p1VRuVZwQ,1150
|
|
366
382
|
machineconfig/settings/shells/vtm/settings.xml,sha256=5TNXd-i0eUGo2w3tuhY9aOkwoJdqih8_HO_U6uL2Dts,18262
|
|
367
383
|
machineconfig/settings/shells/wezterm/wezterm.lua,sha256=ZaUFqVNibGD5cyzlnYhIMAakTig6P7qggi5hvHGASPk,6210
|
|
368
|
-
machineconfig/settings/shells/wt/settings.json,sha256=
|
|
384
|
+
machineconfig/settings/shells/wt/settings.json,sha256=XRqyjphS5EckkHkdYkw6b5btBgnaoic-vn5oCPaPVvI,10135
|
|
369
385
|
machineconfig/settings/streamlit/config.toml,sha256=O3d4ax88hoW7gm5r51xmCcPssQ8ol-oFz_d0NUDlU4k,483
|
|
370
386
|
machineconfig/settings/svim/linux/init.toml,sha256=s2SvtS2zGvygVJviNz062oi0nCQhiT_UM5Wx_edOR2Y,1448
|
|
371
387
|
machineconfig/settings/svim/windows/init.toml,sha256=WgB5xvjinKfSTOfbiIhma7tdGQ4AWqOZyaxx26xU8oE,1436
|
|
@@ -395,6 +411,7 @@ machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=RWcxH_Db7WHH37PclYmc
|
|
|
395
411
|
machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=7hE1tDWhWQ0rciFH0j411vko3qZeIMUG-83dYe6fUnE,2640
|
|
396
412
|
machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=cyevht1IoaLM8fca2KdjepURrb4fY4EO040s1en3MCw,7688
|
|
397
413
|
machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=U7eiioxrN1JHgtEH6pzc_0IzagELbtVFwkP2eQNSdIY,2165
|
|
414
|
+
machineconfig/setup_linux/web_shortcuts/tmp.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
|
|
398
415
|
machineconfig/setup_linux/web_shortcuts/update_system.sh,sha256=xQ1RxpsRhPFGpoDv01XTrB-BsqnbWiw7LMAh7Fc0uWs,1926
|
|
399
416
|
machineconfig/setup_windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
400
417
|
machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
|
|
@@ -406,32 +423,34 @@ machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=IXWTyHr3fFtxvIo
|
|
|
406
423
|
machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLPb8ufME5jvU5S7VUjlLJE,424
|
|
407
424
|
machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
408
425
|
machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=FEyHIqwjzRLqCeO_sC5TWx-AccMEG2M8KhATA__6O1g,824
|
|
409
|
-
machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=
|
|
410
|
-
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=
|
|
426
|
+
machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=xZO7f6JjLZ1gpGGDR2xAH6scyxfyH8Be4PE1T-e8Zlk,2185
|
|
427
|
+
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=OrJBK2svy8F6MixkL7M310mBw3Bm9ihNULwJuirqW5Q,9415
|
|
411
428
|
machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
412
|
-
machineconfig/utils/code.py,sha256=
|
|
413
|
-
machineconfig/utils/installer.py,sha256=
|
|
414
|
-
machineconfig/utils/io_save.py,sha256=
|
|
429
|
+
machineconfig/utils/code.py,sha256=nBf56Jkg1IK5mQhD-sT7XUFGLM0zSUGkTqslsDQMpA8,4392
|
|
430
|
+
machineconfig/utils/installer.py,sha256=vVLawhN-CSywssHjtnIQkB8WQUWyKLtE_nqpfYQd0es,10945
|
|
431
|
+
machineconfig/utils/io_save.py,sha256=iC1YTH0MOlBS8bWUB8Xhdl4CG_bEKQ3OVwMohdCOazI,3145
|
|
415
432
|
machineconfig/utils/links.py,sha256=zFqG7Ozuv2f4rhodUvNqp-0prx4Ju3VtbXkqzzDKGG8,5056
|
|
416
|
-
machineconfig/utils/options.py,sha256=
|
|
417
|
-
machineconfig/utils/path.py,sha256=
|
|
418
|
-
machineconfig/utils/path_reduced.py,sha256=
|
|
419
|
-
machineconfig/utils/procs.py,sha256=
|
|
420
|
-
machineconfig/utils/scheduling.py,sha256=
|
|
421
|
-
machineconfig/utils/
|
|
422
|
-
machineconfig/utils/
|
|
423
|
-
machineconfig/utils/
|
|
424
|
-
machineconfig/utils/
|
|
433
|
+
machineconfig/utils/options.py,sha256=Ct2d_mvhz4ST7csmNXGtoGJ1q1u79Hwx3IRHqaey4iU,8468
|
|
434
|
+
machineconfig/utils/path.py,sha256=fOUK0m7W_Wz1ahIH6IRKlT-p5wAXjg2CGejgeviU0S4,7955
|
|
435
|
+
machineconfig/utils/path_reduced.py,sha256=9YKm2YHnX3PyJggT-DIQdHW0LABcQMKgQS_p2Z2k3sQ,49523
|
|
436
|
+
machineconfig/utils/procs.py,sha256=JCVKKZd-f8nSRp-I3fwR2nh8erqyU5l2c1slp0TDyE4,10697
|
|
437
|
+
machineconfig/utils/scheduling.py,sha256=lTYotFoX0Lwd29K7gkqMMTeYEiyKNhaJZPIUd3mg4Ic,11403
|
|
438
|
+
machineconfig/utils/ssh.py,sha256=6ZrH5r0qXintosPHdmDUlTjaiGHvXbg5RVq3b52kkmM,19961
|
|
439
|
+
machineconfig/utils/terminal.py,sha256=P2Cdsf56Y04i1tXKO5Rmbqnirv445L1T9CbkOOGhn7c,11860
|
|
440
|
+
machineconfig/utils/utils.py,sha256=JohGpiSik8ehjfQc_5oYhVm5VYAng2ncCR01kzRF7sM,4196
|
|
441
|
+
machineconfig/utils/utils2.py,sha256=Wb0MivVL8Sc7fcIViGhGawnpRO5PSKlQh68AooQxdxE,4114
|
|
442
|
+
machineconfig/utils/utils5.py,sha256=ZyKdluaI4jH0-7gaYx31syu_b5-L3Cjpip3e3rWxKWY,12380
|
|
443
|
+
machineconfig/utils/ve.py,sha256=xHBFNix3A3smmxm5IYNCe_mEDZU9hcGhE_uIw8j7Fbo,2534
|
|
425
444
|
machineconfig/utils/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
426
|
-
machineconfig/utils/ai/browser_user_wrapper.py,sha256=
|
|
427
|
-
machineconfig/utils/ai/generate_file_checklist.py,sha256=
|
|
428
|
-
machineconfig/utils/ai/url2md.py,sha256=
|
|
429
|
-
machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=
|
|
430
|
-
machineconfig/utils/cloud/onedrive/transaction.py,sha256=
|
|
445
|
+
machineconfig/utils/ai/browser_user_wrapper.py,sha256=DVs1aje6Rm6ZIuRXeNm4rj7ytoui1djh5yvJ97D_mCQ,2120
|
|
446
|
+
machineconfig/utils/ai/generate_file_checklist.py,sha256=HsPlt3tzUL3eEoZ_Dqxpl9TK6iYmLT9ru6Vji3RWmVc,2859
|
|
447
|
+
machineconfig/utils/ai/url2md.py,sha256=LI57IeBlnSu_8EkKMN_lrppMpVJz15x9c8tI6ZAuqlw,3018
|
|
448
|
+
machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=BpFcBEejFFkbg-sWygpqO44gzBysdo5JKtUtflSERcU,2340
|
|
449
|
+
machineconfig/utils/cloud/onedrive/transaction.py,sha256=YBHzO1hAoirHwDM1JHl0lHM5xc_vVDhDYGhFURHXYkg,26685
|
|
431
450
|
machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
432
|
-
machineconfig/utils/installer_utils/installer_abc.py,sha256=
|
|
433
|
-
machineconfig/utils/installer_utils/installer_class.py,sha256=
|
|
434
|
-
machineconfig-
|
|
435
|
-
machineconfig-
|
|
436
|
-
machineconfig-
|
|
437
|
-
machineconfig-
|
|
451
|
+
machineconfig/utils/installer_utils/installer_abc.py,sha256=Wf03XKkon8LaX9YD5Wq99eyK1TEwCbCZqMbD2ZEJ0AU,5449
|
|
452
|
+
machineconfig/utils/installer_utils/installer_class.py,sha256=ts8qx8idu5CZE5n2YQZ_73wY3CH2R0caGmj36GXeEzM,17615
|
|
453
|
+
machineconfig-2.0.dist-info/METADATA,sha256=4fwlyFb_Ooof0YhfsCiZRDfUOnkaAPIAdyi-HbGkCOw,7120
|
|
454
|
+
machineconfig-2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
455
|
+
machineconfig-2.0.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
456
|
+
machineconfig-2.0.dist-info/RECORD,,
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# """SelfSSh
|
|
3
|
-
# """
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
# from typing import Optional, Any
|
|
7
|
-
# import getpass
|
|
8
|
-
# import platform
|
|
9
|
-
# import subprocess
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
# class SelfSSH:
|
|
13
|
-
# """Instead of SSH'ing to the same machine, one can use this interface.
|
|
14
|
-
# """
|
|
15
|
-
# def __init__(self):
|
|
16
|
-
# self.hostname = "localhost"
|
|
17
|
-
# self._remote_machine: Optional[MACHINE] = None
|
|
18
|
-
# self.remote_env_cmd = ". activate_ve"
|
|
19
|
-
# self.sftp: Any
|
|
20
|
-
# def __getstate__(self) -> object: return {}
|
|
21
|
-
# def __setstate__(self, state: dict[str, Any]) -> None:
|
|
22
|
-
# """This behaviour makes SelfSSH dynamic, even if it was pickled from windows machine, when unpickled on Linux, it will behave as a Linux machine instance."""
|
|
23
|
-
# _ = state
|
|
24
|
-
# new_instance = SelfSSH()
|
|
25
|
-
# self.__dict__.update(new_instance.__dict__)
|
|
26
|
-
# return None
|
|
27
|
-
# def run(self, cmd: str, desc: str = "", verbose: bool = False):
|
|
28
|
-
# _ = desc, verbose
|
|
29
|
-
# return Terminal().run(cmd, shell="powershell")
|
|
30
|
-
# def run_py(self, cmd: str, verbose: bool = False, desc: str = ''):
|
|
31
|
-
# _ = verbose, cmd, desc
|
|
32
|
-
# exec(cmd) # type: ignore # pylint: disable=exec-used
|
|
33
|
-
# return None
|
|
34
|
-
# def get_ssh_conn_str(self): return "ssh localhost"
|
|
35
|
-
# def get_remote_machine(self) -> MACHINE:
|
|
36
|
-
# if self._remote_machine is None:
|
|
37
|
-
# self._remote_machine = "Windows" if (self.run("$env:OS").op.rstrip("\n") == "Windows_NT" or self.run("echo %OS%").op == "Windows_NT") else "Linux"
|
|
38
|
-
# return self._remote_machine
|
|
39
|
-
# def get_remote_repr(self, add_machine: bool = False):
|
|
40
|
-
# _ = add_machine
|
|
41
|
-
# host = f"{getpass.getuser()}@{platform.node()}"
|
|
42
|
-
# return f"SelfSSH({host}) REMOTE"
|
|
43
|
-
# def get_local_repr(self, add_machine: bool = False): return self.get_remote_repr(add_machine=add_machine).replace("REMOTE", "LOCAL")
|
|
44
|
-
# def open_console(self, cmd: str = '', new_window: bool = True, terminal: Optional[str] = None, shell: str = "pwsh"):
|
|
45
|
-
# _ = cmd, shell, new_window, terminal
|
|
46
|
-
# # return Terminal().run_async("", new_window=True, shell=shell)
|
|
47
|
-
# # Terminal().run_async(*(self.get_ssh_conn_str(cmd=cmd).split(" ")), new_window=new_window, terminal=terminal, shell=shell)
|
|
48
|
-
# if platform.system() == "Windows":
|
|
49
|
-
# subprocess.Popen(["wt", "--profile", "pwsh"], stdin=subprocess.PIPE, shell=True)
|
|
50
|
-
# elif platform.system() in ["Linux", "Darwin"]:
|
|
51
|
-
# subprocess.Popen(["zellij --session haha"], shell=True, stdin=None, stdout=None, stderr=None)
|
|
52
|
-
# def copy_to_here(self, source: PLike = '', target: Optional[str] = '', z: bool = True, r: bool = True, desc: str = '', overwrite: bool = False):
|
|
53
|
-
# _ = source, target, z, r, desc, overwrite
|
|
54
|
-
# return None
|
|
55
|
-
# def copy_from_here(self, source: PLike = '', target: Optional[str] = '', z: bool = True, r: bool = True, desc: str = '', overwrite: bool = False):
|
|
56
|
-
# _ = source, target, z, r, desc, overwrite
|
|
57
|
-
# return None
|
|
File without changes
|
|
File without changes
|