machineconfig 1.5__py3-none-any.whl → 1.8__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/__init__.py +8 -5
- machineconfig/jobs/python/check_installations.py +173 -163
- machineconfig/jobs/python/checkout_version.py +117 -0
- machineconfig/jobs/python/create_bootable_media.py +14 -14
- machineconfig/jobs/python/create_zellij_template.py +59 -56
- machineconfig/jobs/python/python_cargo_build_share.py +50 -45
- machineconfig/jobs/python/python_ve_symlink.py +20 -18
- machineconfig/jobs/python/tasks.py +4 -0
- machineconfig/jobs/script_installer/azure_data_studio.py +22 -0
- machineconfig/jobs/script_installer/bypass_paywall.py +23 -0
- machineconfig/jobs/script_installer/code.py +34 -0
- machineconfig/jobs/script_installer/docker_desktop.py +41 -0
- machineconfig/jobs/script_installer/ngrok.py +29 -0
- machineconfig/jobs/{python_linux_installers → script_installer}/skim.py +21 -19
- machineconfig/jobs/script_installer/wezterm.py +34 -0
- machineconfig/profile/create.py +107 -200
- machineconfig/profile/shell.py +127 -0
- machineconfig/scripts/__init__.py +6 -6
- machineconfig/scripts/python/cloud_copy.py +93 -0
- machineconfig/scripts/python/cloud_manager.py +38 -0
- machineconfig/scripts/python/cloud_mount.py +115 -52
- machineconfig/scripts/python/cloud_repo_sync.py +154 -114
- machineconfig/scripts/python/cloud_sync.py +261 -79
- machineconfig/scripts/python/croshell.py +151 -0
- machineconfig/scripts/python/devops.py +119 -87
- machineconfig/scripts/python/devops_add_identity.py +27 -23
- machineconfig/scripts/python/devops_add_ssh_key.py +70 -55
- machineconfig/scripts/python/devops_backup_retrieve.py +52 -46
- machineconfig/scripts/python/devops_devapps_install.py +120 -91
- machineconfig/scripts/python/devops_update_repos.py +82 -68
- machineconfig/scripts/python/dotfile.py +42 -38
- machineconfig/scripts/python/fire_jobs.py +351 -98
- machineconfig/scripts/python/ftpx.py +82 -0
- machineconfig/scripts/python/mount_nfs.py +54 -3
- machineconfig/scripts/python/mount_nw_drive.py +31 -0
- machineconfig/scripts/python/mount_ssh.py +44 -20
- machineconfig/scripts/python/onetimeshare.py +60 -51
- machineconfig/scripts/python/pomodoro.py +41 -37
- machineconfig/scripts/python/repos.py +195 -128
- machineconfig/scripts/python/scheduler.py +52 -0
- machineconfig/scripts/python/snapshot.py +21 -21
- machineconfig/scripts/python/start_slidev.py +104 -0
- machineconfig/scripts/python/start_terminals.py +97 -0
- machineconfig/scripts/python/wifi_conn.py +90 -71
- machineconfig/scripts/python/{transfer_wsl_win.py → wsl_windows_transfer.py} +47 -39
- machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py +44 -48
- machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +136 -130
- machineconfig/utils/installer.py +251 -0
- machineconfig/utils/procs.py +114 -64
- machineconfig/utils/scheduling.py +188 -0
- machineconfig/utils/utils.py +353 -249
- machineconfig/utils/ve.py +222 -0
- {machineconfig-1.5.dist-info → machineconfig-1.8.dist-info}/METADATA +140 -110
- machineconfig-1.8.dist-info/RECORD +70 -0
- {machineconfig-1.5.dist-info → machineconfig-1.8.dist-info}/WHEEL +1 -1
- machineconfig/jobs/python/python_linux_installers_all.py +0 -73
- machineconfig/jobs/python/python_ve_installer.py +0 -73
- machineconfig/jobs/python/python_windows_installers_all.py +0 -23
- machineconfig/jobs/python_generic_installers/archive/nvim.py +0 -15
- machineconfig/jobs/python_generic_installers/archive/strongbox.py +0 -32
- machineconfig/jobs/python_generic_installers/archive/vtm.py +0 -25
- machineconfig/jobs/python_generic_installers/broot.py +0 -39
- machineconfig/jobs/python_generic_installers/browsh.py +0 -25
- machineconfig/jobs/python_generic_installers/bw.py +0 -26
- machineconfig/jobs/python_generic_installers/chatgpt.py +0 -24
- machineconfig/jobs/python_generic_installers/cpufetch.py +0 -23
- machineconfig/jobs/python_generic_installers/delta.py +0 -59
- machineconfig/jobs/python_generic_installers/dev/__init__.py +0 -0
- machineconfig/jobs/python_generic_installers/dev/autogpt.py +0 -28
- machineconfig/jobs/python_generic_installers/dev/bw.py +0 -29
- machineconfig/jobs/python_generic_installers/dev/evcxr.py +0 -22
- machineconfig/jobs/python_generic_installers/dev/kondo.py +0 -21
- machineconfig/jobs/python_generic_installers/dev/lvim.py +0 -60
- machineconfig/jobs/python_generic_installers/dev/ngrok.py +0 -35
- machineconfig/jobs/python_generic_installers/dev/opencommit.py +0 -21
- machineconfig/jobs/python_generic_installers/dev/qrcp.py +0 -25
- machineconfig/jobs/python_generic_installers/dev/qrscan.py +0 -16
- machineconfig/jobs/python_generic_installers/dev/rust-analyzer.py +0 -24
- machineconfig/jobs/python_generic_installers/dev/termscp.py +0 -23
- machineconfig/jobs/python_generic_installers/dev/tldr.py +0 -25
- machineconfig/jobs/python_generic_installers/dev/tokei.py +0 -24
- machineconfig/jobs/python_generic_installers/diskonaut.py +0 -26
- machineconfig/jobs/python_generic_installers/dua.py +0 -21
- machineconfig/jobs/python_generic_installers/evcxr.py +0 -21
- machineconfig/jobs/python_generic_installers/gitui.py +0 -23
- machineconfig/jobs/python_generic_installers/gopass.py +0 -19
- machineconfig/jobs/python_generic_installers/helix.py +0 -45
- machineconfig/jobs/python_generic_installers/kondo.py +0 -20
- machineconfig/jobs/python_generic_installers/lf.py +0 -25
- machineconfig/jobs/python_generic_installers/lvim.py +0 -34
- machineconfig/jobs/python_generic_installers/mprocs.py +0 -20
- machineconfig/jobs/python_generic_installers/navi.py +0 -20
- machineconfig/jobs/python_generic_installers/ots.py +0 -26
- machineconfig/jobs/python_generic_installers/ouch.py +0 -25
- machineconfig/jobs/python_generic_installers/pomodoro.py +0 -19
- machineconfig/jobs/python_generic_installers/procs.py +0 -20
- machineconfig/jobs/python_generic_installers/qrcp.py +0 -22
- machineconfig/jobs/python_generic_installers/qrscan.py +0 -14
- machineconfig/jobs/python_generic_installers/rclone.py +0 -21
- machineconfig/jobs/python_generic_installers/rust-analyzer.py +0 -24
- machineconfig/jobs/python_generic_installers/tere.py +0 -26
- machineconfig/jobs/python_generic_installers/termscp.py +0 -23
- machineconfig/jobs/python_generic_installers/tldr.py +0 -24
- machineconfig/jobs/python_generic_installers/tokei.py +0 -21
- machineconfig/jobs/python_generic_installers/vtm.py +0 -26
- machineconfig/jobs/python_generic_installers/watchexec.py +0 -21
- machineconfig/jobs/python_linux_installers/archive/__init__.py +0 -0
- machineconfig/jobs/python_linux_installers/archive/ranger.py +0 -18
- machineconfig/jobs/python_linux_installers/bandwhich.py +0 -11
- machineconfig/jobs/python_linux_installers/bottom.py +0 -17
- machineconfig/jobs/python_linux_installers/btop.py +0 -17
- machineconfig/jobs/python_linux_installers/dev/bandwhich.py +0 -13
- machineconfig/jobs/python_linux_installers/dev/bytehound.py +0 -20
- machineconfig/jobs/python_linux_installers/dev/nnn.py +0 -21
- machineconfig/jobs/python_linux_installers/gotty.py +0 -16
- machineconfig/jobs/python_linux_installers/joshuto.py +0 -28
- machineconfig/jobs/python_linux_installers/mcfly.py +0 -12
- machineconfig/jobs/python_linux_installers/nnn.py +0 -18
- machineconfig/jobs/python_linux_installers/topgrade.py +0 -15
- machineconfig/jobs/python_linux_installers/viu.py +0 -19
- machineconfig/jobs/python_linux_installers/xplr.py +0 -22
- machineconfig/jobs/python_linux_installers/zellij.py +0 -31
- machineconfig/jobs/python_windows_installers/archive/ntop.py +0 -20
- machineconfig/jobs/python_windows_installers/bat.py +0 -16
- machineconfig/jobs/python_windows_installers/boxes.py +0 -19
- machineconfig/jobs/python_windows_installers/bypass_paywall.py +0 -18
- machineconfig/jobs/python_windows_installers/dev/bypass_paywall.py +0 -21
- machineconfig/jobs/python_windows_installers/dev/obs_background_removal_plugin.py +0 -20
- machineconfig/jobs/python_windows_installers/fd.py +0 -17
- machineconfig/jobs/python_windows_installers/fzf.py +0 -19
- machineconfig/jobs/python_windows_installers/obs_background_removal_plugin.py +0 -19
- machineconfig/jobs/python_windows_installers/rg.py +0 -15
- machineconfig/jobs/python_windows_installers/ugrep.py +0 -14
- machineconfig/jobs/python_windows_installers/zoomit.py +0 -20
- machineconfig/jobs/python_windows_installers/zoxide.py +0 -20
- machineconfig/profile/fix_shell_profiles.py +0 -8
- machineconfig/scripts/python/archive/__init__.py +0 -0
- machineconfig/scripts/python/archive/bu_gdrive_rx.py +0 -41
- machineconfig/scripts/python/archive/bu_gdrive_sx.py +0 -40
- machineconfig/scripts/python/archive/bu_onedrive_rx.py +0 -59
- machineconfig/scripts/python/archive/bu_onedrive_sx.py +0 -45
- machineconfig/scripts/python/chatgpt.py +0 -28
- machineconfig/scripts/python/choose_ohmybash_theme.py +0 -25
- machineconfig/scripts/python/choose_ohmyposh_theme.py +0 -40
- machineconfig/scripts/python/cloud_rx.py +0 -42
- machineconfig/scripts/python/cloud_sx.py +0 -40
- machineconfig/scripts/python/ftprx.py +0 -37
- machineconfig/scripts/python/ftpsx.py +0 -36
- machineconfig/scripts/python/im2text.py +0 -15
- machineconfig/scripts/python/tmate_conn.py +0 -28
- machineconfig/scripts/python/tmate_start.py +0 -31
- machineconfig/utils/to_exe.py +0 -7
- machineconfig-1.5.dist-info/RECORD +0 -147
- /machineconfig/jobs/{python_generic_installers/archive → script_installer}/__init__.py +0 -0
- {machineconfig-1.5.dist-info → machineconfig-1.8.dist-info}/top_level.txt +0 -0
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
machineconfig/__init__.py,sha256=JEcLqfYQtIfG0Gs1x4rOPpS8M0iaGdiHZdAH5g8suwU,67
|
|
2
|
-
machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
machineconfig/jobs/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
machineconfig/jobs/python/check_installations.py,sha256=2phbg-LosoYF3guv0NPwXpT1vzb8jnv8n47yO5XM-Pk,7357
|
|
5
|
-
machineconfig/jobs/python/create_bootable_media.py,sha256=6RqLReWRztLejMbcYAyX1Fcgc5v6ROuj74bglWyf6_M,625
|
|
6
|
-
machineconfig/jobs/python/create_zellij_template.py,sha256=PDT16F1EyfOZEaiIUm_8MPZkvxi3RqSex8bt9kIcmH4,1296
|
|
7
|
-
machineconfig/jobs/python/python_cargo_build_share.py,sha256=DRdSkhHi8oozw5Ievm62VZqlSpiMB15oN1uWZ364BGU,1742
|
|
8
|
-
machineconfig/jobs/python/python_linux_installers_all.py,sha256=VyFT0V7IZZNAS1jegzbXIEyO5g2LM7V4u1Dpy-eD6iM,3303
|
|
9
|
-
machineconfig/jobs/python/python_ve_installer.py,sha256=nsKIEPONymzQiTqFeMLK6GdWeG8XAJrapa7MKuM9nKA,2826
|
|
10
|
-
machineconfig/jobs/python/python_ve_symlink.py,sha256=wIsOAgDkUSFxJZbOj0WNsg7BBiCYlQW0RQBhzBfr-A0,872
|
|
11
|
-
machineconfig/jobs/python/python_windows_installers_all.py,sha256=9JDQXHuyyaVXLIlKNlDuRC6RLcyNUArNAMHr0LmqRP4,789
|
|
12
|
-
machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
-
machineconfig/jobs/python_generic_installers/broot.py,sha256=TQ2l-lRpD0aXO4nDzkWpUb4MfWPmIbmb9_SsrtAtAXM,1230
|
|
14
|
-
machineconfig/jobs/python_generic_installers/browsh.py,sha256=x_xjxF4LQsMaAtj4bKmhFRq35pObbcBXGZKB6OoocZc,1098
|
|
15
|
-
machineconfig/jobs/python_generic_installers/bw.py,sha256=lRA3_KF97EF-DquuvzmVH-4L6aP6idGgH8uRMd9_xP0,906
|
|
16
|
-
machineconfig/jobs/python_generic_installers/chatgpt.py,sha256=I-riqtuyk6hgzTFNNyqoSVID3sii9OfNuL5VUPaUEQU,857
|
|
17
|
-
machineconfig/jobs/python_generic_installers/cpufetch.py,sha256=9dqB80-0o8gaVwUCmCkNaUbLRNISQYQv3Sg3dO-uko0,939
|
|
18
|
-
machineconfig/jobs/python_generic_installers/delta.py,sha256=l2SORzfQ8X-JCV_gjdzxy9wmKfLtr1IPMFx5RyHECj0,1940
|
|
19
|
-
machineconfig/jobs/python_generic_installers/diskonaut.py,sha256=eIF32GDCf5SPmDZ_iU5AFZwxsGnbd4bEWbczcFdc4t0,946
|
|
20
|
-
machineconfig/jobs/python_generic_installers/dua.py,sha256=jYPJeTZ9NnHDH1XoB00E7C_UGmTcIUxW9PNl-g59pwU,747
|
|
21
|
-
machineconfig/jobs/python_generic_installers/evcxr.py,sha256=rwCZRnZ-gvsxTEIoW5CBfEEp3RE41W8gKnk6BrPdRrw,673
|
|
22
|
-
machineconfig/jobs/python_generic_installers/gitui.py,sha256=K8lcOkjmeHV8gl7jOZJ_oM532U-NEEbsKjLkOhCeSbg,893
|
|
23
|
-
machineconfig/jobs/python_generic_installers/gopass.py,sha256=pb0kIChW5IqZwCa6TD1gQJxDFqVQSalDwUx8c8toPjg,745
|
|
24
|
-
machineconfig/jobs/python_generic_installers/helix.py,sha256=kiyVMqezmazGgdxMU4JWt7Mh296l9LAAgU6NMxPrxJ4,1946
|
|
25
|
-
machineconfig/jobs/python_generic_installers/kondo.py,sha256=HdOioguLQr-_8MrVpVmhMnq-y_z0YG4W1T01XIKdBUo,750
|
|
26
|
-
machineconfig/jobs/python_generic_installers/lf.py,sha256=cYL2tTASbZyomsKm8t_mBfy6wGeb8MQ_slm7pE15ru4,1027
|
|
27
|
-
machineconfig/jobs/python_generic_installers/lvim.py,sha256=noVuEgVVW-MLqXfJVgM1ekkv812QyyDtfwkL7OY3Epw,1850
|
|
28
|
-
machineconfig/jobs/python_generic_installers/mprocs.py,sha256=zrZccsxbVdXRyg57qZ8Del6501S48d_qdjo1qruQxjE,664
|
|
29
|
-
machineconfig/jobs/python_generic_installers/navi.py,sha256=RR-ozbSl0RcJRzH-ESGx-_I1fcjRcvs_8c2idF7_ecQ,690
|
|
30
|
-
machineconfig/jobs/python_generic_installers/ots.py,sha256=ISStTXBY9NTOLLs7-833jxKQK8t0mOv9KUL4QJx0hdY,1205
|
|
31
|
-
machineconfig/jobs/python_generic_installers/ouch.py,sha256=RA7OclOFaMOFYT_T6sNE0Hbc3WkJdQAbdbEUUj3QNPE,965
|
|
32
|
-
machineconfig/jobs/python_generic_installers/pomodoro.py,sha256=XC91rbLPMbr25b1XHlJvyWLkgld5H2pBXESrAxF8dvw,757
|
|
33
|
-
machineconfig/jobs/python_generic_installers/procs.py,sha256=zhjBG3iXwCiv4jPiBDluAsAcC8RFuhqoipe7cl6tkuQ,701
|
|
34
|
-
machineconfig/jobs/python_generic_installers/qrcp.py,sha256=kyZTakM27-FyZBJ4t570T81nQ16S19-RFTQNlGA5rpA,1076
|
|
35
|
-
machineconfig/jobs/python_generic_installers/qrscan.py,sha256=mFxDf1sC3WFR-FtZCsnq4pvLDmVHnx9XAz2RTmU6cys,725
|
|
36
|
-
machineconfig/jobs/python_generic_installers/rclone.py,sha256=IAb-jfDUA0-78Wko4UtsiEL39on0192oqM1N2leqZT4,689
|
|
37
|
-
machineconfig/jobs/python_generic_installers/rust-analyzer.py,sha256=WaIoddcm60pgABeqpzuVXSUKxNIopT0GBzZOpVeHQOQ,973
|
|
38
|
-
machineconfig/jobs/python_generic_installers/tere.py,sha256=T9coKFxBHhq5sgXZJBs9STOxC-3c0m3p8VF5krsay-Y,1143
|
|
39
|
-
machineconfig/jobs/python_generic_installers/termscp.py,sha256=nGqXDemb44wp_5yP0EsHW4Soli52SZ6tadwhtcLDa24,713
|
|
40
|
-
machineconfig/jobs/python_generic_installers/tldr.py,sha256=r0pmRcwC6fqpe9S37UjuetXteGHCfc_nqDSU54r1aKo,914
|
|
41
|
-
machineconfig/jobs/python_generic_installers/tokei.py,sha256=2qN8SAkdLaDtv3oFZfBQ2Gdr8dIcFZbV1C1yHVXY0kg,892
|
|
42
|
-
machineconfig/jobs/python_generic_installers/vtm.py,sha256=PLl9hOjeJCF1GhuKMkGrBRD7plWkht3JqZwIzPj6OYE,818
|
|
43
|
-
machineconfig/jobs/python_generic_installers/watchexec.py,sha256=KhZx_ayUjSdvvebQnN90pCcr0aMkrqzGfNacA_y9aqw,712
|
|
44
|
-
machineconfig/jobs/python_generic_installers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
45
|
-
machineconfig/jobs/python_generic_installers/archive/nvim.py,sha256=2RQdb8I6RIDNTZaDY7n0vTt6XzjwE8_Zjv9NWwRWgwg,490
|
|
46
|
-
machineconfig/jobs/python_generic_installers/archive/strongbox.py,sha256=VZfISgnXKqcFa1HOPLv-yCqZ_5ZtPHx8Y0BZls1B9PE,1024
|
|
47
|
-
machineconfig/jobs/python_generic_installers/archive/vtm.py,sha256=eXfrAzsuDlLH6IZhVCO-rVJ1K9dNXKgu5J4Q8r_UE1w,720
|
|
48
|
-
machineconfig/jobs/python_generic_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
|
-
machineconfig/jobs/python_generic_installers/dev/autogpt.py,sha256=-Mh4egy_Ehjb5UqQbaoWuXW806YbgXzSKnegG4NwFAg,754
|
|
50
|
-
machineconfig/jobs/python_generic_installers/dev/bw.py,sha256=JOp_MYehGtiFQEAKWbh_KOblBEYFs4W95b-Tpoz15KU,960
|
|
51
|
-
machineconfig/jobs/python_generic_installers/dev/evcxr.py,sha256=Tb7OAi3D2pfPnquqifhAwlPrIu8AKAWEGkE-kbLniwI,722
|
|
52
|
-
machineconfig/jobs/python_generic_installers/dev/kondo.py,sha256=nnrbV-uAoPbLTkIjooGuPZmMPWOwyji7Gr9PlSSHUC8,802
|
|
53
|
-
machineconfig/jobs/python_generic_installers/dev/lvim.py,sha256=tDTmrXl_RnDD-IRl2Lzq7ISLHu0TT5wzgQxzKrTJtEo,2498
|
|
54
|
-
machineconfig/jobs/python_generic_installers/dev/ngrok.py,sha256=VrnwoGtAeXrvavJ_QD4JiU4tOAHBjs0vvE4GM9VI3PM,1087
|
|
55
|
-
machineconfig/jobs/python_generic_installers/dev/opencommit.py,sha256=LJ3K9hJgc1ur7NWAM8trf5OJ_4Ds0CrAjviSAkIwM5o,476
|
|
56
|
-
machineconfig/jobs/python_generic_installers/dev/qrcp.py,sha256=Rq2EfsD0XgV24Vmjjf62_pNh07KC2ztwYk_AitBeir0,1119
|
|
57
|
-
machineconfig/jobs/python_generic_installers/dev/qrscan.py,sha256=3Vp5wpCXUYBDuAUTHKmnrqN2yzqsZOti9OuUHxGMnqM,760
|
|
58
|
-
machineconfig/jobs/python_generic_installers/dev/rust-analyzer.py,sha256=S4Hu3exJxs7t5cMHcO7iRY-TigtHcj17QQ1IJGUqDAM,1016
|
|
59
|
-
machineconfig/jobs/python_generic_installers/dev/termscp.py,sha256=kK8QcvMGGs2dktUNSihxvNYer5GBBMV2XuZjg92V5uo,746
|
|
60
|
-
machineconfig/jobs/python_generic_installers/dev/tldr.py,sha256=1UYcNweOFso5ZiW1CPLAqWi5S0Y7Pn1k-uVvi_r3w0c,969
|
|
61
|
-
machineconfig/jobs/python_generic_installers/dev/tokei.py,sha256=CquS9dtn1uX7pxLHUsl0I5PZ99mg7kkS6qqgACse8pI,984
|
|
62
|
-
machineconfig/jobs/python_linux_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
|
-
machineconfig/jobs/python_linux_installers/bandwhich.py,sha256=zFyDdwNxWybN1qKwJ9hiIuiEHe7E4CUDIBgE36UpHvk,134
|
|
64
|
-
machineconfig/jobs/python_linux_installers/bottom.py,sha256=SVOb3awr_UhR7Ekfd8h0jNyZRcUkh89jEfxUCEmh8_U,626
|
|
65
|
-
machineconfig/jobs/python_linux_installers/btop.py,sha256=O3D5mj1nZ6zCqeNzk1qk3yCOh6vgnLTBkNZ1dLZ0LNY,582
|
|
66
|
-
machineconfig/jobs/python_linux_installers/gotty.py,sha256=NCUzZEk5LGBi0A4UqLMb-OFlQYANnj4c-61UxDKp9vo,497
|
|
67
|
-
machineconfig/jobs/python_linux_installers/joshuto.py,sha256=Xu-3KcWgfAk2hPF3DNEbuu8T9pi8V-MCZcDQ34-Z3XQ,1139
|
|
68
|
-
machineconfig/jobs/python_linux_installers/mcfly.py,sha256=Dmtvwz9_TCvlbHKBhFTOkzqaqrUZ_Vl4MT0h-YATjXE,402
|
|
69
|
-
machineconfig/jobs/python_linux_installers/nnn.py,sha256=qAJygh27nV8eAlrfkA35EyiEIVhjfxhbnetb1MN7bUs,518
|
|
70
|
-
machineconfig/jobs/python_linux_installers/skim.py,sha256=gBWrMBBWE99yyPZX7Fowtyiu1HVfo__3wkOZ21SFit4,508
|
|
71
|
-
machineconfig/jobs/python_linux_installers/topgrade.py,sha256=EXDj6LVnX6DzE3ucNKbvylcYMpwLheIqARp0C_ujAls,511
|
|
72
|
-
machineconfig/jobs/python_linux_installers/viu.py,sha256=EULyPiYO7l5FFwjGL8v-KMPMKLy9NCe5HaCEZFRlgAk,642
|
|
73
|
-
machineconfig/jobs/python_linux_installers/xplr.py,sha256=xPnY_3DUIJHReI2Ec5XY5BZtEs4yrggdYO020o9vvNE,759
|
|
74
|
-
machineconfig/jobs/python_linux_installers/zellij.py,sha256=x7B-NUI4UOZL95qzDyfmRm-mJ15Lq3V-HkGi457kG1M,1145
|
|
75
|
-
machineconfig/jobs/python_linux_installers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
76
|
-
machineconfig/jobs/python_linux_installers/archive/ranger.py,sha256=y7RD6ZRK5uqgCi_zZ0FMJ8fFoMmvVmDC7Od0KhYgwiI,548
|
|
77
|
-
machineconfig/jobs/python_linux_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
78
|
-
machineconfig/jobs/python_linux_installers/dev/bandwhich.py,sha256=WOkHIMvu1iDB68UJb-ZuU9fkT09sJHWYf0lyPFf8cDI,207
|
|
79
|
-
machineconfig/jobs/python_linux_installers/dev/bytehound.py,sha256=YDLM7j4r5ZqqWS0RZPn8OP6cUAqaUBqjNAxDvNf6v-A,680
|
|
80
|
-
machineconfig/jobs/python_linux_installers/dev/nnn.py,sha256=4581d46M3i-w6d5d74mnUGojuZHSQXG8C7Itg1o6i0k,569
|
|
81
|
-
machineconfig/jobs/python_windows_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
82
|
-
machineconfig/jobs/python_windows_installers/bat.py,sha256=JETop8FFnGYt_r66MMXqcQySKaaGAAMOgAmH_EyHKHc,356
|
|
83
|
-
machineconfig/jobs/python_windows_installers/boxes.py,sha256=1phqAmH7gb2hxRYQWFdO96nN1UpY81W2XG9bTgXKJg0,789
|
|
84
|
-
machineconfig/jobs/python_windows_installers/bypass_paywall.py,sha256=RnJGMQEL1Ki61QUwqBQZBE_bEFhJdKJ2s8FSa244FS8,502
|
|
85
|
-
machineconfig/jobs/python_windows_installers/fd.py,sha256=jQxpDgdLNN1qG9gzm2rvHHqioBEgnHOZ3C7X-28iQ9k,514
|
|
86
|
-
machineconfig/jobs/python_windows_installers/fzf.py,sha256=TE_nx1Y6tse5zNdrXmOomWCH-r0gH66UPfeJqp8RCM4,715
|
|
87
|
-
machineconfig/jobs/python_windows_installers/obs_background_removal_plugin.py,sha256=l6IpVj5wJNJlYEx7sdHKTSrjJQOWnhqfxaP7IyuvxoE,715
|
|
88
|
-
machineconfig/jobs/python_windows_installers/rg.py,sha256=PJUZ3w6ycfKQ2Oj9OOBNc6ir1WM5yaGRXQYTpskZj18,438
|
|
89
|
-
machineconfig/jobs/python_windows_installers/ugrep.py,sha256=xkcb_f55LXIR86yk12DDuvxXPHKsYeI_tv_knO0qtgU,422
|
|
90
|
-
machineconfig/jobs/python_windows_installers/zoomit.py,sha256=RG4nPKIFVNJYMLGXskK6UT2GI3E7iQEtuqL1tFu27KI,624
|
|
91
|
-
machineconfig/jobs/python_windows_installers/zoxide.py,sha256=mDhGZOI5w1U1aYOCN4cY_DaftVUZXclcrLPT2tOC6eQ,405
|
|
92
|
-
machineconfig/jobs/python_windows_installers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
|
-
machineconfig/jobs/python_windows_installers/archive/ntop.py,sha256=mDOF41ihYoDeMKHZNK7jiWyu3Ff_mIjhgXT5IL8d6Aw,425
|
|
94
|
-
machineconfig/jobs/python_windows_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
95
|
-
machineconfig/jobs/python_windows_installers/dev/bypass_paywall.py,sha256=5Sh39wmCYCEI0RzoCYtonYFcmdAnjz2Vb3jcTbSrQsk,560
|
|
96
|
-
machineconfig/jobs/python_windows_installers/dev/obs_background_removal_plugin.py,sha256=5GtmI2G2ASbGlNpcVEa7Vmv2AJnY4ncwzy4dbtCF3KA,790
|
|
97
|
-
machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
98
|
-
machineconfig/profile/create.py,sha256=RaJzFZpC92x6fy6xc1y525Iu4VdGxXuR0dDCrBLAUHw,9363
|
|
99
|
-
machineconfig/profile/fix_shell_profiles.py,sha256=Q0rPNSL1oFH4x3DViA8ofn62K5JAvmc5kwsbLSTeevA,406
|
|
100
|
-
machineconfig/scripts/__init__.py,sha256=kbVD1ovdRpl_bl-5njvnRRa7htr22KjP7ATBEriRTBs,79
|
|
101
|
-
machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
102
|
-
machineconfig/scripts/python/chatgpt.py,sha256=vCZcsr3oIJ1CgK37Vtj_Iin5nXU_GQqDooL-C1LChyM,737
|
|
103
|
-
machineconfig/scripts/python/choose_ohmybash_theme.py,sha256=oNGOPZhDSDfE2lkNf6ws7_exH8Bd6Vq8mOwOBdYDDQA,1145
|
|
104
|
-
machineconfig/scripts/python/choose_ohmyposh_theme.py,sha256=b5OxGS21QY2BO6_PCrKLSwgIsLsi47c7RzGgNsfe2ZQ,1919
|
|
105
|
-
machineconfig/scripts/python/cloud_mount.py,sha256=QYcRZpgjd2hPMkx3qJ1UXQYu1rnpbiLa-X4HfmP2Ztw,1979
|
|
106
|
-
machineconfig/scripts/python/cloud_repo_sync.py,sha256=dxaRhiQEXBoCK-zCXw0hUBZBvxfcFZvAACfuZpNzz2Q,6147
|
|
107
|
-
machineconfig/scripts/python/cloud_rx.py,sha256=4is43cGWF6vg5BkmIGNY1uR631wFljBTZFwfGApcWCc,2252
|
|
108
|
-
machineconfig/scripts/python/cloud_sx.py,sha256=Cu8MgyXo6_XK5xiwyVG36tSN5su9RCXw1GL-P63AM5s,1980
|
|
109
|
-
machineconfig/scripts/python/cloud_sync.py,sha256=CDBF_NmO5q16f40LkpzyP2gNz92m1sL8fDGks1Vz98U,3443
|
|
110
|
-
machineconfig/scripts/python/devops.py,sha256=qSQyOIm0xmC9zqYtjAx0txmkuY8LLTNrm3KK8zepyOo,3901
|
|
111
|
-
machineconfig/scripts/python/devops_add_identity.py,sha256=C5uSolIDtrGo1_yIv_KNDzR8cklYJMvI1iYUOgos-hQ,1462
|
|
112
|
-
machineconfig/scripts/python/devops_add_ssh_key.py,sha256=w_QHrLuPtUgkB3eZ2z960L-ZQRC2_PrGzW_AqFaxLrk,2527
|
|
113
|
-
machineconfig/scripts/python/devops_backup_retrieve.py,sha256=Hz3IOJyzT6PpG-8DIt-W8Wyu1JUpGnTgUr-T5d0JBbY,2201
|
|
114
|
-
machineconfig/scripts/python/devops_devapps_install.py,sha256=vxuKExMKwMCNf15ZkXlStNs5H1I8iWfLx3kMXygmjfg,4488
|
|
115
|
-
machineconfig/scripts/python/devops_update_repos.py,sha256=TXz5lS6uhYFQijCWmFNCvUeJbXwo8jKkpivkWt0dmK0,2541
|
|
116
|
-
machineconfig/scripts/python/dotfile.py,sha256=oYd5Xuli6qXUdTo2hGTLiUUmeJX3n2SBvjL-B4Vqemw,1568
|
|
117
|
-
machineconfig/scripts/python/fire_jobs.py,sha256=kFw4F4_M8zKX1fgPPp8f2qDxhzzhF83Xm_F1eBeza40,4982
|
|
118
|
-
machineconfig/scripts/python/ftprx.py,sha256=N5AIh8Gqv4a5ybUVWX5xIQU_dHoDDtf0rP8EB5wQrIg,1477
|
|
119
|
-
machineconfig/scripts/python/ftpsx.py,sha256=-AChsIrKICRUDHLfeCYz3H2EGdSFooVWKQLo151hSNc,1343
|
|
120
|
-
machineconfig/scripts/python/im2text.py,sha256=ZaUNFz0mhLclo475Wkk_MGz3aUvBwSu_u8P8zHMKE-M,558
|
|
121
|
-
machineconfig/scripts/python/mount_nfs.py,sha256=kXTcWPD0Hc-G2eSiPEKVdorliM6jmax4S5ugdPCLolM,36
|
|
122
|
-
machineconfig/scripts/python/mount_ssh.py,sha256=u2SOmd8NNCI0PJhTzUoypv2mBNs_YMM-VfMytaMEZqI,463
|
|
123
|
-
machineconfig/scripts/python/onetimeshare.py,sha256=OVy7W-SUJide26aibCXCW8EqTImdlYvvZgV5g23gCvA,1396
|
|
124
|
-
machineconfig/scripts/python/pomodoro.py,sha256=t2ucEgJ8_4i8412ABYsXxx3hR0cUGGJKf3-4mXVsbaM,1920
|
|
125
|
-
machineconfig/scripts/python/repos.py,sha256=IEvmX2Jiux76h7YaB1vipE-HTndRYXiVE7yCmpnmBd8,5813
|
|
126
|
-
machineconfig/scripts/python/snapshot.py,sha256=gdZwafBmqhJR1V3GFZGkjyI7DaXlOpKv_lYdHMX_l1s,641
|
|
127
|
-
machineconfig/scripts/python/tmate_conn.py,sha256=2LDDTcL8zHmn-tDU02Czy6FrXE7xpQrCe_YdsBC0Jo8,821
|
|
128
|
-
machineconfig/scripts/python/tmate_start.py,sha256=CVtsJdMuAuSi9DZy52k5DSVC3k2a8KEiBIcCCU4eC0U,933
|
|
129
|
-
machineconfig/scripts/python/transfer_wsl_win.py,sha256=0oSLsoW6KL4yspOM-NURZCeC0JdkV6-JzT3J4qlyzh4,1945
|
|
130
|
-
machineconfig/scripts/python/wifi_conn.py,sha256=P0bZnBNIRI_ItW752tjp_B1PmigG7YJCFw0_olCAoec,2009
|
|
131
|
-
machineconfig/scripts/python/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
132
|
-
machineconfig/scripts/python/archive/bu_gdrive_rx.py,sha256=hbtmLWXDNEH6dALTKCOI5Tn-CZoVbqWlC_ods2F-d9o,2070
|
|
133
|
-
machineconfig/scripts/python/archive/bu_gdrive_sx.py,sha256=ObRoMXOCqdX_nZW_jYNA8BgkOt7MiYq_gJW1rGofpNg,2246
|
|
134
|
-
machineconfig/scripts/python/archive/bu_onedrive_rx.py,sha256=c4_JPc1Z0mrIKPtggVZQT4tQlg6pa0fpGJFkvneicu0,2996
|
|
135
|
-
machineconfig/scripts/python/archive/bu_onedrive_sx.py,sha256=PPlaMQXkb2gDJRp4_piUmBJS3rrzHIw9tCTBgJYZIrc,2291
|
|
136
|
-
machineconfig/setup_windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
137
|
-
machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
138
|
-
machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=gtmuBBoq97RudvhYz4VwwWyc7Q7pbuNUKSaqzgxDP-Y,2242
|
|
139
|
-
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=knhTUMbCoGvyiCLrGj_urYtzLvtQMbP19rL_IrEJyZk,6097
|
|
140
|
-
machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
141
|
-
machineconfig/utils/procs.py,sha256=CQHTqsRTgnLGyCL-GJ4-bWx2Dzop1u9fRmnRpfrxog4,2969
|
|
142
|
-
machineconfig/utils/to_exe.py,sha256=3v9SgkTkQWa_NBh2qXtdYEStMH9a6VrMvqQsrEnZI1U,205
|
|
143
|
-
machineconfig/utils/utils.py,sha256=G_Jldzf-jkG6FiN4E5r-5jxjlcgHX184KN0fNtav7Xg,12285
|
|
144
|
-
machineconfig-1.5.dist-info/METADATA,sha256=6hJ5DpL5laD4o9UwbBDT5txCoBh4Z7MtkYZkDB_IwOk,5310
|
|
145
|
-
machineconfig-1.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
146
|
-
machineconfig-1.5.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
147
|
-
machineconfig-1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|