machineconfig 2.3__py3-none-any.whl → 2.5__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 +30 -0
- machineconfig/jobs/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/scripts/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/scripts/linux/checkout_versions +1 -7
- machineconfig/scripts/linux/choose_wezterm_theme +1 -7
- machineconfig/scripts/linux/cloud_copy +1 -8
- machineconfig/scripts/linux/cloud_manager +1 -7
- machineconfig/scripts/linux/cloud_mount +1 -23
- machineconfig/scripts/linux/cloud_repo_sync +1 -21
- machineconfig/scripts/linux/cloud_sync +1 -23
- machineconfig/scripts/linux/croshell +1 -23
- machineconfig/scripts/linux/devops +1 -23
- machineconfig/scripts/linux/fire +1 -27
- machineconfig/scripts/linux/fire_agents +1 -26
- machineconfig/scripts/linux/ftpx +1 -7
- machineconfig/scripts/linux/gh_models +1 -10
- machineconfig/scripts/linux/kill_process +1 -9
- machineconfig/scripts/linux/mcinit +1 -26
- machineconfig/scripts/linux/mount_nfs +1 -13
- machineconfig/scripts/linux/repos +1 -23
- machineconfig/scripts/linux/scheduler +1 -7
- machineconfig/scripts/linux/start_slidev +1 -22
- machineconfig/scripts/linux/start_terminals +1 -10
- machineconfig/scripts/linux/url2md +1 -9
- machineconfig/scripts/linux/wifi_conn +1 -23
- machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/scripts/python/__pycache__/croshell.cpython-313.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc +0 -0
- machineconfig/scripts/python/cloud_mount.py +4 -2
- machineconfig/scripts/python/cloud_repo_sync.py +5 -2
- machineconfig/scripts/python/cloud_sync.py +4 -2
- machineconfig/scripts/python/croshell.py +5 -3
- machineconfig/scripts/python/devops.py +2 -2
- machineconfig/scripts/python/fire_jobs.py +10 -8
- machineconfig/scripts/python/mount_nfs.py +12 -8
- machineconfig/scripts/python/mount_nw_drive.py +6 -6
- machineconfig/scripts/python/mount_ssh.py +4 -2
- machineconfig/scripts/python/start_slidev.py +4 -2
- machineconfig/scripts/python/start_terminals.py +4 -2
- machineconfig/scripts/windows/checkout_version.ps1 +1 -4
- machineconfig/scripts/windows/choose_wezterm_theme.ps1 +1 -18
- machineconfig/scripts/windows/cloud_copy.ps1 +1 -13
- machineconfig/scripts/windows/cloud_manager.ps1 +1 -8
- machineconfig/scripts/windows/cloud_mount.ps1 +1 -25
- machineconfig/scripts/windows/cloud_repo_sync.ps1 +1 -7
- machineconfig/scripts/windows/cloud_sync.ps1 +1 -21
- machineconfig/scripts/windows/croshell.ps1 +1 -40
- machineconfig/scripts/windows/dotfile.ps1 +1 -7
- machineconfig/scripts/windows/ftpx.ps1 +1 -5
- machineconfig/scripts/windows/kill_process.ps1 +1 -7
- machineconfig/scripts/windows/mcinit.ps1 +1 -4
- machineconfig/scripts/windows/mount_ssh.ps1 +1 -5
- machineconfig/scripts/windows/pomodoro.ps1 +1 -8
- machineconfig/scripts/windows/repos.ps1 +1 -27
- machineconfig/scripts/windows/scheduler.ps1 +1 -6
- machineconfig/scripts/windows/snapshot.ps1 +1 -5
- machineconfig/scripts/windows/start_slidev.ps1 +1 -21
- machineconfig/scripts/windows/start_terminals.ps1 +1 -22
- machineconfig/scripts/windows/wifi_conn.ps1 +1 -5
- machineconfig/scripts/windows/wsl_windows_transfer.ps1 +1 -5
- machineconfig/settings/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/utils/code.py +5 -5
- machineconfig/utils/source_of_truth.py +2 -2
- {machineconfig-2.3.dist-info → machineconfig-2.5.dist-info}/METADATA +1 -1
- {machineconfig-2.3.dist-info → machineconfig-2.5.dist-info}/RECORD +75 -72
- machineconfig-2.5.dist-info/entry_points.txt +20 -0
- machineconfig/scripts/linux/archive/tmate_conn +0 -12
- machineconfig/scripts/linux/archive/tmate_start +0 -12
- machineconfig/scripts/linux/archive/transfer_wsl_win +0 -5
- machineconfig/scripts/windows/archive/gource2vid.ps1 +0 -14
- machineconfig/scripts/windows/archive/im2text.ps1 +0 -27
- machineconfig/scripts/windows/archive/secure_pull.ps1 +0 -46
- machineconfig/scripts/windows/archive/secure_push.ps1 +0 -85
- machineconfig/scripts/windows/archive/tmate_conn.ps1 +0 -7
- machineconfig/scripts/windows/py2exe.ps1 +0 -10
- machineconfig/scripts/windows/utils/op_script_delete.ps1 +0 -7
- machineconfig-2.3.dist-info/entry_points.txt +0 -2
- {machineconfig-2.3.dist-info → machineconfig-2.5.dist-info}/WHEEL +0 -0
- {machineconfig-2.3.dist-info → machineconfig-2.5.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
machineconfig/__init__.py,sha256
|
|
1
|
+
machineconfig/__init__.py,sha256=-tZH4o0r1HULXXzqvbpWsic_nRlrzZB-OngfXrqg7Vc,733
|
|
2
2
|
machineconfig/logger.py,sha256=XLckvZ8cPDpC5v75ESP3YNTputIrDYuvoYisj0YZtGw,1415
|
|
3
3
|
machineconfig/cluster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
machineconfig/cluster/remote/cloud_manager.py,sha256=DCkA0XCOrhdBzPJ8M0_V1TuY8Mj7MW82iHr9NN3luxU,26037
|
|
@@ -41,6 +41,7 @@ machineconfig/cluster/templates/run_cluster.py,sha256=ZFNl4EDybicedWKX5qBwSSeKKf
|
|
|
41
41
|
machineconfig/cluster/templates/run_remote.py,sha256=vCc56t8BUAUJp7tyb0PFfwy5hlmIdRdzcjlpP9gcLdc,3247
|
|
42
42
|
machineconfig/cluster/templates/utils.py,sha256=hrtaDkGxl9p9SAdPz46ppTtbrIW2OonsO42DEA-qoS8,1646
|
|
43
43
|
machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
|
+
machineconfig/jobs/__pycache__/__init__.cpython-313.pyc,sha256=ILRSMYxczieYNQw-Ky2yADpR-S-yJQbHS_PxNTlXfl0,161
|
|
44
45
|
machineconfig/jobs/linux/msc/cli_agents.sh,sha256=X94rDsNHokIWQyHUQu0n2d0AbR39ak-nw4PbrUsJr7w,377
|
|
45
46
|
machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
|
|
46
47
|
machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
|
|
@@ -59,6 +60,7 @@ machineconfig/jobs/python_custom_installers/docker.py,sha256=YqUVDtTbcTLTImyypJc
|
|
|
59
60
|
machineconfig/jobs/python_custom_installers/gh.py,sha256=Z5MP0fdIdTuTXibRq6FmcyiQJ2I-1vMEPOKNB79JF0M,2507
|
|
60
61
|
machineconfig/jobs/python_custom_installers/hx.py,sha256=0rdkIyj-kiT-GTF0nMiBRqQ3_RafksgqgpgKXyUScc8,5551
|
|
61
62
|
machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=IGuMJYOKPZYDqQNUro9thF3fklXsjpIoHPQykmWmI9Y,1970
|
|
63
|
+
machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-313.pyc,sha256=Nj8U4X3NaARZ0b9zyaAysFk8-EbFQP4_5KKUWlarkEM,186
|
|
62
64
|
machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=DtMXSoRgcS-DuelTwqUiP0zaC0eA7vsToRRo0CMmc4U,1696
|
|
63
65
|
machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=_yyUIn9ySM5tngdRcauJLZtfIR2tMCSBDZUVBYgKP70,761
|
|
64
66
|
machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=JkFJk9GpYSshtHs8tF--qQd0pP7bly7J8wYag-XT-v0,1878
|
|
@@ -88,10 +90,12 @@ machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVN
|
|
|
88
90
|
machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
|
|
89
91
|
machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
90
92
|
machineconfig/jobs/python_generic_installers/config.json,sha256=dkrLpAs-xJ1gvpFd42yuWGoRkkE1MG-8fAhrMNrxt34,20678
|
|
93
|
+
machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc,sha256=n3gkN0Ys3GNdIHVxQBcqvDpKGKOXRDTRxV1TWIZ5dsg,187
|
|
91
94
|
machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
|
|
92
95
|
machineconfig/jobs/python_generic_installers/dev/config.json,sha256=dKzCQNuQigcuTGw1uvhHkhG-kvp2UPHpv0X6XOTYtBE,29760
|
|
93
96
|
machineconfig/jobs/python_linux_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
97
|
machineconfig/jobs/python_linux_installers/config.json,sha256=rn2mss51IgiAKKmhPdQ0nmTC_aPFm-6rIfHdCBlEFBE,5324
|
|
98
|
+
machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-313.pyc,sha256=GQsLPTy1kOgdFSvT1V-cJSbcawyaFpzL_hnTBooQbp0,185
|
|
95
99
|
machineconfig/jobs/python_linux_installers/archive/config.json,sha256=haf6H05bW2AC-CptfZBeNeMoQK60w8iWmCZ2aDiL4O0,302
|
|
96
100
|
machineconfig/jobs/python_linux_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
101
|
machineconfig/jobs/python_linux_installers/dev/config.json,sha256=IxlCuMfWX-SWCnQxQN5JBlxDIAHPvZRlSFbszqERj2w,9951
|
|
@@ -118,58 +122,56 @@ machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0
|
|
|
118
122
|
machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
|
|
119
123
|
machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
|
|
120
124
|
machineconfig/scripts/__init__.py,sha256=v0cMjnaIo39C3ltLiTf1S0fCTMAqWtEU7zrVenUj4PQ,71
|
|
125
|
+
machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=CeuCbS3dXPoxqWgpfgFFM97BtcXpCY4rGXqqxj9E1FY,244
|
|
121
126
|
machineconfig/scripts/cloud/init.sh,sha256=yNsseCLMceO50Eg72ra6_NIJCxkGZmpmos1EXe-mvzY,4649
|
|
122
|
-
machineconfig/scripts/linux/checkout_versions,sha256=
|
|
123
|
-
machineconfig/scripts/linux/choose_wezterm_theme,sha256=
|
|
124
|
-
machineconfig/scripts/linux/cloud_copy,sha256=
|
|
125
|
-
machineconfig/scripts/linux/cloud_manager,sha256
|
|
126
|
-
machineconfig/scripts/linux/cloud_mount,sha256=
|
|
127
|
-
machineconfig/scripts/linux/cloud_repo_sync,sha256=
|
|
128
|
-
machineconfig/scripts/linux/cloud_sync,sha256=
|
|
129
|
-
machineconfig/scripts/linux/croshell,sha256=
|
|
130
|
-
machineconfig/scripts/linux/devops,sha256=
|
|
131
|
-
machineconfig/scripts/linux/fire,sha256=
|
|
132
|
-
machineconfig/scripts/linux/fire_agents,sha256=
|
|
133
|
-
machineconfig/scripts/linux/ftpx,sha256=
|
|
127
|
+
machineconfig/scripts/linux/checkout_versions,sha256=YI7wWTSni6rzzMJPh0jPMyzofggvR9yusbe3T3cJsK8,125
|
|
128
|
+
machineconfig/scripts/linux/choose_wezterm_theme,sha256=VdGl9_tjnxkqePuSO01VOTxhUjEH3eKaTmKKYkvO0t8,171
|
|
129
|
+
machineconfig/scripts/linux/cloud_copy,sha256=H_h-AB_A39vsIk8WMlIazzKCPXOcqhqEwkMETTPUsoo,116
|
|
130
|
+
machineconfig/scripts/linux/cloud_manager,sha256=-zHU7E0WefS18YK8MY2MnYrNsyioHNHmRDHbki-eXmE,123
|
|
131
|
+
machineconfig/scripts/linux/cloud_mount,sha256=xkgAkZ7_58IwlpiWq9K1qoQsAl2cZTTGfb6p6S2cVUg,118
|
|
132
|
+
machineconfig/scripts/linux/cloud_repo_sync,sha256=zBGuwnDMurdC--Ovhz9-zxlEzMxTTE4ygZAp1U3NjY8,125
|
|
133
|
+
machineconfig/scripts/linux/cloud_sync,sha256=XA69wzQ3iQGleGTpc5pe0tUvlqWI4qwSLXPtva-_ryo,117
|
|
134
|
+
machineconfig/scripts/linux/croshell,sha256=wL9wJA0UObjhgwmOMQ49tihWusYZEAKrycoZ7Z3LsAQ,115
|
|
135
|
+
machineconfig/scripts/linux/devops,sha256=nh469ECbEcGaCvYgdVaJvgE9moYl_4SkSvTujn4_Zkk,91
|
|
136
|
+
machineconfig/scripts/linux/fire,sha256=Uj8jOlU55j6QcCsB-WPy1U9LAhteP6yfeDlTVyiF0B8,116
|
|
137
|
+
machineconfig/scripts/linux/fire_agents,sha256=Oe71s6NJMacgFy3iUZmjwy1cpbUTAr0miGJlg3Ap2Qg,118
|
|
138
|
+
machineconfig/scripts/linux/ftpx,sha256=nM6XL6gz336A-ejkHJ2pQsaJ1BZxhz0lqEkzpRFDZzU,114
|
|
134
139
|
machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
|
|
135
140
|
machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
|
|
136
141
|
machineconfig/scripts/linux/fzffg,sha256=jjeeyFkWmBbwH2taRqC3EOzZep2KR-ZYoI4UI-5kHqg,1090
|
|
137
142
|
machineconfig/scripts/linux/fzfg,sha256=ClGnJZUsIk4y0qs3W5iXGo-nd0FaqAHMsnh8uoXQFy8,1190
|
|
138
143
|
machineconfig/scripts/linux/fzfrga,sha256=xSdws6ae28ZXkkqz_uupZ0MYw_vxE2qpLT2DLS3WITM,460
|
|
139
|
-
machineconfig/scripts/linux/gh_models,sha256=
|
|
140
|
-
machineconfig/scripts/linux/kill_process,sha256=
|
|
141
|
-
machineconfig/scripts/linux/mcinit,sha256=
|
|
144
|
+
machineconfig/scripts/linux/gh_models,sha256=O3oIv997xNR10WSZCI19wltBvrBl2CihIVsoQcruNGs,116
|
|
145
|
+
machineconfig/scripts/linux/kill_process,sha256=eOpiDO2x7Pc4IB2euPH1ft0DE_ghLxhajE4AaB7dhuc,163
|
|
146
|
+
machineconfig/scripts/linux/mcinit,sha256=LEqZ5RrELEkhfeQaL-7uKTAJpvhuCYyEKnNnJA_rYVI,116
|
|
142
147
|
machineconfig/scripts/linux/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
|
|
143
|
-
machineconfig/scripts/linux/mount_nfs,sha256=
|
|
148
|
+
machineconfig/scripts/linux/mount_nfs,sha256=pPLKnxevjJWw6m200GnP-RqnVSA1YAxE6tnnb_uIN1U,1847
|
|
144
149
|
machineconfig/scripts/linux/mount_nw_drive,sha256=fZWV2x7Slne2c0NU-65qXBmTIeJNvjAHY-NqkDgoq1U,2527
|
|
145
150
|
machineconfig/scripts/linux/mount_smb,sha256=7UN5EP1kuxYL_-CnyaH4f9Wuu2CgALDZpJ0mPcdvCiY,94
|
|
146
151
|
machineconfig/scripts/linux/programs,sha256=KlKTLhreJ0CRHvtm61ilOtVm8VUia7gb0zWD1IP6rNY,472
|
|
147
|
-
machineconfig/scripts/linux/repos,sha256=
|
|
148
|
-
machineconfig/scripts/linux/scheduler,sha256=
|
|
152
|
+
machineconfig/scripts/linux/repos,sha256=MWm-BaQ6SE7hBGga4H4p6w8GGhf0LHA0jIfOGgS3MYE,112
|
|
153
|
+
machineconfig/scripts/linux/scheduler,sha256=eE09LVk2JqtnS0hWcuCPLIAvij2a-JhkNBrISICQDCY,116
|
|
149
154
|
machineconfig/scripts/linux/share_cloud.sh,sha256=75IzCm7Nob1wO-zlfaNyPPod1IjAsVCG5lcMFdXmiI4,3010
|
|
150
155
|
machineconfig/scripts/linux/share_nfs,sha256=LDQZQ9TV7z2y7RtNHiO4Wb513MztyGjaAV-GzTGwUdc,1374
|
|
151
156
|
machineconfig/scripts/linux/share_smb,sha256=HZX8BKgMlS9JzkGIYnxTsPvoxEBBuVLVkqzR3pmGFGY,20
|
|
152
157
|
machineconfig/scripts/linux/skrg,sha256=JgQJGwxaChr148bDnpTB0rrqZMe2o2zGSDA9x_oUhWM,133
|
|
153
158
|
machineconfig/scripts/linux/start_docker,sha256=_yDN_PPqgzSUnPT7dmniMTpL4IfeeaGy1a2OL3IJlDU,525
|
|
154
|
-
machineconfig/scripts/linux/start_slidev,sha256=
|
|
155
|
-
machineconfig/scripts/linux/start_terminals,sha256=
|
|
159
|
+
machineconfig/scripts/linux/start_slidev,sha256=NDusHTerKrG8QtG0oRXNCl9WCgDHeSoZLkEShPnSSvs,119
|
|
160
|
+
machineconfig/scripts/linux/start_terminals,sha256=ZqPK5OEJUQYecZiSce3ao_EpYKPgQgMlSBRMGi-XxXw,195
|
|
156
161
|
machineconfig/scripts/linux/switch_ip,sha256=NQfeKMBSbFY3eP6M-BadD-TQo5qMP96DTp77KHk2tU8,613
|
|
157
|
-
machineconfig/scripts/linux/url2md,sha256=
|
|
162
|
+
machineconfig/scripts/linux/url2md,sha256=HJzzSf7xlIE5mMqeYn9_3Jr_LjueyvP9GkwDS92YoyQ,107
|
|
158
163
|
machineconfig/scripts/linux/warp-cli.sh,sha256=shFFZ9viet_DSEEHT8kxlGRHoJpO6o85pKYnc3rIkaA,3868
|
|
159
|
-
machineconfig/scripts/linux/wifi_conn,sha256=
|
|
164
|
+
machineconfig/scripts/linux/wifi_conn,sha256=qKUj1v6W1zGzA03wIzsT6a0NcmPNBSyiw69TwwFRmnk,108
|
|
160
165
|
machineconfig/scripts/linux/z_ls,sha256=ATZtu0ccN3AKvAOxkwLq1xgQjJ3en5byEWJ3Q8afnNg,3340
|
|
161
|
-
machineconfig/scripts/linux/archive/tmate_conn,sha256=mDymJCJ-scdYhoG06EAMncjoSAj8irg3YqZzP69vLgI,378
|
|
162
|
-
machineconfig/scripts/linux/archive/tmate_start,sha256=eyaknKoVb-XtJnZcfB0CCxm9z9zkD0dsuIDeFLKbIO8,452
|
|
163
|
-
machineconfig/scripts/linux/archive/transfer_wsl_win,sha256=KzSaO4CWbuM6UNoNasdJhaWWjRhN0lWIiJrBZMmONz0,137
|
|
164
166
|
machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
165
167
|
machineconfig/scripts/python/choose_wezterm_theme.py,sha256=xCDLLJKlYNOQ0tOZ4cgkBN5hTPGn-0llkyupmoN2rb8,3320
|
|
166
168
|
machineconfig/scripts/python/cloud_copy.py,sha256=NjUOKztK5zHzK9krTPgyZCCVohooZNF48EGJ96kfIVw,8547
|
|
167
169
|
machineconfig/scripts/python/cloud_manager.py,sha256=MAVOKqXGxnlMaQGEv6k-q_PrgN0at6J8qQDhPiH2lI8,3488
|
|
168
|
-
machineconfig/scripts/python/cloud_mount.py,sha256=
|
|
169
|
-
machineconfig/scripts/python/cloud_repo_sync.py,sha256
|
|
170
|
-
machineconfig/scripts/python/cloud_sync.py,sha256=
|
|
171
|
-
machineconfig/scripts/python/croshell.py,sha256=
|
|
172
|
-
machineconfig/scripts/python/devops.py,sha256=
|
|
170
|
+
machineconfig/scripts/python/cloud_mount.py,sha256=QdokpaQ31S5oVBsZTApVNXbquWfJL1I4ULKVyGiDO_U,6802
|
|
171
|
+
machineconfig/scripts/python/cloud_repo_sync.py,sha256=-aGiNw-K706vcuVwsuBXUL2FMHpa6OnHiKIIaydAt38,9940
|
|
172
|
+
machineconfig/scripts/python/cloud_sync.py,sha256=UVxFG2mRARU0CEU51RvdjyR4vxxF8bemzmDgWvZ9SRs,3858
|
|
173
|
+
machineconfig/scripts/python/croshell.py,sha256=u9VgF4BnlWUDzpuYy4ScYy2wCyLqOzE-qnqArBEeFNo,9559
|
|
174
|
+
machineconfig/scripts/python/devops.py,sha256=Ss38XnmiG5_T46az6iEyotq8M5JChUYKXZ56UJA6IXk,8331
|
|
173
175
|
machineconfig/scripts/python/devops_add_identity.py,sha256=gYcRzUZGr-truU2l5iPLEiWSZpKLzz5a6v5VPrEMVwg,3869
|
|
174
176
|
machineconfig/scripts/python/devops_add_ssh_key.py,sha256=D66vyl4NnvwL306yJXSFI4ht0sz-m9yczuBf82VCodo,6760
|
|
175
177
|
machineconfig/scripts/python/devops_backup_retrieve.py,sha256=noN0pgZkj7wdQSZpyCOKYVV_npcKn1CkXtqt1l2QO4w,6201
|
|
@@ -177,27 +179,32 @@ machineconfig/scripts/python/devops_devapps_install.py,sha256=HrKa1mSwMXtdFPOy4L
|
|
|
177
179
|
machineconfig/scripts/python/devops_update_repos.py,sha256=q8mCIqCYsJdGCf4sBUeVe6hJIQX4pGLYPAF3rDpTQZI,11221
|
|
178
180
|
machineconfig/scripts/python/dotfile.py,sha256=miL8mQH2AqPdnHSz0Cxa7qQavaOmzTD9DAF66H2PRzA,2259
|
|
179
181
|
machineconfig/scripts/python/fire_agents.py,sha256=VhmB_onoLYRAqqaEUV2UJytxQQBb_0d0j6KCTkUMW7c,9358
|
|
180
|
-
machineconfig/scripts/python/fire_jobs.py,sha256=
|
|
182
|
+
machineconfig/scripts/python/fire_jobs.py,sha256=V6ULEOyBaNzhHxeYmpOEyVI-VFBcSrFvUiFlxyXvc10,16566
|
|
181
183
|
machineconfig/scripts/python/fire_jobs_args_helper.py,sha256=TfCKSExGZhYrZ6JmXIHsd0wpNSWcKeLeRh9gFR3FG-M,4330
|
|
182
184
|
machineconfig/scripts/python/fire_jobs_layout_helper.py,sha256=Ph3nc6_-Q80xJNqTspWUN1SVxzA6afGHDnWUlgQykZw,3226
|
|
183
185
|
machineconfig/scripts/python/fire_jobs_streamlit_helper.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
184
186
|
machineconfig/scripts/python/ftpx.py,sha256=WQ-6Z043q3yQOgWQV9g-R5QjouilWC0grOc6hydvbvg,9914
|
|
185
187
|
machineconfig/scripts/python/get_zellij_cmd.py,sha256=e35-18hoXM9N3PFbvbizfkNY_-63iMicieWE3TbGcCQ,576
|
|
186
188
|
machineconfig/scripts/python/gh_models.py,sha256=3BLfW25mBRiPO5VKtVm-nMlKLv-PaZDw7mObajq6F6M,5538
|
|
187
|
-
machineconfig/scripts/python/mount_nfs.py,sha256=
|
|
188
|
-
machineconfig/scripts/python/mount_nw_drive.py,sha256=
|
|
189
|
-
machineconfig/scripts/python/mount_ssh.py,sha256=
|
|
189
|
+
machineconfig/scripts/python/mount_nfs.py,sha256=v1vhxzpNJSVLdkGkdC84pV7T32xmoVCTMLFbsxe8SA8,3314
|
|
190
|
+
machineconfig/scripts/python/mount_nw_drive.py,sha256=_7Rq-OGdJ8eYivESqGqdtWfSERuZd-E4w_glMBaCY7Q,1550
|
|
191
|
+
machineconfig/scripts/python/mount_ssh.py,sha256=uALax_ZVKihspQF6TuUtvtoAo-VRHCkdKQ7N9GRcry8,2234
|
|
190
192
|
machineconfig/scripts/python/onetimeshare.py,sha256=bmGsNnskym5OWfIhpOfZG5jq3m89FS0a6dF5Sb8LaZM,2539
|
|
191
193
|
machineconfig/scripts/python/pomodoro.py,sha256=SPkfeoZGv8rylGiOyzQ7UK3aXZ3G2FIOuGkSuBUggOI,2019
|
|
192
194
|
machineconfig/scripts/python/repos.py,sha256=rlUff2c_hyJZ-6WXQ6goKhOt4n7k0pP_Gq0V8Z6IVIg,18076
|
|
193
195
|
machineconfig/scripts/python/scheduler.py,sha256=7IBjMMOHMkklcWzYwz93EH9XzbJ5uPqU03bJ_lYbRNo,3083
|
|
194
196
|
machineconfig/scripts/python/snapshot.py,sha256=aDvKeoniZaeTSNv9zWBUajaj2yagAxVdfuvO1_tgq5Y,1026
|
|
195
|
-
machineconfig/scripts/python/start_slidev.py,sha256=
|
|
196
|
-
machineconfig/scripts/python/start_terminals.py,sha256=
|
|
197
|
+
machineconfig/scripts/python/start_slidev.py,sha256=MPCN0JgRzOAXywj6n9s0iZYcLFAscP-eOPQvkUyElRA,4525
|
|
198
|
+
machineconfig/scripts/python/start_terminals.py,sha256=HaHv5EqeSos1XtlmVD9gMjZVgkSPS5mmx2lJbM4d7zE,6206
|
|
197
199
|
machineconfig/scripts/python/viewer.py,sha256=heQNjB9fwn3xxbPgMofhv1Lp6Vtkl76YjjexWWBM0pM,2041
|
|
198
200
|
machineconfig/scripts/python/viewer_template.py,sha256=ve3Q1-iKhCLc0VJijKvAeOYp2xaFOeIOC_XW956GWCc,3944
|
|
199
201
|
machineconfig/scripts/python/wifi_conn.py,sha256=2FJ4srVthGHsy3KSXpvndAyVkNO8n_XeSgVRnd_PjZA,15576
|
|
200
202
|
machineconfig/scripts/python/wsl_windows_transfer.py,sha256=RfSf5SJejnqrg36YfXSwu52ceEW77uNP4WC6QQUyRTA,3650
|
|
203
|
+
machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=8muD9pM0PjydSqWOb5Vt0PqZMDLWVx8tiv4rTzca3_Q,171
|
|
204
|
+
machineconfig/scripts/python/__pycache__/croshell.cpython-313.pyc,sha256=JU3-6dV9_1yhVRi3xZtc5mZCv63kAdrHGXArv4BtBxQ,9923
|
|
205
|
+
machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc,sha256=NNA2Z-b903hVbpUzJ3mYZk-iBSwz-5dA-nGcdRtMC9A,11377
|
|
206
|
+
machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc,sha256=skO38_AvgQK8k3-IM0kIR5jcWy5XtHVd8-VeOV4o6ig,8616
|
|
207
|
+
machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc,sha256=Tf5urpeVHjZpFdyZjakvxZ2HuiPrmVoVMnXg8B1SDmA,12175
|
|
201
208
|
machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
202
209
|
machineconfig/scripts/python/ai/generate_files.py,sha256=Vfjgd0skJu-WTgqUxmOVFzaNMfSFBaFmY5oGGVY7MZY,2860
|
|
203
210
|
machineconfig/scripts/python/ai/mcinit.py,sha256=IuUclOpQ0-5YJ4AghbPCglyMi6DPtP0zqIOhB-28wmQ,5251
|
|
@@ -218,54 +225,48 @@ machineconfig/scripts/python/helpers/helpers2.py,sha256=TU1sA0GKNXHXT1_0y8piBLT_
|
|
|
218
225
|
machineconfig/scripts/python/helpers/helpers4.py,sha256=SFYfxRleEq3gIbffIxFM8d1Ra5zNheUuTIOi2iBsqlE,7708
|
|
219
226
|
machineconfig/scripts/python/helpers/helpers5.py,sha256=dPBvA9Tcyx9TMgM6On49A1CueGMhBdRzikDnlJGf3J0,1123
|
|
220
227
|
machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=c4IkoVQMGkO-D00-q2YE6Jvte39jDHsOBr2sr0c7y5Q,5331
|
|
221
|
-
machineconfig/scripts/windows/checkout_version.ps1,sha256=
|
|
222
|
-
machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=
|
|
223
|
-
machineconfig/scripts/windows/cloud_copy.ps1,sha256=
|
|
224
|
-
machineconfig/scripts/windows/cloud_manager.ps1,sha256=
|
|
225
|
-
machineconfig/scripts/windows/cloud_mount.ps1,sha256=
|
|
226
|
-
machineconfig/scripts/windows/cloud_repo_sync.ps1,sha256=
|
|
227
|
-
machineconfig/scripts/windows/cloud_sync.ps1,sha256=
|
|
228
|
-
machineconfig/scripts/windows/croshell.ps1,sha256=
|
|
228
|
+
machineconfig/scripts/windows/checkout_version.ps1,sha256=eoS2vhsLA5EgBltTyTxIZOZXOL2cOGxCqL1t66SmKlA,105
|
|
229
|
+
machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=xT_wwdfeiciG2jGzYPNWXNi3WUOfXEmHENcYAubEhhE,122
|
|
230
|
+
machineconfig/scripts/windows/cloud_copy.ps1,sha256=ziTz7jBwt8jh68wEezpE6yawwC5whg6EBw5egrshd28,98
|
|
231
|
+
machineconfig/scripts/windows/cloud_manager.ps1,sha256=FY2XebgmqtK6HW0Uz1fXv6k5x6bybIeKSBN7OL9TFjo,104
|
|
232
|
+
machineconfig/scripts/windows/cloud_mount.ps1,sha256=JR_h_lpKrWCHwsd-zKO3GjuwnC7D0a8SRluzj-y3II0,98
|
|
233
|
+
machineconfig/scripts/windows/cloud_repo_sync.ps1,sha256=BKz4nrJKuws4jLFMNCJkjJJPokDrbcgYMNv5IRJ_oTk,103
|
|
234
|
+
machineconfig/scripts/windows/cloud_sync.ps1,sha256=FXh4sKxX778qlJU1-85SStwAbvei6f6N0dTScFDNvQQ,98
|
|
235
|
+
machineconfig/scripts/windows/croshell.ps1,sha256=uvEUQPAwGiI_MVmnovdEZkWBwkhCOWK4ebiGmx9luQw,96
|
|
229
236
|
machineconfig/scripts/windows/devops.ps1,sha256=UksrFjKnAd69TxpOc1qkvgpNvaqZnjRtzSIn03n_yM4,780
|
|
230
|
-
machineconfig/scripts/windows/dotfile.ps1,sha256=
|
|
237
|
+
machineconfig/scripts/windows/dotfile.ps1,sha256=ZKPHVUbQoZslNavzD8E6YL4FYmukgx44wX89noGZVCo,95
|
|
231
238
|
machineconfig/scripts/windows/fire.ps1,sha256=eMPeFtTwVoHZepD814GLlcVjNxGq1N0UKP0p6u7Aigc,1226
|
|
232
|
-
machineconfig/scripts/windows/ftpx.ps1,sha256=
|
|
239
|
+
machineconfig/scripts/windows/ftpx.ps1,sha256=8dDOBlW4HsoLtJlUSkLXtovWjPPVYx-BttixxfEOR4U,87
|
|
233
240
|
machineconfig/scripts/windows/fzfb.ps1,sha256=Bmngm2aY8hnPa3iKAOK6EPDYdKzGLUc81wYOnJhNoqg,149
|
|
234
241
|
machineconfig/scripts/windows/fzfg.ps1,sha256=CHJbMrMuZePd4dxwIwz3g4XWAEmWmckuX-Nrx2xgRkg,27
|
|
235
242
|
machineconfig/scripts/windows/fzfrga.bat,sha256=rU_KBMO6ii2EZ0akMnmDk9vpuhKSUZqkV0o8a8ywXcM,488
|
|
236
243
|
machineconfig/scripts/windows/gpt.ps1,sha256=U2EBC1vKBXqTIlzJJfd5iQ9NAk7z_i9NEbteUO1GrwY,382
|
|
237
244
|
machineconfig/scripts/windows/grep.ps1,sha256=sUP_cXtqPEWLQ8_TdGJX7_-CO6CQYTP4pA-ZmkdPLdY,49
|
|
238
|
-
machineconfig/scripts/windows/kill_process.ps1,sha256=
|
|
239
|
-
machineconfig/scripts/windows/mcinit.ps1,sha256=
|
|
245
|
+
machineconfig/scripts/windows/kill_process.ps1,sha256=U4ojKGz8kscHCdZgxRrfErEKdK17LLn9Og7XBI7ws7E,144
|
|
246
|
+
machineconfig/scripts/windows/mcinit.ps1,sha256=naQEt5kdrnpH2_bvJLdyHfNDCsRQj09DuALHEiNZRDY,97
|
|
240
247
|
machineconfig/scripts/windows/mount_nfs.ps1,sha256=mTR-KcOYJaljWzymKTbzj3jrl5EMgS33mHizU-uO7yo,2089
|
|
241
248
|
machineconfig/scripts/windows/mount_nw.ps1,sha256=puxcfZc3ZCJerm8pj8OZGVoTYkhzp-h7oV-MrksSqIE,454
|
|
242
249
|
machineconfig/scripts/windows/mount_smb.ps1,sha256=PzYWpIO9BpwXjdWlUQL9pnMRnOGNSkxfh4bHukJFme8,69
|
|
243
|
-
machineconfig/scripts/windows/mount_ssh.ps1,sha256=
|
|
250
|
+
machineconfig/scripts/windows/mount_ssh.ps1,sha256=CZ4hFrGG9GbimWtoKdhz0m7vUDjBjg1vw42pZvdDtkk,314
|
|
244
251
|
machineconfig/scripts/windows/nano.ps1,sha256=H1PNN1x3UnOCGwijgMij-K2ZM2E20sfsLTEEap-W5dQ,50
|
|
245
252
|
machineconfig/scripts/windows/neofetch.ps1,sha256=U2bcNNMv_IHz9cUZPTxC2-TetOFOsKAIi-Q9ryIgZqM,150
|
|
246
|
-
machineconfig/scripts/windows/pomodoro.ps1,sha256=
|
|
247
|
-
machineconfig/scripts/windows/py2exe.ps1,sha256=1UE_7f4bHpx3PTKxEHlhH-HXlTbPm046fvi8nJhQv3U,285
|
|
253
|
+
machineconfig/scripts/windows/pomodoro.ps1,sha256=pYH3ZtYDnOZx87yYGgAwCkwwqSwrbkVoaGSa5wu_xNw,104
|
|
248
254
|
machineconfig/scripts/windows/reload_path.ps1,sha256=81hQY18LFApVZWFiUfgMzzPH2pJ1WD1fHInfmicBZFA,217
|
|
249
|
-
machineconfig/scripts/windows/repos.ps1,sha256=
|
|
250
|
-
machineconfig/scripts/windows/scheduler.ps1,sha256=
|
|
255
|
+
machineconfig/scripts/windows/repos.ps1,sha256=iwRCt_ciAW8xzmrhL3haN4Vu4EQueIoeMBVZwK9Oayk,92
|
|
256
|
+
machineconfig/scripts/windows/scheduler.ps1,sha256=mj3NjA_uHOYE9jd3iT43tKyi3shpnVE5Fd6PeuXvGqc,97
|
|
251
257
|
machineconfig/scripts/windows/share_cloud.cmd,sha256=exD7JCdxw2LqVjw2MKCYHbVZlEqmelXtwnATng-dhJ4,1028
|
|
252
258
|
machineconfig/scripts/windows/share_nfs.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
253
259
|
machineconfig/scripts/windows/share_smb.ps1,sha256=_iJLdgm4pK6Qhz9MpgJlDKHOul38pT8F_VQXqPNBZDE,543
|
|
254
|
-
machineconfig/scripts/windows/snapshot.ps1,sha256=
|
|
255
|
-
machineconfig/scripts/windows/start_slidev.ps1,sha256=
|
|
256
|
-
machineconfig/scripts/windows/start_terminals.ps1,sha256=
|
|
260
|
+
machineconfig/scripts/windows/snapshot.ps1,sha256=o-NGW56WvrhRIj62ql-4UJMxp_XGuYoR5-8qcMr2toU,91
|
|
261
|
+
machineconfig/scripts/windows/start_slidev.ps1,sha256=z1HSXiwHj-SvcUQejBs2HHAxNdOeH4FZ3kNzj1gPq1M,99
|
|
262
|
+
machineconfig/scripts/windows/start_terminals.ps1,sha256=18Bu9S3Vff7OIbRxrcTa4UhFwiP8i_p6vnAXju4ftfE,103
|
|
257
263
|
machineconfig/scripts/windows/unlock_bitlocker.ps1,sha256=Wv-SLscdckV-1mG3p82VXKPY9zW3hgkRmcLUXIZ1daE,253
|
|
258
|
-
machineconfig/scripts/windows/wifi_conn.ps1,sha256=
|
|
264
|
+
machineconfig/scripts/windows/wifi_conn.ps1,sha256=_OQjI4Kn7g33fw4DQIx8V0ydkgPFP6pNRkmsFet2tgU,129
|
|
259
265
|
machineconfig/scripts/windows/wsl_rdp_windows_port_forwarding.ps1,sha256=dGKAoP8WsQzHiAZjD8WT1Ne8RRQU8xf9HdH9bDkihh4,1720
|
|
260
266
|
machineconfig/scripts/windows/wsl_ssh_windows_port_forwarding.ps1,sha256=dr6t49UCnMHAhA0AR4gHluN0HvS5wzyygCNmjORfknU,2715
|
|
261
|
-
machineconfig/scripts/windows/wsl_windows_transfer.ps1,sha256=
|
|
262
|
-
machineconfig/scripts/windows/archive/gource2vid.ps1,sha256=tkMdMJkvguoKhzRb2yCJr4l8W54bdIt2yHl0oPPWKxE,484
|
|
263
|
-
machineconfig/scripts/windows/archive/im2text.ps1,sha256=yf9yVPiuQoagpOc0mzFaWNmoCLckey_GmSByqk3diHQ,784
|
|
264
|
-
machineconfig/scripts/windows/archive/secure_pull.ps1,sha256=7VR6EvLmWXIqUZDQcd5nb-OYkKBOkOcCJDFJr4rhf9A,1606
|
|
265
|
-
machineconfig/scripts/windows/archive/secure_push.ps1,sha256=GeAHwy8o5lv4Cta5pNE286GPIezHbfQBsorWJsVvc1Q,2665
|
|
266
|
-
machineconfig/scripts/windows/archive/tmate_conn.ps1,sha256=D3h4FNmVSwL6fbGkG4wwIToH57yVXWlULSqyEOozS8U,193
|
|
267
|
-
machineconfig/scripts/windows/utils/op_script_delete.ps1,sha256=tX5drodmlzbM5kEYXc8oCsiWFtOlMRXouuBxX6AGsmQ,167
|
|
267
|
+
machineconfig/scripts/windows/wsl_windows_transfer.ps1,sha256=oyp7T9WgyabG6gVtyagLAxSO2gd2d4W7MlzVm8WwRrY,108
|
|
268
268
|
machineconfig/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
269
|
+
machineconfig/settings/__pycache__/__init__.cpython-313.pyc,sha256=tRO9mF8S4gAUlEngtzK4OB0x4XXu2epueVip5OgfRPk,165
|
|
269
270
|
machineconfig/settings/broot/br.sh,sha256=UoiQN5ULJqCnwVudUonZ5_sO0TEHZE8LEROgArnDD7k,1747
|
|
270
271
|
machineconfig/settings/broot/brootcd.ps1,sha256=BB8uGnoVywxFWSgwsHxlbS8V4W_Qom3L1SedekGpgWA,877
|
|
271
272
|
machineconfig/settings/broot/conf.toml,sha256=2C2ggpFR0Z-Sceu0iwHW0LFz45AjwyeCBD0PSP0VIoo,55
|
|
@@ -337,8 +338,10 @@ machineconfig/settings/shells/bash/.inputrc,sha256=KUPj9Rj1_5quvDmB7vZORN43TIv7K
|
|
|
337
338
|
machineconfig/settings/shells/bash/init.sh,sha256=EOCNg7h4roNDTappkddwy7U_0R_NKiLzbuZZ4gnmTPc,2352
|
|
338
339
|
machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
|
|
339
340
|
machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
341
|
+
machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-313.pyc,sha256=jDr5Q0qA-Ii5vez2e_aPL5XsY7SGOdSzPTMTKCoJV_8,193
|
|
340
342
|
machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
341
343
|
machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=-RINJ7SH3ieHGw2C1_ENnRitbVM9u26sUYD8kF7I3uQ,3503
|
|
344
|
+
machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-313.pyc,sha256=tnsC80HmsEa7Nan5NEfNHNdCZtGxzog9AG51EPGqTZ8,201
|
|
342
345
|
machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
|
|
343
346
|
machineconfig/settings/shells/nushell/config.nu,sha256=ug0E0NXNlCzgStScFN6VTsAkUaOTPJZB69P-LS5L2VE,1047
|
|
344
347
|
machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
|
|
@@ -390,7 +393,7 @@ machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=JsQfGAMkvirhiUm
|
|
|
390
393
|
machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=JgJZMP93xPQwr_6tsRmimOMllu-vsXn6ZgW-4ZEfRt0,4538
|
|
391
394
|
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=-XLcrpWv_iPPNTFjp5cUEGsvLrkLNMq93b0KhGX7tPw,9217
|
|
392
395
|
machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
393
|
-
machineconfig/utils/code.py,sha256=
|
|
396
|
+
machineconfig/utils/code.py,sha256=y2CTzD9elNOqMfiAJgxyTNhYG28IaYtKOv5zjTiRchE,4459
|
|
394
397
|
machineconfig/utils/installer.py,sha256=725N-0gmMbrWWh6_9sn-2w9aXrfjIPrnuu9o13T4N4o,10941
|
|
395
398
|
machineconfig/utils/io_save.py,sha256=iC1YTH0MOlBS8bWUB8Xhdl4CG_bEKQ3OVwMohdCOazI,3145
|
|
396
399
|
machineconfig/utils/links.py,sha256=Lkzp1yZFyMe0ikbVsnWBektZy-9_Km69zt7hJ33MHp0,10309
|
|
@@ -400,7 +403,7 @@ machineconfig/utils/path.py,sha256=4PNyyYsjPdJGDx1FbhPT4Sv6uR6PHAk9tMZiGQCGkIc,8
|
|
|
400
403
|
machineconfig/utils/path_reduced.py,sha256=hccGUTSMtggU-LpLNS7W_c1s-CqhjHMbTQ59-1EqgmY,52473
|
|
401
404
|
machineconfig/utils/procs.py,sha256=6uB8lvmipNviMExjgFpZ3nGInatLf7GFTMmDNcI7paU,10828
|
|
402
405
|
machineconfig/utils/scheduling.py,sha256=4RRrrtjzOxk02IZENhIw6aGj5eMaWr0Tb73R68lhbGY,11271
|
|
403
|
-
machineconfig/utils/source_of_truth.py,sha256=
|
|
406
|
+
machineconfig/utils/source_of_truth.py,sha256=IrhXFf0YlsUIgpd0We8y4zuBOheRKjwQQKvZjYEJyOE,956
|
|
404
407
|
machineconfig/utils/ssh.py,sha256=ZVgFpr940OApfy07rFNujYAZ0AJG4xGPteupBG-Gdkc,20130
|
|
405
408
|
machineconfig/utils/terminal.py,sha256=k3xoMwJPGvmaeL9CxEIwrcQjRNN6EnJItoIIxXrUY8c,12258
|
|
406
409
|
machineconfig/utils/upgrade_packages.py,sha256=H96zVJEWXJW07nh5vhjuSCrPtXGqoUb7xeJsFYYdmCI,3330
|
|
@@ -416,8 +419,8 @@ machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqj
|
|
|
416
419
|
machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
417
420
|
machineconfig/utils/installer_utils/installer_abc.py,sha256=jR5XvrCjisIzoxk2VL0VhoVv-PkKdstDHGLcYky5Mqs,5319
|
|
418
421
|
machineconfig/utils/installer_utils/installer_class.py,sha256=l0UM-u6ZfWx-uLvAk_mmojbppj4sxDrHX3wmVwQv12w,20366
|
|
419
|
-
machineconfig-2.
|
|
420
|
-
machineconfig-2.
|
|
421
|
-
machineconfig-2.
|
|
422
|
-
machineconfig-2.
|
|
423
|
-
machineconfig-2.
|
|
422
|
+
machineconfig-2.5.dist-info/METADATA,sha256=e-lieTtmsedwjFrm9vU6qMW3Fco0FGYVrl145A3Nc-c,7165
|
|
423
|
+
machineconfig-2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
424
|
+
machineconfig-2.5.dist-info/entry_points.txt,sha256=dTz-3Lb8TmoM9IUJmYyTHHY5_eTWNmo3E-f_zu4G5tQ,1115
|
|
425
|
+
machineconfig-2.5.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
426
|
+
machineconfig-2.5.dist-info/RECORD,,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[console_scripts]
|
|
2
|
+
choose_wezterm_theme = machineconfig.scripts.python.choose_wezterm_theme:main
|
|
3
|
+
cloud_copy = machineconfig.scripts.python.cloud_copy:arg_parser
|
|
4
|
+
cloud_manager = machineconfig.scripts.python.cloud_manager
|
|
5
|
+
cloud_mount = machineconfig.scripts.python.cloud_mount:main
|
|
6
|
+
cloud_repo_sync = machineconfig.scripts.python.cloud_repo_sync:args_parser
|
|
7
|
+
cloud_sync = machineconfig.scripts.python.cloud_sync:args_parser
|
|
8
|
+
croshell = machineconfig.scripts.python.croshell
|
|
9
|
+
devops = machineconfig.scripts.python.devops:args_parser
|
|
10
|
+
fire = machineconfig.scripts.python.fire_jobs
|
|
11
|
+
fire_agents = machineconfig.scripts.python.fire_agents:main
|
|
12
|
+
ftpx = machineconfig.scripts.python.ftpx:main
|
|
13
|
+
gh_models = machineconfig.scripts.python.gh_models
|
|
14
|
+
mcinit = machineconfig.scripts.python.ai.mcinit
|
|
15
|
+
mount_nfs = machineconfig.scripts.python.mount_nfs:main
|
|
16
|
+
mount_nw_drive = machineconfig.scripts.python.mount_nw_drive:main
|
|
17
|
+
repos = machineconfig.scripts.python.repos:main
|
|
18
|
+
scheduler = machineconfig.scripts.python.scheduler
|
|
19
|
+
start_slidev = machineconfig.scripts.python.start_slidev:main
|
|
20
|
+
wifi_conn = machineconfig.scripts.python.wifi_conn:main
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
# https://tmate.io/
|
|
4
|
-
#api_key=echo ~/dotfiles/creds/tmate/api_key
|
|
5
|
-
#sess_name=echo ~/dotfiles/creds/tmate/$1
|
|
6
|
-
#ssh $username/$sess_name@sgp1.tmate.io
|
|
7
|
-
|
|
8
|
-
. $HOME/scripts/activate_ve ''
|
|
9
|
-
machineconfig_path=$(python -c "print(__import__('machineconfig').__file__[:-12])")
|
|
10
|
-
pyfile=$machineconfig_path/scripts/python/tmate_conn.py
|
|
11
|
-
python3 $pyfile $1
|
|
12
|
-
deactivate || true
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/bash
|
|
2
|
-
|
|
3
|
-
#sess_name=$(cat ~/dotfiles/creds/tmate/$1)
|
|
4
|
-
#api_key=$(cat ~/dotfiles/creds/tmate/api_key)
|
|
5
|
-
#tmate -a ~/.ssh/authorized_keys -k $api_key -n $sess_name -F
|
|
6
|
-
# use sslh and shellinthebox to cirumvent the need for port forwarding
|
|
7
|
-
|
|
8
|
-
. $HOME/scripts/activate_ve ''
|
|
9
|
-
machineconfig_path=$(python -c "print(__import__('machineconfig').__file__[:-12])")
|
|
10
|
-
pyfile=$machineconfig_path/scripts/python/tmate_start.py
|
|
11
|
-
python3 $pyfile $1
|
|
12
|
-
deactivate || true
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
$repo = Read-Host -Prompt 'Input your repository directory'
|
|
3
|
-
# $repo = Resolve-Path $repo
|
|
4
|
-
if (-not (Test-Path $repo)) {
|
|
5
|
-
Write-Host "Directory does not exist: $repo"
|
|
6
|
-
exit
|
|
7
|
-
}
|
|
8
|
-
mkdir ~/gource
|
|
9
|
-
cd ~/gource
|
|
10
|
-
rm *
|
|
11
|
-
& "$HOME\AppData\Local\Gource\cmd\gource" -1920x1080 --seconds-per-day 0.4 -o gource.ppm $repo
|
|
12
|
-
C:\ffmpeg\bin\ffmpeg.exe -y -r 30 -f image2pipe -vcodec ppm -i .\gource.ppm -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.avi
|
|
13
|
-
|
|
14
|
-
rm gource.ppm
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
#activate_ve
|
|
3
|
-
. $PSScriptRoot/activate_ve.ps1
|
|
4
|
-
$orig_path = $pwd
|
|
5
|
-
|
|
6
|
-
mkdir 'C:\temp' -ErrorAction SilentlyContinue
|
|
7
|
-
$target_path='c:\temp\test3.png'
|
|
8
|
-
|
|
9
|
-
if ($args.Length -eq 0) {
|
|
10
|
-
# get image from clipboard
|
|
11
|
-
Add-Type -AssemblyName System.Windows.Forms
|
|
12
|
-
$clipboard = [System.Windows.Forms.Clipboard]::GetDataObject()
|
|
13
|
-
|
|
14
|
-
if ($clipboard.ContainsImage()) {
|
|
15
|
-
[System.Drawing.Bitmap]$clipboard.getimage().Save($target_path, [System.Drawing.Imaging.ImageFormat]::Png)
|
|
16
|
-
# Write-Output "clipboard content saved as $target_path"
|
|
17
|
-
} else {Write-Output "clipboard does not contains image data"}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
else {$target_path = Resolve-Path $args[0]}
|
|
21
|
-
|
|
22
|
-
cd ~/AppData/Local/Tesseract-OCR/
|
|
23
|
-
pytesseract.exe $target_path | Set-Clipboard
|
|
24
|
-
echo $(Get-Clipboard)
|
|
25
|
-
|
|
26
|
-
deactivate -ErrorAction SilentlyContinue
|
|
27
|
-
cd $orig_path
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
$dir_orig = pwd
|
|
3
|
-
if (!(Test-Path $HOME/dotfiles/config/setup/rclone_remote)) {
|
|
4
|
-
echo "Path $HOME/dotfiles/config/setup/rclone_remote does not exist. Aborting"
|
|
5
|
-
exit
|
|
6
|
-
}
|
|
7
|
-
$rclone_remote = cat $HOME/dotfiles/config/setup/rclone_remote
|
|
8
|
-
$repo_root = "$HOME/dotfiles"
|
|
9
|
-
$repo_root_rel2home = [System.IO.Path]::GetRelativePath($HOME, $repo_root)
|
|
10
|
-
|
|
11
|
-
echo ""
|
|
12
|
-
echo ""
|
|
13
|
-
echo "=============================== Downloading Remote Repo ===================================="
|
|
14
|
-
mkdir ~/.machineconfig/remote -ErrorAction SilentlyContinue
|
|
15
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home/* -r -force -ErrorAction SilentlyContinue
|
|
16
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home -r -force -ErrorAction SilentlyContinue
|
|
17
|
-
cloud_rx $rclone_remote myhome/os_specific/$repo_root_rel2home -zew -l ~/.machineconfig/remote/$repo_root_rel2home # overwrite, zip and encrypt
|
|
18
|
-
# mv ~/.machineconfig/dotfiles ~/.machineconfig/remote/dotfiles
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
echo ""
|
|
22
|
-
echo ""
|
|
23
|
-
echo "=============================== Pulling Remote Repo ===================================="
|
|
24
|
-
cd $repo_root
|
|
25
|
-
git remote remove originEnc
|
|
26
|
-
git remote add originEnc $HOME/.machineconfig/remote/$repo_root_rel2home
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
$share = git pull originEnc master
|
|
30
|
-
|
|
31
|
-
if($?)
|
|
32
|
-
{
|
|
33
|
-
echo ""
|
|
34
|
-
echo "Pull succeeded, removing originEnc link and local copy of remote ... "
|
|
35
|
-
git remote remote originEnc
|
|
36
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home/* -r -force -ErrorAction SilentlyContinue
|
|
37
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home -r -force -ErrorAction SilentlyContinue
|
|
38
|
-
}
|
|
39
|
-
else
|
|
40
|
-
{
|
|
41
|
-
echo ""
|
|
42
|
-
echo "Pull failed. Check the remote @ ~/.machineconfig/remote/$repo_root_rel2home"
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
cd $dir_orig
|
|
46
|
-
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Parse command-line arguments
|
|
3
|
-
$params = @{
|
|
4
|
-
Message = "a new version"
|
|
5
|
-
}
|
|
6
|
-
#$args | ForEach-Object {
|
|
7
|
-
# switch -Regex ($_ -split '=') {
|
|
8
|
-
# '--message' { $params.Message = $_.Split('=')[1] }
|
|
9
|
-
# '-m' { $params.Message = $_.Split('=')[1] }
|
|
10
|
-
# default { Write-Warning "Unknown parameter: $_" }
|
|
11
|
-
# }
|
|
12
|
-
#}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
$dir_orig = pwd
|
|
16
|
-
if (!(Test-Path $HOME/dotfiles/config/setup/rclone_remote)) {
|
|
17
|
-
echo "Path $HOME/dotfiles/config/setup/rclone_remote does not exist. Aborting"
|
|
18
|
-
exit
|
|
19
|
-
}
|
|
20
|
-
$rclone_remote = cat $HOME/dotfiles/config/setup/rclone_remote
|
|
21
|
-
|
|
22
|
-
if (!(Test-Path $repo_root)) {
|
|
23
|
-
$repo_root = "$HOME/dotfiles"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
$repo_root = [System.IO.Path]::GetFullPath($repo_root)
|
|
27
|
-
$repo_root_rel2home = [System.IO.Path]::GetRelativePath($HOME, $repo_root)
|
|
28
|
-
|
|
29
|
-
echo ""
|
|
30
|
-
echo "=============================== Committing Local Changes ==================================="
|
|
31
|
-
cd $repo_root
|
|
32
|
-
git status
|
|
33
|
-
git add .
|
|
34
|
-
git commit -am $params.Message
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
echo ""
|
|
38
|
-
echo ""
|
|
39
|
-
echo "=============================== Downloading Remote Repo ===================================="
|
|
40
|
-
mkdir ~/.machineconfig -ErrorAction SilentlyContinue
|
|
41
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home/* -r -force -ErrorAction SilentlyContinue
|
|
42
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home -r -force -ErrorAction SilentlyContinue
|
|
43
|
-
cloud_rx $rclone_remote myhome/os_specific/$repo_root_rel2home -zew -l $HOME/.machineconfig/remote/$repo_root_rel2home # overwrite, zip and encrypt
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
if (!(Test-Path $HOME/.machineconfig/remote/$repo_root_rel2home)) {
|
|
47
|
-
echo ""
|
|
48
|
-
echo "💥 Remote doesn't exist, creating it and exiting ... "
|
|
49
|
-
cloud_sx $rclone_remote $repo_root -zer
|
|
50
|
-
exit
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
echo ""
|
|
54
|
-
echo ""
|
|
55
|
-
echo "=============================== Pulling Latest From Remote ================================"
|
|
56
|
-
cd $repo_root
|
|
57
|
-
git remote remove originEnc
|
|
58
|
-
git remote add originEnc $HOME/.machineconfig/remote/$repo_root_rel2home
|
|
59
|
-
|
|
60
|
-
$share = git pull originEnc master
|
|
61
|
-
|
|
62
|
-
if($?)
|
|
63
|
-
{
|
|
64
|
-
echo ""
|
|
65
|
-
echo "Pull succeeded, removing originEnc, the local copy of remote & pushing merged repo to remote ... "
|
|
66
|
-
git remote remove originEnc
|
|
67
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home/* -r -force -ErrorAction SilentlyContinue
|
|
68
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home -r -force -ErrorAction SilentlyContinue
|
|
69
|
-
echo ""
|
|
70
|
-
echo ""
|
|
71
|
-
echo "===================================== Pushing new repository to remote ======================================="
|
|
72
|
-
cloud_sx $rclone_remote $repo_root -zer
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
else
|
|
76
|
-
{
|
|
77
|
-
echo ""
|
|
78
|
-
echo "Pull failed. Check the remote @ ~/.machineconfig/remote/$repo_root_rel2home"
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
# $confirmation = Read-Host "Did the pull from originEnc merge correctly? [y/n]"
|
|
82
|
-
# if ($confirmation -eq 'y') {
|
|
83
|
-
|
|
84
|
-
cd $dir_orig
|
|
85
|
-
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
3
|
-
|
|
4
|
-
croshell -c "import_n_install('pyinstaller')"
|
|
5
|
-
$destination = $(croshell -c "print(P.tmpdir())")
|
|
6
|
-
pyinstaller $args[0] --onefile --workpath=$destination
|
|
7
|
-
cd $destination
|
|
8
|
-
echo $destination
|
|
9
|
-
|
|
10
|
-
deactivate -ErrorAction SilentlyContinue
|
|
File without changes
|
|
File without changes
|