machineconfig 1.94__py3-none-any.whl → 1.95__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/data_transfer.py +2 -1
- machineconfig/cluster/job_params.py +1 -1
- machineconfig/cluster/script_execution.py +1 -1
- machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/jobs/linux/msc/lid.sh +2 -4
- machineconfig/jobs/linux/msc/network.sh +3 -6
- machineconfig/jobs/python/check_installations.py +6 -6
- machineconfig/jobs/python/checkout_version.py +4 -4
- machineconfig/jobs/python/python_cargo_build_share.py +2 -2
- machineconfig/jobs/python/python_ve_symlink.py +4 -4
- machineconfig/jobs/python/vscode/api.py +2 -2
- machineconfig/jobs/python/vscode/link_ve.py +4 -4
- machineconfig/jobs/python/vscode/select_interpreter.py +4 -4
- machineconfig/jobs/python/vscode/sync_code.py +6 -6
- machineconfig/jobs/python_custom_installers/archive/ngrok.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/aider.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/alacritty.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/brave.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/code.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/docker.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/espanso.py +8 -8
- 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 +4 -4
- machineconfig/jobs/python_custom_installers/dev/redis.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/warp-cli.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/wezterm.py +4 -4
- machineconfig/jobs/python_custom_installers/gh.py +6 -6
- machineconfig/jobs/python_custom_installers/hx.py +28 -58
- machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh +4 -8
- machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh +5 -10
- machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh +3 -6
- machineconfig/jobs/python_custom_installers/scripts/linux/edge.sh +3 -6
- machineconfig/jobs/python_custom_installers/scripts/linux/nerdfont.sh +5 -10
- machineconfig/jobs/python_custom_installers/scripts/linux/pgsql.sh +4 -8
- machineconfig/jobs/python_custom_installers/scripts/linux/redis.sh +5 -10
- machineconfig/jobs/python_custom_installers/scripts/linux/timescaledb.sh +6 -12
- machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh +9 -8
- machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh +5 -10
- machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh +3 -6
- machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/profile/shell.py +26 -47
- machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/scripts/cloud/init.sh +9 -18
- machineconfig/scripts/linux/fire +5 -24
- machineconfig/scripts/linux/share_cloud.sh +6 -12
- machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.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_devapps_install.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc +0 -0
- machineconfig/scripts/python/archive/im2text.py +30 -30
- machineconfig/scripts/python/archive/tmate_conn.py +10 -13
- machineconfig/scripts/python/archive/tmate_start.py +12 -16
- machineconfig/scripts/python/choose_wezterm_theme.py +9 -18
- machineconfig/scripts/python/cloud_copy.py +38 -93
- machineconfig/scripts/python/cloud_manager.py +61 -53
- machineconfig/scripts/python/cloud_mount.py +23 -34
- machineconfig/scripts/python/cloud_repo_sync.py +20 -69
- machineconfig/scripts/python/cloud_sync.py +35 -45
- machineconfig/scripts/python/croshell.py +48 -73
- machineconfig/scripts/python/devops.py +50 -104
- machineconfig/scripts/python/devops_add_identity.py +41 -101
- machineconfig/scripts/python/devops_add_ssh_key.py +33 -140
- machineconfig/scripts/python/devops_backup_retrieve.py +23 -112
- machineconfig/scripts/python/devops_devapps_install.py +0 -4
- machineconfig/scripts/python/devops_update_repos.py +1 -1
- machineconfig/scripts/python/fire_jobs.py +73 -25
- 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/__pycache__/repo_sync_helpers.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/cloud_helpers.py +37 -34
- machineconfig/scripts/python/helpers/helpers2.py +17 -31
- machineconfig/scripts/python/helpers/repo_sync_helpers.py +19 -54
- machineconfig/scripts/python/pomodoro.py +1 -1
- machineconfig/scripts/python/repos.py +49 -34
- machineconfig/scripts/python/wifi_conn.py +5 -3
- machineconfig/scripts/windows/fire.ps1 +27 -15
- machineconfig/settings/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc +0 -0
- machineconfig/setup_linux/nix/cli_installation.sh +9 -18
- machineconfig/setup_linux/others/openssh-server_add_pub_key.sh +3 -6
- machineconfig/setup_linux/web_shortcuts/all.sh +5 -10
- machineconfig/setup_linux/web_shortcuts/ascii_art.sh +7 -14
- machineconfig/setup_linux/web_shortcuts/croshell.sh +6 -12
- machineconfig/setup_linux/web_shortcuts/interactive.sh +34 -68
- machineconfig/setup_linux/web_shortcuts/ssh.sh +8 -16
- machineconfig/setup_linux/web_shortcuts/update_system.sh +7 -14
- machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +16 -12
- machineconfig/utils/ai/browser_user_wrapper.py +60 -45
- machineconfig/utils/ai/generate_file_checklist.py +4 -7
- machineconfig/utils/ai/url2md.py +13 -5
- machineconfig/utils/{utils_code.py → code.py} +4 -10
- machineconfig/utils/installer.py +4 -10
- machineconfig/utils/{utils_links.py → links.py} +9 -20
- machineconfig/utils/{utils_options.py → options.py} +10 -20
- machineconfig/utils/{utils_path.py → path.py} +28 -80
- machineconfig/utils/procs.py +26 -30
- machineconfig/utils/scheduling.py +11 -11
- machineconfig/utils/utils.py +12 -19
- machineconfig/utils/ve.py +5 -21
- machineconfig/utils/ve_utils/ve2.py +15 -2
- {machineconfig-1.94.dist-info → machineconfig-1.95.dist-info}/METADATA +4 -2
- {machineconfig-1.94.dist-info → machineconfig-1.95.dist-info}/RECORD +120 -118
- {machineconfig-1.94.dist-info → machineconfig-1.95.dist-info}/WHEEL +1 -1
- {machineconfig-1.94.dist-info → machineconfig-1.95.dist-info}/top_level.txt +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
machineconfig/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
machineconfig/cluster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
machineconfig/cluster/cloud_manager.py,sha256=oV-BuLydccH-XOmXjdtvWPKj_zu1jhy9rekP6DdHEzc,22728
|
|
4
|
-
machineconfig/cluster/data_transfer.py,sha256=
|
|
4
|
+
machineconfig/cluster/data_transfer.py,sha256=wLg_G2ooGqXP57Llz_837IKXJlzA2iB4kR5dCy29OaM,4078
|
|
5
5
|
machineconfig/cluster/distribute.py,sha256=SXFCEIN-yDnczNBGPkyucDHQrSxw90PoO2IjVbKmj_g,14727
|
|
6
6
|
machineconfig/cluster/file_manager.py,sha256=yaJBI0yzBiaMfHrHI_Acqeitfn2103URvJhr5sW4fzU,13894
|
|
7
|
-
machineconfig/cluster/job_params.py,sha256=
|
|
7
|
+
machineconfig/cluster/job_params.py,sha256=2uDHO0ifTTAQ_1SwHOCQexEvzGf2fWJtd5rbAXNvYbA,7297
|
|
8
8
|
machineconfig/cluster/loader_runner.py,sha256=oZ9qx45a3d_9lrOUo8zVhEDOzPxMlLI8gUp2p1BUth4,5917
|
|
9
9
|
machineconfig/cluster/remote_machine.py,sha256=mllsUmdm-fSQMLc7UD8b_cVtExJiWYr5JXbBEuTiMro,18529
|
|
10
|
-
machineconfig/cluster/script_execution.py,sha256=
|
|
10
|
+
machineconfig/cluster/script_execution.py,sha256=zq0PpQ1sDmFkD9icnWe9XyFTqSNNJ2a94ivJbHdc-JA,9595
|
|
11
11
|
machineconfig/cluster/script_notify_upon_completion.py,sha256=dA5CNa9ZMMtAoBHuLCrUnQEs5AimvLOXgcqYPeAUbeM,1807
|
|
12
12
|
machineconfig/cluster/self_ssh.py,sha256=kkqe6Vd5meVpOndz8hqsfLHFW3gXV8nzrsAmmoiebYE,2949
|
|
13
13
|
machineconfig/cluster/session_managers.py,sha256=jG9nJfS0lzlHdl6cc0NzbxdM5NGwiiW-cNOmFmqPcLk,9899
|
|
@@ -21,69 +21,69 @@ machineconfig/cluster/templates/run_cluster.py,sha256=oVEMQ0K6pOS3NDL2b22Ol8E1SB
|
|
|
21
21
|
machineconfig/cluster/templates/run_remote.py,sha256=aQXVX2NB_wycn3cke4M4GQ45aTpGQ0WJyStWzPjnjjQ,3167
|
|
22
22
|
machineconfig/cluster/templates/utils.py,sha256=a4AjwQKhDRXKbF8dS1rBqo_QUnH_c0uthGcqTgOydb0,2156
|
|
23
23
|
machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
|
-
machineconfig/jobs/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
25
|
-
machineconfig/jobs/linux/msc/lid.sh,sha256=
|
|
26
|
-
machineconfig/jobs/linux/msc/network.sh,sha256=
|
|
24
|
+
machineconfig/jobs/__pycache__/__init__.cpython-311.pyc,sha256=8ohnfIk8cWDAVbuI_nZMe-HewXMd74NRO1YBraPNtN8,173
|
|
25
|
+
machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
|
|
26
|
+
machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
|
|
27
27
|
machineconfig/jobs/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
|
-
machineconfig/jobs/python/check_installations.py,sha256=
|
|
29
|
-
machineconfig/jobs/python/checkout_version.py,sha256=
|
|
28
|
+
machineconfig/jobs/python/check_installations.py,sha256=XmSJ7KeI_GQ_jH235E1MHaly21hQI2ebuoGF2-CL5ko,8299
|
|
29
|
+
machineconfig/jobs/python/checkout_version.py,sha256=wKBJc91SiZUnCASBm96wW96i8fM8elivr7JAf__KCn8,4619
|
|
30
30
|
machineconfig/jobs/python/create_bootable_media.py,sha256=OGZB_hiGVVlKVXE-7mGCdNhntOiLvXsno8cyRzB0EGI,611
|
|
31
31
|
machineconfig/jobs/python/create_zellij_template.py,sha256=p1JbtwWvj8eU0gyvJO-_SsNx8jjUqphb--m8LpukjYQ,1347
|
|
32
|
-
machineconfig/jobs/python/python_cargo_build_share.py,sha256=
|
|
33
|
-
machineconfig/jobs/python/python_ve_symlink.py,sha256=
|
|
32
|
+
machineconfig/jobs/python/python_cargo_build_share.py,sha256=zX2k2theqX8gpg5Ls47EU5GsACvty-Sd2UmOHy_W17U,1914
|
|
33
|
+
machineconfig/jobs/python/python_ve_symlink.py,sha256=9vSLSq-C9RC8rQYMdf63D-eQe3A2BUP_zhgS8VUxlz0,1084
|
|
34
34
|
machineconfig/jobs/python/tasks.py,sha256=palEhxnzY0roWg16-LS6mZM9pjOiUe8g9Ye7UKxe8kw,151
|
|
35
35
|
machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc,sha256=SbcN7U92jRjhotl4M7-ZJQsf6TMYdQ4fVdMiXDvkFFo,180
|
|
36
36
|
machineconfig/jobs/python/__pycache__/check_installations.cpython-311.pyc,sha256=O1516Fads6DXSPxXTup0V-ckGD0X_LGuKGnJZYfBy6U,12870
|
|
37
37
|
machineconfig/jobs/python/__pycache__/checkout_version.cpython-311.pyc,sha256=OgWxzxywAw0vzVyCeG-5DJCmyo50o5xomdnmP5sX7tk,7624
|
|
38
38
|
machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc,sha256=UHi4BvAC2a1_VSMchzvoGfuCVRgNrJyxMUkl9eH8am0,1326
|
|
39
39
|
machineconfig/jobs/python/archive/python_tools.txt,sha256=obBMZ-gajhaAOpxYUSh3IOfXA6RxTgoec-d7ALzoZak,287
|
|
40
|
-
machineconfig/jobs/python/vscode/api.py,sha256=
|
|
41
|
-
machineconfig/jobs/python/vscode/link_ve.py,sha256=
|
|
42
|
-
machineconfig/jobs/python/vscode/select_interpreter.py,sha256=
|
|
43
|
-
machineconfig/jobs/python/vscode/sync_code.py,sha256=
|
|
40
|
+
machineconfig/jobs/python/vscode/api.py,sha256=QAZvaDr1by28HUTiMx8-pmur1Zinsx7yzGyU-fXLSB0,1684
|
|
41
|
+
machineconfig/jobs/python/vscode/link_ve.py,sha256=J3OwmpJ8kcSylBB27qLCWg0-BOP31shXZkq5pCEUuQA,1525
|
|
42
|
+
machineconfig/jobs/python/vscode/select_interpreter.py,sha256=1kG14YnXfuVzVnIFuffEW-nKN-v8CJ5Yb1gY-ONaapQ,2540
|
|
43
|
+
machineconfig/jobs/python/vscode/sync_code.py,sha256=G4GpCMDnZ4FrCpTg8xAa0S0pKtsGBP4g-3rY34oXEXU,2117
|
|
44
44
|
machineconfig/jobs/python/vscode/__pycache__/api.cpython-311.pyc,sha256=pP4_X-LCbPkajTAt6LB6_TGB3EN8nbxMPb1yK3I7koI,3078
|
|
45
45
|
machineconfig/jobs/python/vscode/__pycache__/link_ve.cpython-311.pyc,sha256=jAf-3rEok_HszQPtCQAY9mE1kJG8cNpIM0o8CFuz1Pw,3514
|
|
46
46
|
machineconfig/jobs/python_custom_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
47
|
-
machineconfig/jobs/python_custom_installers/gh.py,sha256=
|
|
48
|
-
machineconfig/jobs/python_custom_installers/hx.py,sha256=
|
|
47
|
+
machineconfig/jobs/python_custom_installers/gh.py,sha256=wrMr5ynRXT209sQVUZmZ3gh7henpWOPs47B2f1LIwio,2434
|
|
48
|
+
machineconfig/jobs/python_custom_installers/hx.py,sha256=MJs-Yhvn6LQMGN8P7Gq1FKlvlCPY0T1IbvVu3Lmu29c,5072
|
|
49
49
|
machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-311.pyc,sha256=IkNrOMIuMzwmjxHbiLL5_tvahruBTjgofytZ7Jj2vAI,198
|
|
50
50
|
machineconfig/jobs/python_custom_installers/__pycache__/hx.cpython-311.pyc,sha256=_qIx5vZurnlhAMzQp1ygDMJGJZjTNlV51ayEZKxai6o,3226
|
|
51
|
-
machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=
|
|
52
|
-
machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=
|
|
53
|
-
machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=
|
|
54
|
-
machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=
|
|
55
|
-
machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=
|
|
56
|
-
machineconfig/jobs/python_custom_installers/dev/code.py,sha256=
|
|
51
|
+
machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=77RrFT65RfVeS042l42WMCRO-W043pAF1Wt0gA43zyU,1723
|
|
52
|
+
machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=Ge-NkItPIsDIVkXpie5XQ8NLV6GvUjV4wFF3ZgcUUps,800
|
|
53
|
+
machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=Zsai2kULjwORHrv4j7OhmHLrBtsLUQlY9ZxjZamWjpQ,1854
|
|
54
|
+
machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=HcSYMYGA_QUW3bBPDzLAslnbI7YT1TC1V2aC6g1ZPfM,1862
|
|
55
|
+
machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=63BovQnF6VFm0vWTaiUGA7MCDoxStLCDMLU63GX5Aak,1425
|
|
56
|
+
machineconfig/jobs/python_custom_installers/dev/code.py,sha256=voFHkrA-SJ6SJQU-9jii5-SscevLreO7Zt_W2IoZK18,1816
|
|
57
57
|
machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=pnyUbmGqxw2PZMTbV6kFD-UWbUTR_R9kB2JeW396fEQ,2289
|
|
58
|
-
machineconfig/jobs/python_custom_installers/dev/docker.py,sha256=
|
|
59
|
-
machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=
|
|
60
|
-
machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=
|
|
61
|
-
machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=
|
|
62
|
-
machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=
|
|
63
|
-
machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=
|
|
64
|
-
machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=
|
|
58
|
+
machineconfig/jobs/python_custom_installers/dev/docker.py,sha256=2Oie8ekMLtkp_raykWydFZNH-Qc-7demk0dvMYiGZwk,1986
|
|
59
|
+
machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=nSnuDBIWkNMbCtQbrYC8p6PF0PPcqbfe0XygC0uuC0U,2369
|
|
60
|
+
machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=cl4P4fQiIZF1KgzNrhdAEZ5T7EgsNBC01UREj7ZidcY,2278
|
|
61
|
+
machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=QfA6OaVsByxcnEO2HeTBtthdlE-X_B1XJhr8ZaG5cXQ,1398
|
|
62
|
+
machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=hAcbKc9xMOp-13WrXvGduSWkk_ZxZ2lAkkAH4OAh3i0,2113
|
|
63
|
+
machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=3A1HNsIm2thGqH6S9wjN23ewl_jVt64YXFzgIggLehU,2056
|
|
64
|
+
machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=AtwDKAb29hatEAyGyFTxeFEY3_bl-7JXax2SRmBetfU,2014
|
|
65
65
|
machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md,sha256=Yam2UzJUCslAp01_A0gdMH59s27hna9mqQsSGU7q64g,1128
|
|
66
|
-
machineconfig/jobs/python_custom_installers/dev/warp-cli.py,sha256=
|
|
67
|
-
machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=
|
|
68
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh,sha256=
|
|
69
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=
|
|
70
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh,sha256=
|
|
71
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/edge.sh,sha256=
|
|
72
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/nerdfont.sh,sha256=
|
|
73
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/pgsql.sh,sha256=
|
|
74
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/redis.sh,sha256=
|
|
75
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/timescaledb.sh,sha256
|
|
76
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh,sha256=
|
|
77
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=
|
|
78
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=
|
|
66
|
+
machineconfig/jobs/python_custom_installers/dev/warp-cli.py,sha256=0i7ojIgEAnAVVT5D3csA2G4bH3REyIE-I9EMKsg2zdg,2021
|
|
67
|
+
machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=mStPzMDYjI7J5Xv4oun8Ra8d84UGBiHdUrhcCGE4ULA,2017
|
|
68
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh,sha256=m01xquA4YZW3YrhJiTCvTZuLliELmRI1avYFyuE5-Ws,2119
|
|
69
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=mojUmdFXXH5vJN7hHwP3JmRajya1yyM4bZvuLOx-nTc,5343
|
|
70
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh,sha256=TiS-hWRltw66_p_Fq8gfkA_rqUIuwxoIkFZItVF6TXA,1478
|
|
71
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/edge.sh,sha256=2JclQOi6sBTs2VQPsQWh6dPFRu1C36OyRREI0a76yJQ,1903
|
|
72
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/nerdfont.sh,sha256=vSJQfGYVpWF2T1vz1zZuVXdeus_PWXdP7VquRQjsLwU,2351
|
|
73
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/pgsql.sh,sha256=qe_yo4dM16B8L1VYIPqyLVvI1uns2jg7if_cokuOofY,2239
|
|
74
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/redis.sh,sha256=XNsnypuP0UQDdNnLQ1rHC8XRYeqeaM213i1aga5_Q0M,2940
|
|
75
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/timescaledb.sh,sha256=-thz4K7Eo_4IsNTQMLsmQdyMdVhW7NAMn5S2CB3-blE,3530
|
|
76
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh,sha256=37KrmvqLfvsDj8s9bltOZ7fG99E1rH660D1r_PUDpo4,2899
|
|
77
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVNLeYWdh3XEFllCVZDYIHBI42btjGlH5jbyXjJGz-Y,3033
|
|
78
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
|
|
79
79
|
machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
80
|
machineconfig/jobs/python_generic_installers/config.json,sha256=A8vJpNaawBRim6PoJ_eQOymqs-y5cbO7sCMkl7aFzBI,12081
|
|
81
|
-
machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
81
|
+
machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc,sha256=stkWgyeVReFlZ5IW8lEL7AjQKNoDvcJUENDQT1LeFAk,199
|
|
82
82
|
machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
|
|
83
83
|
machineconfig/jobs/python_generic_installers/dev/config.json,sha256=5UYxN_G4krtM0AW9GRo-iRo-tArqSjEs36lxmMz0FRc,17933
|
|
84
84
|
machineconfig/jobs/python_linux_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
85
|
machineconfig/jobs/python_linux_installers/config.json,sha256=2nA0lEMvdVrM2hGAfZLy3gwzypI4MFAcfGv8CsvDpjg,2971
|
|
86
|
-
machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
86
|
+
machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc,sha256=j6kqqOWMH5AoOdlLu_b-jvsC2t_t7--2DujcreMZbSM,197
|
|
87
87
|
machineconfig/jobs/python_linux_installers/archive/config.json,sha256=haf6H05bW2AC-CptfZBeNeMoQK60w8iWmCZ2aDiL4O0,302
|
|
88
88
|
machineconfig/jobs/python_linux_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
89
89
|
machineconfig/jobs/python_linux_installers/dev/config.json,sha256=Px1lmHIi_5obYdZMKRllAvA88mHu2-mOUq-CU-6qTTg,5773
|
|
@@ -102,7 +102,7 @@ machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYi
|
|
|
102
102
|
machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
103
103
|
machineconfig/profile/create.py,sha256=rSnjhb5BUQDj_OV0rG7HwEfV5af3_tNioE3LFv0D1fw,6016
|
|
104
104
|
machineconfig/profile/create_hardlinks.py,sha256=Yug_OfQ22NKe7vCYOQ4pO7Y2WvO59HMFrhmpHsAzMPI,5411
|
|
105
|
-
machineconfig/profile/shell.py,sha256=
|
|
105
|
+
machineconfig/profile/shell.py,sha256=2fod_cprIZ3Y1wBxSF3wiLi0EQQPsWLCMOm6v-05o1s,8270
|
|
106
106
|
machineconfig/profile/__pycache__/__init__.cpython-311.pyc,sha256=IB2GoG7m0FRoBFcvfk_PU85nl4h5G5h-OyJy4CB1Rbw,176
|
|
107
107
|
machineconfig/profile/__pycache__/create.cpython-311.pyc,sha256=-jILsnBL7Urlvtj6Lnry9rpN6KoTAY9-LPcb_gXvwK8,8719
|
|
108
108
|
machineconfig/profile/__pycache__/shell.cpython-311.pyc,sha256=uZvU7C21HOUP-InDsJK6h3AZkilCv6gHyV5NdLPYJdY,12076
|
|
@@ -112,8 +112,8 @@ machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0
|
|
|
112
112
|
machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
|
|
113
113
|
machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
|
|
114
114
|
machineconfig/scripts/__init__.py,sha256=8aZPVoch_gcI0Ihcr30zQcPjRQMWiWzDnQXnOm7spzo,73
|
|
115
|
-
machineconfig/scripts/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
116
|
-
machineconfig/scripts/cloud/init.sh,sha256=
|
|
115
|
+
machineconfig/scripts/__pycache__/__init__.cpython-311.pyc,sha256=lxHCCo8pw2i9oco843HlIm1JH2Wu6Tio8g5PAXvgJns,252
|
|
116
|
+
machineconfig/scripts/cloud/init.sh,sha256=n07vNAH33FClhyCmhe7YitmwPSha3AeU3Sm-HQYg_ig,4630
|
|
117
117
|
machineconfig/scripts/linux/activate_ve,sha256=ylZHQh1Cj7EA6O78I74LurDZL9OuCtcSFWYZ-ea6wh8,2762
|
|
118
118
|
machineconfig/scripts/linux/checkout_versions,sha256=giqRWpwMkS_GYa3NOfSsqBIZta3apbws3QbdNfNHj3c,173
|
|
119
119
|
machineconfig/scripts/linux/choose_wezterm_theme,sha256=f5GTEc74RmYBzwvrhYY0vBLyEPf2EVEPQmdq6q2N3bM,219
|
|
@@ -124,7 +124,7 @@ machineconfig/scripts/linux/cloud_repo_sync,sha256=lp1VDmCJMesuFhFYJBgLFNS4CmsxV
|
|
|
124
124
|
machineconfig/scripts/linux/cloud_sync,sha256=-F3225O1dKM-FSBb5iqD5JEKAOOmSOx3ib8xZm_euc0,514
|
|
125
125
|
machineconfig/scripts/linux/croshell,sha256=h1-LWS1AHSCJk4Kq_ngP4ndxEO9WR7PVOiLaAXITmSg,752
|
|
126
126
|
machineconfig/scripts/linux/devops,sha256=zADVTmjmYW8LxnkZFtwOdAddrt73_4d9TzwOMPwf3_I,586
|
|
127
|
-
machineconfig/scripts/linux/fire,sha256=
|
|
127
|
+
machineconfig/scripts/linux/fire,sha256=dMxdRthQNc7gONpS-C7I8hXmTlAMlcQhDsgMnaDb5js,834
|
|
128
128
|
machineconfig/scripts/linux/ftpx,sha256=2GPRwSUhshI4BNxmOeMVoYlM6I7OQ0o3b8t6FlKDyRk,162
|
|
129
129
|
machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
|
|
130
130
|
machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
|
|
@@ -140,7 +140,7 @@ machineconfig/scripts/linux/mount_smb,sha256=7UN5EP1kuxYL_-CnyaH4f9Wuu2CgALDZpJ0
|
|
|
140
140
|
machineconfig/scripts/linux/programs,sha256=KlKTLhreJ0CRHvtm61ilOtVm8VUia7gb0zWD1IP6rNY,472
|
|
141
141
|
machineconfig/scripts/linux/repos,sha256=i7HZ3Oows9ETfE3boQ7pN3qOLyX-ocGC701NzzsldVU,508
|
|
142
142
|
machineconfig/scripts/linux/scheduler,sha256=XHwrI4r8QsKJMDKCpBJj6mktcaKBNrpDmsqZ9ZFx7xI,164
|
|
143
|
-
machineconfig/scripts/linux/share_cloud.sh,sha256=
|
|
143
|
+
machineconfig/scripts/linux/share_cloud.sh,sha256=75IzCm7Nob1wO-zlfaNyPPod1IjAsVCG5lcMFdXmiI4,3010
|
|
144
144
|
machineconfig/scripts/linux/share_nfs,sha256=LDQZQ9TV7z2y7RtNHiO4Wb513MztyGjaAV-GzTGwUdc,1374
|
|
145
145
|
machineconfig/scripts/linux/share_smb,sha256=HZX8BKgMlS9JzkGIYnxTsPvoxEBBuVLVkqzR3pmGFGY,20
|
|
146
146
|
machineconfig/scripts/linux/skrg,sha256=JgQJGwxaChr148bDnpTB0rrqZMe2o2zGSDA9x_oUhWM,133
|
|
@@ -154,21 +154,21 @@ machineconfig/scripts/linux/archive/tmate_conn,sha256=mDymJCJ-scdYhoG06EAMncjoSA
|
|
|
154
154
|
machineconfig/scripts/linux/archive/tmate_start,sha256=eyaknKoVb-XtJnZcfB0CCxm9z9zkD0dsuIDeFLKbIO8,452
|
|
155
155
|
machineconfig/scripts/linux/archive/transfer_wsl_win,sha256=KzSaO4CWbuM6UNoNasdJhaWWjRhN0lWIiJrBZMmONz0,137
|
|
156
156
|
machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
157
|
-
machineconfig/scripts/python/choose_wezterm_theme.py,sha256=
|
|
158
|
-
machineconfig/scripts/python/cloud_copy.py,sha256=
|
|
159
|
-
machineconfig/scripts/python/cloud_manager.py,sha256=
|
|
160
|
-
machineconfig/scripts/python/cloud_mount.py,sha256=
|
|
161
|
-
machineconfig/scripts/python/cloud_repo_sync.py,sha256=
|
|
162
|
-
machineconfig/scripts/python/cloud_sync.py,sha256=
|
|
163
|
-
machineconfig/scripts/python/croshell.py,sha256=
|
|
164
|
-
machineconfig/scripts/python/devops.py,sha256=
|
|
165
|
-
machineconfig/scripts/python/devops_add_identity.py,sha256=
|
|
166
|
-
machineconfig/scripts/python/devops_add_ssh_key.py,sha256=
|
|
167
|
-
machineconfig/scripts/python/devops_backup_retrieve.py,sha256=
|
|
168
|
-
machineconfig/scripts/python/devops_devapps_install.py,sha256=
|
|
169
|
-
machineconfig/scripts/python/devops_update_repos.py,sha256=
|
|
157
|
+
machineconfig/scripts/python/choose_wezterm_theme.py,sha256=vikxBksuzlx9wnTAhy1GtzAKuVim6_vZASnr3ZvJH6M,3192
|
|
158
|
+
machineconfig/scripts/python/cloud_copy.py,sha256=tHOhea-HRHW0C7zgWGbzumVkFObgrWIU_O9Bmhgt4h0,8441
|
|
159
|
+
machineconfig/scripts/python/cloud_manager.py,sha256=hdSEg64HbIHjvuWf15uAuCYJzfrr4Yanvh6gn6EfDrA,4352
|
|
160
|
+
machineconfig/scripts/python/cloud_mount.py,sha256=5HDsK_AwM655oC4ZWnFjJ5tarxTeDapytRVg2zL-A5M,6262
|
|
161
|
+
machineconfig/scripts/python/cloud_repo_sync.py,sha256=2Drc6RxyVc4nwWaxVt_83LnfbAoyuMwbW2MDdISEuMA,9212
|
|
162
|
+
machineconfig/scripts/python/cloud_sync.py,sha256=BQbe_EMl3_s7YZXnmOwK2MsUZkGTQAd_AcO15jZZFdM,3826
|
|
163
|
+
machineconfig/scripts/python/croshell.py,sha256=FOE1uAw4MxUHb_9Tf3E0OgOaR0E6Cq96H4TmubKOoF8,8860
|
|
164
|
+
machineconfig/scripts/python/devops.py,sha256=AKwsflJpVQszT_9pcy3M4POq2Sqb0Ya2K3m8tpWXjIc,8431
|
|
165
|
+
machineconfig/scripts/python/devops_add_identity.py,sha256=nGGP_lpwP7r7r1gyQj2nXSs-rZYathIINctpx8aAg44,3309
|
|
166
|
+
machineconfig/scripts/python/devops_add_ssh_key.py,sha256=zpAJz_4z_ELCWzJksQHV76oaryBZJMfcNgOH3wyzmWo,6496
|
|
167
|
+
machineconfig/scripts/python/devops_backup_retrieve.py,sha256=i-j7E1F9pJvSnOb19fxMIxQGAAICPlAz0gPwJycl6h0,6007
|
|
168
|
+
machineconfig/scripts/python/devops_devapps_install.py,sha256=s-6HUTjphxNBtADj4KQ1GCuW9xVYupCxq3AMY7SHIpE,7900
|
|
169
|
+
machineconfig/scripts/python/devops_update_repos.py,sha256=B7uLZBlLPQ310rvAQNi0aCar6lb2_vGIwuxsMGoNtwg,3845
|
|
170
170
|
machineconfig/scripts/python/dotfile.py,sha256=ovFM1DIVTqWN8vCGEhWUoHyXHKMG04ukEm3R8kZ7Z9I,2013
|
|
171
|
-
machineconfig/scripts/python/fire_jobs.py,sha256=
|
|
171
|
+
machineconfig/scripts/python/fire_jobs.py,sha256=4MRpxLfnOc9EaBL0Jl3Ln_ybGnpYRpPUcq16-MROZgY,19220
|
|
172
172
|
machineconfig/scripts/python/ftpx.py,sha256=_Ub3SnCf6YwOTWxyaDnYTeqMZaJW-oGE8qBhQ0_3dRA,9629
|
|
173
173
|
machineconfig/scripts/python/get_zellij_cmd.py,sha256=I_SyLgrFQnDUyDhxqcG4oiqtkwzCK-AsHEWk56yXyKE,604
|
|
174
174
|
machineconfig/scripts/python/gh_models.py,sha256=3kjy4gghUKGd8UHnoKHFffRRNE-Evc1fq-SMWW5BgS4,5282
|
|
@@ -176,15 +176,15 @@ machineconfig/scripts/python/mount_nfs.py,sha256=x3-3fe4fyyZrrpWsN9OlfMCp7TZ7j71
|
|
|
176
176
|
machineconfig/scripts/python/mount_nw_drive.py,sha256=KuIfosvDLVWOg3tmP1z4rezIS1G4RzD_r9qco_KyfMo,1460
|
|
177
177
|
machineconfig/scripts/python/mount_ssh.py,sha256=RUMjLht6J7POvb3oU0Vl5IXTsl4T4WoRJ_IB6tcPgpY,2060
|
|
178
178
|
machineconfig/scripts/python/onetimeshare.py,sha256=mUXHPSpKemDQRpJ-rjG-x3AV8w4dYTgGBM0JB1AMlvw,2517
|
|
179
|
-
machineconfig/scripts/python/pomodoro.py,sha256=
|
|
180
|
-
machineconfig/scripts/python/repos.py,sha256=
|
|
179
|
+
machineconfig/scripts/python/pomodoro.py,sha256=Bwp9QHoDrVF1IOSvoATNI2MdeJ4XyQmS36rXy05m3CQ,2010
|
|
180
|
+
machineconfig/scripts/python/repos.py,sha256=9ZGplfvGNqDa6GWpEFX1soIGepXRNhjqjR5N2jDqvjY,10855
|
|
181
181
|
machineconfig/scripts/python/scheduler.py,sha256=l44X5rLmVwsgUCfzPll0gHT5KScHAj8PTyY9aDShnOo,2219
|
|
182
182
|
machineconfig/scripts/python/snapshot.py,sha256=J9Shk3xyWQaVSHMnNGJUMGlPvywVcY-nyW3r30BnG4Q,1088
|
|
183
183
|
machineconfig/scripts/python/start_slidev.py,sha256=39MIMZVonq3GInTlwhaOI6tMTn0fq4u6QJuL6IRHYIU,4193
|
|
184
184
|
machineconfig/scripts/python/start_terminals.py,sha256=ZmRD-FxaA3R52G5vVfmT871hLe6qLutlmqwgIJTkxeY,6066
|
|
185
185
|
machineconfig/scripts/python/viewer.py,sha256=8UzT8AHKMco2JGjZAvRsSbw9CFG_zB0i-RL7KEfRjWc,1865
|
|
186
186
|
machineconfig/scripts/python/viewer_template.py,sha256=ccmCDgg0EOBIh8sThwnT1wa-R0WtNcotmGK28FXY79s,3807
|
|
187
|
-
machineconfig/scripts/python/wifi_conn.py,sha256=
|
|
187
|
+
machineconfig/scripts/python/wifi_conn.py,sha256=MOhU09Kr4LpSMJSs3HQ7OCzrferok_uXQ5TlxYr_E4c,3556
|
|
188
188
|
machineconfig/scripts/python/wsl_windows_transfer.py,sha256=l5jLapaCT-xzaAU2zpxPBQhCvy2xQ3Ct7BDbh_T4ntc,2693
|
|
189
189
|
machineconfig/scripts/python/.mypy_cache/.gitignore,sha256=amnaZw0RUw038PDP3HvtMLeOpkNOJPenMgi5guKdMiw,34
|
|
190
190
|
machineconfig/scripts/python/.mypy_cache/CACHEDIR.TAG,sha256=8cE6_FVTWMkDOw8fMKqhd_6IvaQPS4okWYQA1UeHatw,190
|
|
@@ -481,35 +481,37 @@ machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.data.json,sha256=VzWA
|
|
|
481
481
|
machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.meta.json,sha256=A5w9o7fhwnRyVMi2KlNrObSBlEm4-yKpLlZSF2NWaCs,1722
|
|
482
482
|
machineconfig/scripts/python/.mypy_cache/3.11/zipfile/__init__.data.json,sha256=CCnfR6Nt7cDitOGzBTZajL1jH0o8Xyj-suVwzQg97V0,117444
|
|
483
483
|
machineconfig/scripts/python/.mypy_cache/3.11/zipfile/__init__.meta.json,sha256=O3RX5WuDZ41k790b3joXcgJkt5vJljlgaBjyAkUQCeM,1750
|
|
484
|
-
machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
485
|
-
machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc,sha256
|
|
486
|
-
machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc,sha256
|
|
487
|
-
machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc,sha256=
|
|
488
|
-
machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc,sha256=
|
|
489
|
-
machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc,sha256=
|
|
490
|
-
machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc,sha256=
|
|
484
|
+
machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc,sha256=579vfCjqdQHyRAKWsvDp6X1szPsKqlx3yC60RDFrtao,183
|
|
485
|
+
machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc,sha256=-CoBkvcYJdb4kK4rldth6ZtdBC5NpVZ0ego0o1bY-ek,13612
|
|
486
|
+
machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc,sha256=-gKeArZvSXBw62WYP8_JI-LofDndPXnWm7WIOAnftzI,9226
|
|
487
|
+
machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc,sha256=ncfTDWVSpgYYOX6BrFRHnRHtWX56gLeF66tZtu27ejQ,12456
|
|
488
|
+
machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc,sha256=aRZA3iPZ0uWwNznSZQ1Wb0sTKeYYiUiAuopVJXUSSlA,6381
|
|
489
|
+
machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc,sha256=9PERrliGDJHGV7UxjLYGNcRjWKLQz2EZY9qBIalNT0w,11384
|
|
490
|
+
machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc,sha256=0jXO3ztSIakX1IsP_trxPdOm9XVw9G5t1DR4NtzpbrM,13504
|
|
491
491
|
machineconfig/scripts/python/__pycache__/devops_backup_retrieve.cpython-311.pyc,sha256=_6zzVYGBGsMIZ35A6ZSEcexZkIr1MOAHJYLdIE-ril0,5366
|
|
492
|
-
machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc,sha256=
|
|
493
|
-
machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc,sha256=
|
|
494
|
-
machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc,sha256=
|
|
492
|
+
machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc,sha256=G9igcqo0j2YxpXSOq3S1jE56Npf2f303YOuSElzWFMs,10406
|
|
493
|
+
machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc,sha256=Ll1DYiCUjkAucNEKJSVSuFNNZNTaqQctaLuIimcc7Ks,6532
|
|
494
|
+
machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc,sha256=rX1w53ZTlvcoTZqFQa4owk9tb9l2j5MsAE52vuW2jMQ,21570
|
|
495
|
+
machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-311.pyc,sha256=3UrCyrwrgfFnhXPoPtYZCeEINyaxCp33l4jbU5KJr2M,906
|
|
495
496
|
machineconfig/scripts/python/__pycache__/gh_models.cpython-311.pyc,sha256=dh12_x-XFIvq364bCGQNrU89GmzD2HqUy0N_5iZ3etc,2679
|
|
496
|
-
machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc,sha256=
|
|
497
|
+
machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc,sha256=dyomZwrZT8eDgL9RpdJ5aDKmDjIiqOwTbxJbO_uDODY,16475
|
|
497
498
|
machineconfig/scripts/python/__pycache__/url2md.cpython-311.pyc,sha256=6ovF1N-oLFXlq_hSqraKZDAT9WQejJzasVxHg6k3Rzc,4389
|
|
498
499
|
machineconfig/scripts/python/__pycache__/viewer.cpython-311.pyc,sha256=HnvV4yu9HhYCounqjaORT-lDvNLVWqiACouQpJ_gV5E,2819
|
|
499
500
|
machineconfig/scripts/python/__pycache__/vscode_api.cpython-311.pyc,sha256=XYqeqaojIqp_eUMvf3fRPg1SZa8vOowJ8WFPa8a_eJ8,1719
|
|
500
|
-
machineconfig/scripts/python/archive/im2text.py,sha256=
|
|
501
|
-
machineconfig/scripts/python/archive/tmate_conn.py,sha256=
|
|
502
|
-
machineconfig/scripts/python/archive/tmate_start.py,sha256=
|
|
501
|
+
machineconfig/scripts/python/archive/im2text.py,sha256=w0-WonhD5hIEIuC5VXbaS2rWXNyvC9ZZqyOFX7dDXYI,1243
|
|
502
|
+
machineconfig/scripts/python/archive/tmate_conn.py,sha256=bUztIO87JReVFzcm7RsOokDXI6wD6u6cTSSWTBwO0Ec,1251
|
|
503
|
+
machineconfig/scripts/python/archive/tmate_start.py,sha256=UcgOxkTegHomeaZp0PeXuubJerzAA2mMzS_wxA1K074,1530
|
|
503
504
|
machineconfig/scripts/python/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
504
|
-
machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=
|
|
505
|
-
machineconfig/scripts/python/helpers/helpers2.py,sha256=
|
|
505
|
+
machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=JBmKm5q5IRvzcNFZVHDmAnnjcRrT58HzN5WzcZ97180,4980
|
|
506
|
+
machineconfig/scripts/python/helpers/helpers2.py,sha256=BRRCrkKT06l5TQk2lcw7c7uKcl14dr9AiHzShMgAm4c,7012
|
|
506
507
|
machineconfig/scripts/python/helpers/helpers4.py,sha256=NLuCxT2yY_A6BbGnbbcD_RTaTUa3QNfJ9onDZ9RkoyY,7957
|
|
507
508
|
machineconfig/scripts/python/helpers/helpers5.py,sha256=VrhEpaw7bPUXH7u_MZ_WxkMou_zF_SB4jOmDDQFFZ5A,1108
|
|
508
|
-
machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=
|
|
509
|
-
machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
510
|
-
machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc,sha256=
|
|
511
|
-
machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc,sha256
|
|
512
|
-
machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc,sha256=
|
|
509
|
+
machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=E8tgmMaDd-Fy47AS5BRngNxNde_wGTFJSLSR3SLUCP4,4357
|
|
510
|
+
machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc,sha256=p91eIcDi4QHYlM1lKpwKgTAk2EJoJ9mwiyZM44Hz5g0,191
|
|
511
|
+
machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc,sha256=9c9lApcLim4-Q0sKdM9HsT_6dZjmiiDRrS4a8IcI7tA,9274
|
|
512
|
+
machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc,sha256=n1Z3yQ6ciNtSnFw6_iWMyNxmMvaYhavTl4WL45J7o_8,7991
|
|
513
|
+
machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc,sha256=ebZQVGSjVxIx6PbxEHvp4tH1D5YPJ5qHmsa1c9-496E,12232
|
|
514
|
+
machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-311.pyc,sha256=5bOQVBqbi5SiQp_yyAj4BofQ9zhMqAS4u7DYM4yNiwY,7752
|
|
513
515
|
machineconfig/scripts/windows/activate_ve.ps1,sha256=1YDd90eIhJ680a-tPHeBesnIVLHWqLn1DU66B-2oA7E,1875
|
|
514
516
|
machineconfig/scripts/windows/checkout_version.ps1,sha256=l6U-qSroHFd_fDa6Z0uSJ5Yxfr0D3nW5uotJRQ7zpI8,148
|
|
515
517
|
machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=9_lPcTMuZhaxi860o5lyQWujzMRqm3ATgeGbboECtfI,367
|
|
@@ -521,7 +523,7 @@ machineconfig/scripts/windows/cloud_sync.ps1,sha256=AHXn8xmJBRIXiYmolNhSt2-_FonW
|
|
|
521
523
|
machineconfig/scripts/windows/croshell.ps1,sha256=zyfi7eXOy6Cuu1Pi9AXkVQiZDnySZtiVoFPDt2-zph8,1283
|
|
522
524
|
machineconfig/scripts/windows/devops.ps1,sha256=qqAcf59DGIhYr8WCCc_z4FhhJ8wnjxbheSuMz0R5GcE,861
|
|
523
525
|
machineconfig/scripts/windows/dotfile.ps1,sha256=b1y5MMtDE-yxEpERNVnqyGO1eX-MVvuXjwJP6r1l5CE,256
|
|
524
|
-
machineconfig/scripts/windows/fire.ps1,sha256=
|
|
526
|
+
machineconfig/scripts/windows/fire.ps1,sha256=CV7XGu2r9qEY4D2DGyxPicsPYDzAVTNu0VyXEZzJeQw,1207
|
|
525
527
|
machineconfig/scripts/windows/ftpx.ps1,sha256=nTpua0Q2QuaMay9BITONnfHJgysldZXnhq4oeQ-1HwQ,155
|
|
526
528
|
machineconfig/scripts/windows/fzfb.ps1,sha256=Bmngm2aY8hnPa3iKAOK6EPDYdKzGLUc81wYOnJhNoqg,149
|
|
527
529
|
machineconfig/scripts/windows/fzfg.ps1,sha256=CHJbMrMuZePd4dxwIwz3g4XWAEmWmckuX-Nrx2xgRkg,27
|
|
@@ -558,7 +560,7 @@ machineconfig/scripts/windows/archive/secure_push.ps1,sha256=GeAHwy8o5lv4Cta5pNE
|
|
|
558
560
|
machineconfig/scripts/windows/archive/tmate_conn.ps1,sha256=D3h4FNmVSwL6fbGkG4wwIToH57yVXWlULSqyEOozS8U,193
|
|
559
561
|
machineconfig/scripts/windows/utils/op_script_delete.ps1,sha256=tX5drodmlzbM5kEYXc8oCsiWFtOlMRXouuBxX6AGsmQ,167
|
|
560
562
|
machineconfig/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
561
|
-
machineconfig/settings/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
563
|
+
machineconfig/settings/__pycache__/__init__.cpython-311.pyc,sha256=MteCWEd7NOhu3NTUQTCfZBdVeQAHeH5S1jPtRPt0sww,177
|
|
562
564
|
machineconfig/settings/broot/br.sh,sha256=UoiQN5ULJqCnwVudUonZ5_sO0TEHZE8LEROgArnDD7k,1747
|
|
563
565
|
machineconfig/settings/broot/brootcd.ps1,sha256=BB8uGnoVywxFWSgwsHxlbS8V4W_Qom3L1SedekGpgWA,877
|
|
564
566
|
machineconfig/settings/broot/conf.toml,sha256=2C2ggpFR0Z-Sceu0iwHW0LFz45AjwyeCBD0PSP0VIoo,55
|
|
@@ -629,11 +631,11 @@ machineconfig/settings/shells/bash/.inputrc,sha256=KUPj9Rj1_5quvDmB7vZORN43TIv7K
|
|
|
629
631
|
machineconfig/settings/shells/bash/init.sh,sha256=Ubfo6NBTiJ8fPyNijOTYPteOv6xvoPi2YfQhcXiNKhc,2087
|
|
630
632
|
machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
|
|
631
633
|
machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
632
|
-
machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
634
|
+
machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc,sha256=ikE5oKlwAyTXSqvmA6jyj0kh1pikhutJdEbETILEksk,205
|
|
633
635
|
machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
634
636
|
machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=4thojJhrmQuba15P00slfw3AlzDVLOZvIVl0qEKT2sc,3225
|
|
635
|
-
machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-311.pyc,sha256=
|
|
636
|
-
machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc,sha256=
|
|
637
|
+
machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-311.pyc,sha256=uJFAhmhtQfrAGb5KnBDW1bFckAEwW1-_yueGcYkQoyU,213
|
|
638
|
+
machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc,sha256=VzztxJxlCX1dkftCCItF_roiXpkKqEjg5apsd6as--M,5494
|
|
637
639
|
machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
|
|
638
640
|
machineconfig/settings/shells/nushell/config.nu,sha256=ug0E0NXNlCzgStScFN6VTsAkUaOTPJZB69P-LS5L2VE,1047
|
|
639
641
|
machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
|
|
@@ -664,15 +666,15 @@ machineconfig/settings/zellij/layouts/panes.kdl,sha256=KlhKtelBy4Z2ENV_pix4xE7NH
|
|
|
664
666
|
machineconfig/settings/zellij/layouts/st.kdl,sha256=QXLRK7Wx05aKbKRHVmm4RspLYzPmEa44JMK1TwXQk58,523
|
|
665
667
|
machineconfig/settings/zellij/layouts/st2.kdl,sha256=1FKTH3qQWYMWp_wPMreP7fKOTlVd4cfBy3J8fv4zCBc,1489
|
|
666
668
|
machineconfig/settings/zellij/layouts/stacked_panes.kdl,sha256=usY8kKKwX1KUMXnWDivPg0i0drpM1Biw-tOnNZVjiZU,163
|
|
667
|
-
machineconfig/setup_linux/nix/cli_installation.sh,sha256=
|
|
669
|
+
machineconfig/setup_linux/nix/cli_installation.sh,sha256=AQ_wRmldeD1tPqCmU7qgz9ZrZFly4OYwBJDGRpb9IJ0,5470
|
|
668
670
|
machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh,sha256=F5dbg0n9RHsKGPn8fIdZMn3p0RrHEkb8rWBGsdVGbus,1207
|
|
669
|
-
machineconfig/setup_linux/others/openssh-server_add_pub_key.sh,sha256=
|
|
670
|
-
machineconfig/setup_linux/web_shortcuts/all.sh,sha256=
|
|
671
|
-
machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=
|
|
672
|
-
machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=
|
|
673
|
-
machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=
|
|
674
|
-
machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=
|
|
675
|
-
machineconfig/setup_linux/web_shortcuts/update_system.sh,sha256=
|
|
671
|
+
machineconfig/setup_linux/others/openssh-server_add_pub_key.sh,sha256=UiJcD1o4UekKKtp5YJKRq135PpqdTLXy7M6HvQ-Qum4,1993
|
|
672
|
+
machineconfig/setup_linux/web_shortcuts/all.sh,sha256=Dhy7bL5e3yfG6O0K42ZUBPLJKNjsGnXisko6a2dxhOY,2187
|
|
673
|
+
machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=RWcxH_Db7WHH37PclYmc92o6zAS557wGZxcYTuyTUZ0,3550
|
|
674
|
+
machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=7hE1tDWhWQ0rciFH0j411vko3qZeIMUG-83dYe6fUnE,2640
|
|
675
|
+
machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=vzNU0wKmAwEK0eP0ArhYgWqRiihKjVTOJnVKtFKpPI4,7571
|
|
676
|
+
machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=U7eiioxrN1JHgtEH6pzc_0IzagELbtVFwkP2eQNSdIY,2165
|
|
677
|
+
machineconfig/setup_linux/web_shortcuts/update_system.sh,sha256=xQ1RxpsRhPFGpoDv01XTrB-BsqnbWiw7LMAh7Fc0uWs,1926
|
|
676
678
|
machineconfig/setup_windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
677
679
|
machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
|
|
678
680
|
machineconfig/setup_windows/others/obs.ps1,sha256=2andchcXpxS3rqZjGaMpY5VShxTAKWvw6eCrayjuaLo,30
|
|
@@ -684,27 +686,27 @@ machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLP
|
|
|
684
686
|
machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
685
687
|
machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=FEyHIqwjzRLqCeO_sC5TWx-AccMEG2M8KhATA__6O1g,824
|
|
686
688
|
machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=y6eZPJD66myPAtca3dqR6pXBnUV8NlY7-qJAwSPK3bo,2159
|
|
687
|
-
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=
|
|
689
|
+
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=wrBteVyTsSBhhvSXzvF78hsw8DvGGWV4_avzSVEpR2k,9301
|
|
688
690
|
machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
689
|
-
machineconfig/utils/
|
|
690
|
-
machineconfig/utils/
|
|
691
|
-
machineconfig/utils/
|
|
692
|
-
machineconfig/utils/
|
|
693
|
-
machineconfig/utils/
|
|
694
|
-
machineconfig/utils/
|
|
695
|
-
machineconfig/utils/
|
|
696
|
-
machineconfig/utils/
|
|
697
|
-
machineconfig/utils/ve.py,sha256=
|
|
691
|
+
machineconfig/utils/code.py,sha256=YHLHbUXmFC6Q9EIgUCtAnrbep4X4mkO95IrfmECzWjE,3724
|
|
692
|
+
machineconfig/utils/installer.py,sha256=t2iO78rofKrUOoRcktYOZeoGEvhNCAa-Gjes9mNFdTU,9513
|
|
693
|
+
machineconfig/utils/links.py,sha256=O_REOlCSZ2xqk-67trEfnwkWWqhezapUOkXBM8KWndI,4745
|
|
694
|
+
machineconfig/utils/options.py,sha256=6irqfGrGCpZnq0hEynlNSeu1elkSqVE9wlODvhrrZFs,8384
|
|
695
|
+
machineconfig/utils/path.py,sha256=6QZqgwA1K8Ayh2W8ZrtaYyRRO0lFVOGDDl4-pweNE9c,6565
|
|
696
|
+
machineconfig/utils/procs.py,sha256=b3gqokJLKLTmlcMO6a6sEPdxpRGNr9PjkxHHO_HSLKE,8046
|
|
697
|
+
machineconfig/utils/scheduling.py,sha256=xFTcvxH8PxjjtELixHV95o-7FSfLkLN9w_LfDj_Mcyo,7879
|
|
698
|
+
machineconfig/utils/utils.py,sha256=Jt8geILRYEKPzeWwpGIbIZ7yr-atTJgwzbnaBy4jsPc,4125
|
|
699
|
+
machineconfig/utils/ve.py,sha256=2oSovUxV-u0pwr3mtZK9UN3viBZUDTZkvwdIZPoanM8,3992
|
|
698
700
|
machineconfig/utils/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
699
|
-
machineconfig/utils/ai/browser_user_wrapper.py,sha256=
|
|
700
|
-
machineconfig/utils/ai/generate_file_checklist.py,sha256=
|
|
701
|
-
machineconfig/utils/ai/url2md.py,sha256=
|
|
701
|
+
machineconfig/utils/ai/browser_user_wrapper.py,sha256=lMtNqnjATB5UmOfMBTtUDiFMPUyd5_Q1NScC9uX9tLk,2140
|
|
702
|
+
machineconfig/utils/ai/generate_file_checklist.py,sha256=bI3WJrBlHCOVuKPh2IoCmSOzH0AY3UPZ4zQshtOc-2Y,2924
|
|
703
|
+
machineconfig/utils/ai/url2md.py,sha256=C6o-fz2qzV41vqz8uF6v4Ry5fqq03zkajsDvGsdYXNc,2977
|
|
702
704
|
machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
703
705
|
machineconfig/utils/installer_utils/installer_abc.py,sha256=r2_GKgioEqJgZ-7iFlHa57A2wf2WKBFrK8Pa5Q7Sf6M,4908
|
|
704
706
|
machineconfig/utils/installer_utils/installer_class.py,sha256=zsNvF714z52P91jAX_7w82VHFOa2kY4zLrpfQI6f-SA,14864
|
|
705
707
|
machineconfig/utils/ve_utils/ve1.py,sha256=TW696GEqWaNB35NcYE44AF5t7xkUpkeA_DKVV5iE74A,5521
|
|
706
|
-
machineconfig/utils/ve_utils/ve2.py,sha256=
|
|
707
|
-
machineconfig-1.
|
|
708
|
-
machineconfig-1.
|
|
709
|
-
machineconfig-1.
|
|
710
|
-
machineconfig-1.
|
|
708
|
+
machineconfig/utils/ve_utils/ve2.py,sha256=zS8dI6b1wG3TzqrwmEGsJ5CS5ZZJgGfaU8N2IcfiDYE,6362
|
|
709
|
+
machineconfig-1.95.dist-info/METADATA,sha256=e9cwvqyl3l3WrhZqmvhSFO0PX9y1Bv01OFE6V1ACN-M,6983
|
|
710
|
+
machineconfig-1.95.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
711
|
+
machineconfig-1.95.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
712
|
+
machineconfig-1.95.dist-info/RECORD,,
|
|
File without changes
|