machineconfig 5.38__py3-none-any.whl → 5.39__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/sessions_managers/zellij_utils/process_monitor.py +2 -2
- machineconfig/jobs/installer/check_installations.py +2 -2
- machineconfig/profile/create_helper.py +26 -0
- machineconfig/profile/{create.py → create_links.py} +6 -6
- machineconfig/profile/{create_frontend.py → create_links_export.py} +6 -10
- machineconfig/profile/{shell.py → create_shell_profile.py} +12 -37
- machineconfig/scripts/linux/z_ls +2 -2
- machineconfig/scripts/python/agents.py +0 -1
- machineconfig/scripts/python/ai/initai.py +3 -4
- machineconfig/scripts/python/ai/scripts/lint_and_type_check.ps1 +0 -1
- machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh +0 -1
- machineconfig/scripts/python/croshell.py +8 -1
- machineconfig/scripts/python/croshell_helpers/start_slidev.py +2 -2
- machineconfig/scripts/python/devops.py +2 -2
- machineconfig/scripts/python/devops_helpers/cli_config.py +8 -8
- machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py +3 -3
- machineconfig/scripts/python/devops_helpers/cli_self.py +17 -4
- machineconfig/scripts/python/devops_helpers/devops_status.py +7 -80
- machineconfig/scripts/python/devops_helpers/devops_update_repos.py +1 -1
- machineconfig/scripts/python/fire_jobs.py +4 -1
- machineconfig/scripts/python/ftpx.py +0 -1
- machineconfig/scripts/python/helpers_fire/template.ps1 +1 -1
- machineconfig/scripts/python/helpers_fire/template.sh +1 -1
- machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py +3 -3
- machineconfig/scripts/python/interactive.py +2 -2
- machineconfig/scripts/python/nw/mount_nfs +1 -1
- machineconfig/scripts/python/repos_helpers/count_lines_frontend.py +1 -1
- machineconfig/scripts/python/repos_helpers/entrypoint.py +2 -2
- machineconfig/scripts/python/repos_helpers/record.py +2 -2
- machineconfig/scripts/python/sessions_helpers/sessions_multiprocess.py +3 -1
- machineconfig/scripts/windows/mounts/mount_nfs.ps1 +1 -3
- machineconfig/scripts/windows/mounts/mount_ssh.ps1 +1 -1
- machineconfig/settings/lf/linux/lfrc +4 -5
- machineconfig/settings/lf/windows/lfrc +4 -18
- machineconfig/settings/lvim/windows/archive/config_additional.lua +0 -6
- machineconfig/settings/pistol/pistol.conf +1 -1
- machineconfig/settings/shells/bash/init.sh +7 -11
- machineconfig/settings/shells/pwsh/init.ps1 +8 -6
- machineconfig/settings/svim/linux/init.toml +0 -4
- machineconfig/settings/svim/windows/init.toml +0 -3
- machineconfig/setup_linux/web_shortcuts/interactive.sh +22 -0
- machineconfig/setup_windows/web_shortcuts/interactive.ps1 +34 -1
- machineconfig/utils/source_of_truth.py +2 -4
- machineconfig/utils/ssh.py +1 -1
- {machineconfig-5.38.dist-info → machineconfig-5.39.dist-info}/METADATA +2 -1
- {machineconfig-5.38.dist-info → machineconfig-5.39.dist-info}/RECORD +49 -56
- machineconfig/scripts/windows/mounts/pomodoro.ps1 +0 -1
- machineconfig/scripts/windows/mounts/reload_path.ps1 +0 -3
- machineconfig/scripts/windows/mounts/share_nfs.ps1 +0 -0
- machineconfig/scripts/windows/start_slidev.ps1 +0 -1
- machineconfig/settings/shells/bash/commands.sh +0 -24
- machineconfig/settings/shells/pwsh/commands.ps1 +0 -33
- machineconfig/setup_linux/machineconfig.sh +0 -20
- machineconfig/setup_windows/machineconfig.ps1 +0 -29
- {machineconfig-5.38.dist-info → machineconfig-5.39.dist-info}/WHEEL +0 -0
- {machineconfig-5.38.dist-info → machineconfig-5.39.dist-info}/entry_points.txt +0 -0
- {machineconfig-5.38.dist-info → machineconfig-5.39.dist-info}/top_level.txt +0 -0
|
@@ -37,7 +37,7 @@ machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=t5EWN
|
|
|
37
37
|
machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=zA_PGkaMFVkRjxjXHl0FcyCQ9BASFSTP7ZnEgQ_rtyE,2996
|
|
38
38
|
machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=FMpwaSeDCc71pEiVk99s8f5NkZEQ8zKQNUuaSXojgq4,4615
|
|
39
39
|
machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py,sha256=8l8OAfWYy5xv-EaVqtXLqvPo9YaR9i8kFqGMhPzk0nw,2616
|
|
40
|
-
machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=
|
|
40
|
+
machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=RI3x_J-smtXFwDVGbU-KDViN61Xhz57yPL_pqUUqHj4,13690
|
|
41
41
|
machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=IMaoZ4nczs5XwPTObXno6mu0x7es4yNa9cAi4u6GkEU,2601
|
|
42
42
|
machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=7JLq8HY-NWbJfzHfxaok_o1KrIwzMCK_PUnsdZYfzuA,4929
|
|
43
43
|
machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=Tlq8liGIs1wCOu6JOk2VUAVCaTzQmbyITSVZMMWvlwA,3830
|
|
@@ -45,7 +45,7 @@ machineconfig/cluster/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
|
45
45
|
machineconfig/cluster/templates/cli_trogon.py,sha256=PFWGy8SFYIhT9r3ZV4oIEYfImsQwzAHH_04stPuV5bY,647
|
|
46
46
|
machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
47
47
|
machineconfig/jobs/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
|
-
machineconfig/jobs/installer/check_installations.py,sha256=
|
|
48
|
+
machineconfig/jobs/installer/check_installations.py,sha256=uFuxhgI8rIMtClcGmuc9gpG6iJ7X0__peGUQfGkreT8,10778
|
|
49
49
|
machineconfig/jobs/installer/installer_data.json,sha256=UZ-_CZ2pRvvsas9HON7rSGTNbWi65PGdsedlbKvdLGY,74753
|
|
50
50
|
machineconfig/jobs/installer/package_groups.py,sha256=lS8uG-gGLLodJm4grhGuhAJl7shTWfwKB2wGSD0PHzY,5378
|
|
51
51
|
machineconfig/jobs/installer/custom/gh.py,sha256=gn7TUSrsLx7uqFqj1Z-iYglS0EYBSgtJ9jWHxaJIfXM,4119
|
|
@@ -92,9 +92,10 @@ machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYi
|
|
|
92
92
|
machineconfig/jobs/windows/msc/cli_agents.bat,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
93
|
machineconfig/jobs/windows/msc/cli_agents.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
94
|
machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
95
|
-
machineconfig/profile/
|
|
96
|
-
machineconfig/profile/
|
|
97
|
-
machineconfig/profile/
|
|
95
|
+
machineconfig/profile/create_helper.py,sha256=cQ8wUA6MKL1kIwGNpmtdtuZ0Zi3P7MyK3o8vdcMGoKk,1070
|
|
96
|
+
machineconfig/profile/create_links.py,sha256=yBqfcujukllbHI1P8M5XDbLXMZ_gb38ZvQK901EPbaA,13962
|
|
97
|
+
machineconfig/profile/create_links_export.py,sha256=OEmuJE-F7FZX5xvOl1rqJzHg_BWtPKCiWdrq4RPOobs,3173
|
|
98
|
+
machineconfig/profile/create_shell_profile.py,sha256=bkWYgxedGU1BIvvkaVQjMib5p2d80dNWWSXP3pINDV0,9529
|
|
98
99
|
machineconfig/profile/records/generic/shares.toml,sha256=FduDztfyQtZcr5bfx-RSKhEEweweQSWfVXkKWnx8hCY,143
|
|
99
100
|
machineconfig/profile/records/linux/apps_summary_report.csv,sha256=pw9djvaRUPalKDLn2sl3odcbD2_Zx3aEupsQ8UPfaaY,2738
|
|
100
101
|
machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0ZgKGIZi8bstFoGyyGTxeS8p2PtOj0,5634
|
|
@@ -108,27 +109,27 @@ machineconfig/scripts/linux/fzfg,sha256=ClGnJZUsIk4y0qs3W5iXGo-nd0FaqAHMsnh8uoXQ
|
|
|
108
109
|
machineconfig/scripts/linux/fzfrga,sha256=xSdws6ae28ZXkkqz_uupZ0MYw_vxE2qpLT2DLS3WITM,460
|
|
109
110
|
machineconfig/scripts/linux/skrg,sha256=JgQJGwxaChr148bDnpTB0rrqZMe2o2zGSDA9x_oUhWM,133
|
|
110
111
|
machineconfig/scripts/linux/warp-cli.sh,sha256=shFFZ9viet_DSEEHT8kxlGRHoJpO6o85pKYnc3rIkaA,3868
|
|
111
|
-
machineconfig/scripts/linux/z_ls,sha256=
|
|
112
|
+
machineconfig/scripts/linux/z_ls,sha256=h5YJYfnJrmtLe4c2iKk5aZdaK_Zeaj3CpQX8SSr7fr0,3310
|
|
112
113
|
machineconfig/scripts/linux/other/share_cloud.sh,sha256=lIZrXiaOT11kzu4NFNTXvANhc2bMdSPDYD1-7XUO_C0,2027
|
|
113
114
|
machineconfig/scripts/linux/other/share_nfs,sha256=LDQZQ9TV7z2y7RtNHiO4Wb513MztyGjaAV-GzTGwUdc,1374
|
|
114
115
|
machineconfig/scripts/linux/other/share_smb,sha256=HZX8BKgMlS9JzkGIYnxTsPvoxEBBuVLVkqzR3pmGFGY,20
|
|
115
116
|
machineconfig/scripts/linux/other/start_docker,sha256=_yDN_PPqgzSUnPT7dmniMTpL4IfeeaGy1a2OL3IJlDU,525
|
|
116
117
|
machineconfig/scripts/linux/other/switch_ip,sha256=NQfeKMBSbFY3eP6M-BadD-TQo5qMP96DTp77KHk2tU8,613
|
|
117
118
|
machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
118
|
-
machineconfig/scripts/python/agents.py,sha256=
|
|
119
|
+
machineconfig/scripts/python/agents.py,sha256=sE-euVN5EarLKScoysdYHTQS7GUiHgGNAZRDfcedPqU,10483
|
|
119
120
|
machineconfig/scripts/python/cloud.py,sha256=kRH9Pt1yEkASFskIVEgRmkidrksdkgv2-bBmjLSxzSo,814
|
|
120
|
-
machineconfig/scripts/python/croshell.py,sha256
|
|
121
|
-
machineconfig/scripts/python/devops.py,sha256=
|
|
121
|
+
machineconfig/scripts/python/croshell.py,sha256=RzB6JBPcRf-j72hhlHEFuNV-pYdwl0G14sH3aFBr9P8,7184
|
|
122
|
+
machineconfig/scripts/python/devops.py,sha256=SilJAQXAPBKXjF91zcpJV9YRS721M5UPbXdtv6f5NKQ,1479
|
|
122
123
|
machineconfig/scripts/python/devops_navigator.py,sha256=JYRKB8pVK5gyxcsrEYPC4IvUeX7rP4eMIkaattt8_t0,35090
|
|
123
|
-
machineconfig/scripts/python/fire_jobs.py,sha256=
|
|
124
|
-
machineconfig/scripts/python/ftpx.py,sha256=
|
|
125
|
-
machineconfig/scripts/python/interactive.py,sha256=
|
|
124
|
+
machineconfig/scripts/python/fire_jobs.py,sha256=l2qByVK2rxWDUGFliU3HYwrtAI1XsUvOtcGLX4DUA5U,13689
|
|
125
|
+
machineconfig/scripts/python/ftpx.py,sha256=dFFCRKygZvNXkkwpo6vZgJmUv7buTNoVLLKT9wNp0Wc,9323
|
|
126
|
+
machineconfig/scripts/python/interactive.py,sha256=lUdoPpAYIoknelRzsfWD4VAsORr4uCt3mDBDjNBPyjw,11811
|
|
126
127
|
machineconfig/scripts/python/sessions.py,sha256=lO_aTnh7T05XoCa8Ox-ROAWBKMtbo-DZzlFDUqzSipM,8716
|
|
127
128
|
machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
128
129
|
machineconfig/scripts/python/ai/generate_files.py,sha256=Vfjgd0skJu-WTgqUxmOVFzaNMfSFBaFmY5oGGVY7MZY,2860
|
|
129
|
-
machineconfig/scripts/python/ai/initai.py,sha256=
|
|
130
|
-
machineconfig/scripts/python/ai/scripts/lint_and_type_check.ps1,sha256=
|
|
131
|
-
machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=
|
|
130
|
+
machineconfig/scripts/python/ai/initai.py,sha256=53MuUgk92avRPM-U3dy6o_pnEj2thlurC8U6dz41_W0,2089
|
|
131
|
+
machineconfig/scripts/python/ai/scripts/lint_and_type_check.ps1,sha256=m_z4vzLrvi6bgTZumN8twcbIWb9i8ZHfVJPE8jPdxyc,5074
|
|
132
|
+
machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=Mt9D0LSEwbvVaq_wxTAch4NLyFUuDGHjn6rtEt_9alU,4615
|
|
132
133
|
machineconfig/scripts/python/ai/solutions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
133
134
|
machineconfig/scripts/python/ai/solutions/_shared.py,sha256=rBniovmKZuY48T50cCyG_oeFZgSap365EXEadv9UtM4,603
|
|
134
135
|
machineconfig/scripts/python/ai/solutions/generic.py,sha256=DhihGonR6rFgRX9DN5qnbgdqbmXg6hBPXOVUv0j3YRE,2341
|
|
@@ -161,23 +162,23 @@ machineconfig/scripts/python/cloud_helpers/helpers5.py,sha256=dPBvA9Tcyx9TMgM6On
|
|
|
161
162
|
machineconfig/scripts/python/croshell_helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
162
163
|
machineconfig/scripts/python/croshell_helpers/pomodoro.py,sha256=SPkfeoZGv8rylGiOyzQ7UK3aXZ3G2FIOuGkSuBUggOI,2019
|
|
163
164
|
machineconfig/scripts/python/croshell_helpers/scheduler.py,sha256=rKhssuxkD697EY6qaV6CSdNhxpAQLDWO4fE8GMCQ9FA,3061
|
|
164
|
-
machineconfig/scripts/python/croshell_helpers/start_slidev.py,sha256=
|
|
165
|
+
machineconfig/scripts/python/croshell_helpers/start_slidev.py,sha256=HfJReOusTPhwcbAvCyJyTBd2iumJB5wmPdcTXz_Yvh8,4897
|
|
165
166
|
machineconfig/scripts/python/croshell_helpers/viewer.py,sha256=heQNjB9fwn3xxbPgMofhv1Lp6Vtkl76YjjexWWBM0pM,2041
|
|
166
167
|
machineconfig/scripts/python/croshell_helpers/viewer_template.py,sha256=ve3Q1-iKhCLc0VJijKvAeOYp2xaFOeIOC_XW956GWCc,3944
|
|
167
168
|
machineconfig/scripts/python/devops_helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
168
|
-
machineconfig/scripts/python/devops_helpers/cli_config.py,sha256=
|
|
169
|
-
machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py,sha256=
|
|
169
|
+
machineconfig/scripts/python/devops_helpers/cli_config.py,sha256=eNsOIhXWeIy4d-LVoddLvLvjsQaZsfI7SDAjMR5nmRo,3070
|
|
170
|
+
machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py,sha256=rjTys4FNf9_feP9flWM7Zvq17dxWmetSiGaHPxp25nk,2737
|
|
170
171
|
machineconfig/scripts/python/devops_helpers/cli_data.py,sha256=f_2espL92n6SoNb5sFVMvrK7LA29HzfrFAKhxKaud1M,510
|
|
171
172
|
machineconfig/scripts/python/devops_helpers/cli_nw.py,sha256=4Ko4dA8YXqiRJvuOuwZv3YOvnSJQ7-A11ezJ8EztDis,2068
|
|
172
173
|
machineconfig/scripts/python/devops_helpers/cli_repos.py,sha256=GQJaCSnvNbIo_CmpYBDZOUyi0kPgn8VCr3a5Dnfy0_w,9681
|
|
173
|
-
machineconfig/scripts/python/devops_helpers/cli_self.py,sha256=
|
|
174
|
+
machineconfig/scripts/python/devops_helpers/cli_self.py,sha256=kYqTVzzTYjjYj0Zdvh49VL69Xr3pYm5HPm1JA77ORME,1999
|
|
174
175
|
machineconfig/scripts/python/devops_helpers/cli_share_server.py,sha256=285OzxttCx7YsrpOkaapMKP1eVGHmG5TkkaSQnY7i3c,3976
|
|
175
176
|
machineconfig/scripts/python/devops_helpers/cli_terminal.py,sha256=k_PzXaiGyE0vXr0Ii1XcJz2A7UvyPJrR31TRWt4RKRI,6019
|
|
176
177
|
machineconfig/scripts/python/devops_helpers/devops_add_identity.py,sha256=wvjNgqsLmqD2SxbNCW_usqfp0LI-TDvcJJKGOWt2oFw,3775
|
|
177
178
|
machineconfig/scripts/python/devops_helpers/devops_add_ssh_key.py,sha256=gjp2bv-nrGvSsQGHNIpE83yJqza2gj1FXJkimUtZwmU,9119
|
|
178
179
|
machineconfig/scripts/python/devops_helpers/devops_backup_retrieve.py,sha256=nK47Rc7gQuDCnkk6_sW1y82gBnDJ9TdHU8XwMPFBK9c,5591
|
|
179
|
-
machineconfig/scripts/python/devops_helpers/devops_status.py,sha256=
|
|
180
|
-
machineconfig/scripts/python/devops_helpers/devops_update_repos.py,sha256=
|
|
180
|
+
machineconfig/scripts/python/devops_helpers/devops_status.py,sha256=PJVPhfhXq8der6Xd-_fjZfnizfM-RGfJApkRGhGBmNo,20525
|
|
181
|
+
machineconfig/scripts/python/devops_helpers/devops_update_repos.py,sha256=tvD81Gyl_QXPLOOfNZy5RypJkKZ7KmKbCr4WNwmB-Hw,10009
|
|
181
182
|
machineconfig/scripts/python/devops_helpers/themes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
182
183
|
machineconfig/scripts/python/devops_helpers/themes/choose_pwsh_theme.ps1,sha256=58gFOeynADHLTdk8zqEnndBtyNGrln0jvpo76O0UWTw,3136
|
|
183
184
|
machineconfig/scripts/python/devops_helpers/themes/choose_wezterm_theme.py,sha256=pRXAGe2IpysYshsaF8CKEwHI8EGPtLcM8PtiAqM7vmM,3425
|
|
@@ -188,8 +189,8 @@ machineconfig/scripts/python/helpers_fire/fire_agents_helper_types.py,sha256=b3_
|
|
|
188
189
|
machineconfig/scripts/python/helpers_fire/fire_agents_load_balancer.py,sha256=mpqx3uaQdBXYieuvhdK-qsvLepf9oIMo3pwPj9mSEDI,1079
|
|
189
190
|
machineconfig/scripts/python/helpers_fire/helpers4.py,sha256=iKR5vVJygaDIpFXhcdma9jOpyxKtUhmqcmalFxJmY0w,4749
|
|
190
191
|
machineconfig/scripts/python/helpers_fire/prompt.txt,sha256=Ni6r-Dh0Ez2XwfOZl3MOMDhfn6BJ2z4IdK3wFvA3c_o,116
|
|
191
|
-
machineconfig/scripts/python/helpers_fire/template.ps1,sha256=
|
|
192
|
-
machineconfig/scripts/python/helpers_fire/template.sh,sha256=
|
|
192
|
+
machineconfig/scripts/python/helpers_fire/template.ps1,sha256=NWkYlM4_l9eT52lS9NdOxmEn548gyy-bl1Q3AU3YKxY,1085
|
|
193
|
+
machineconfig/scripts/python/helpers_fire/template.sh,sha256=anCu6c5TwV6rdgn8t-ffWIWQ8SomjQg8kDkhcgNB87A,1125
|
|
193
194
|
machineconfig/scripts/python/helpers_fire/agentic_frameworks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
194
195
|
machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.json,sha256=YGuJF-qlMjhICPf0QnNfQlGNPsYrJJDlNcgmes0TFhM,252
|
|
195
196
|
machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.py,sha256=-yRdVcKX_1XTUzWKNoNW9rjmn_NsJuk1pB5EKC4TKpU,1622
|
|
@@ -202,12 +203,12 @@ machineconfig/scripts/python/helpers_fire_command/fire_jobs_args_helper.py,sha25
|
|
|
202
203
|
machineconfig/scripts/python/helpers_fire_command/fire_jobs_route_helper.py,sha256=4MrlCVijbx7GQyAN9s5LDh-7heSjMXYrXdqiP6uC3ug,5378
|
|
203
204
|
machineconfig/scripts/python/helpers_fire_command/fire_jobs_streamlit_helper.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
204
205
|
machineconfig/scripts/python/helpers_repos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
205
|
-
machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py,sha256=
|
|
206
|
+
machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py,sha256=_zLmBJQnEcqjdUJK-Oo3CPnwDtj8ygFCvP5lRdxkUTQ,9064
|
|
206
207
|
machineconfig/scripts/python/helpers_repos/grource.py,sha256=IywQ1NDPcLXM5Tr9xhmq4tHfYspLRs3pF20LP2TlgIQ,14595
|
|
207
208
|
machineconfig/scripts/python/helpers_repos/secure_repo.py,sha256=G_quiKOLNkWD5UG8ekexgh9xbpW4Od-J1pLJbLLWnpg,993
|
|
208
209
|
machineconfig/scripts/python/nw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
209
210
|
machineconfig/scripts/python/nw/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
|
|
210
|
-
machineconfig/scripts/python/nw/mount_nfs,sha256=
|
|
211
|
+
machineconfig/scripts/python/nw/mount_nfs,sha256=pPLKnxevjJWw6m200GnP-RqnVSA1YAxE6tnnb_uIN1U,1847
|
|
211
212
|
machineconfig/scripts/python/nw/mount_nfs.py,sha256=aECrL64j9g-9rF49sVJAjGmzaoGgcMnl3g9v17kQF4c,3239
|
|
212
213
|
machineconfig/scripts/python/nw/mount_nw_drive,sha256=BqjGBCbwe5ZAsZDO3L0zHhh_gJfZy1CYOcqXA4Y-WkQ,2262
|
|
213
214
|
machineconfig/scripts/python/nw/mount_nw_drive.py,sha256=iru6AtnTyvyuk6WxlK5R4lDkuliVpPV5_uBTVVhXtjQ,1550
|
|
@@ -219,25 +220,21 @@ machineconfig/scripts/python/nw/wsl_windows_transfer.py,sha256=534zlYe3Xsr0mqegA
|
|
|
219
220
|
machineconfig/scripts/python/repos_helpers/action.py,sha256=t6x9K43Uy7r5aRpdODfsN-5UoMrYXEG2cVw-Y8l9prw,14847
|
|
220
221
|
machineconfig/scripts/python/repos_helpers/clone.py,sha256=9vGb9NCXT0lkerPzOJjmFfhU8LSzE-_1LDvjkhgnal0,5461
|
|
221
222
|
machineconfig/scripts/python/repos_helpers/count_lines.py,sha256=ZLEajCLmlFFY969BehabqGOB9_kkpATO3Lt09L7KULk,15968
|
|
222
|
-
machineconfig/scripts/python/repos_helpers/count_lines_frontend.py,sha256=
|
|
223
|
-
machineconfig/scripts/python/repos_helpers/entrypoint.py,sha256=
|
|
224
|
-
machineconfig/scripts/python/repos_helpers/record.py,sha256=
|
|
223
|
+
machineconfig/scripts/python/repos_helpers/count_lines_frontend.py,sha256=EpmexLYJ4uhiTMnI402nJkNn-iNN88CMciZOrXqWG90,560
|
|
224
|
+
machineconfig/scripts/python/repos_helpers/entrypoint.py,sha256=C-_D03abE0TkVCJ4jZoliUMAhRRkZ77mcwMoPOuieJQ,2827
|
|
225
|
+
machineconfig/scripts/python/repos_helpers/record.py,sha256=3T5VmMbvywScZhTW2j4cGLK0T2LSWxKfnXkRTxkuLP4,10994
|
|
225
226
|
machineconfig/scripts/python/repos_helpers/sync.py,sha256=CLLWy2n2gY9beXPF-mblOQ6R7cKoenkJjMiX7tHQsBk,3091
|
|
226
227
|
machineconfig/scripts/python/repos_helpers/update.py,sha256=_WLveSUgcBufq9T9fn5pM_1EeyD30umFlqmy9hEmk44,11054
|
|
227
228
|
machineconfig/scripts/python/sessions_helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
228
|
-
machineconfig/scripts/python/sessions_helpers/sessions_multiprocess.py,sha256=
|
|
229
|
+
machineconfig/scripts/python/sessions_helpers/sessions_multiprocess.py,sha256=6bmF1TOxzivNAIu8zsA9pu-f-RcYZLgdD4livjAf6ac,3069
|
|
229
230
|
machineconfig/scripts/windows/fzfb.ps1,sha256=Bmngm2aY8hnPa3iKAOK6EPDYdKzGLUc81wYOnJhNoqg,149
|
|
230
231
|
machineconfig/scripts/windows/fzfg.ps1,sha256=CHJbMrMuZePd4dxwIwz3g4XWAEmWmckuX-Nrx2xgRkg,27
|
|
231
232
|
machineconfig/scripts/windows/fzfrga.bat,sha256=rU_KBMO6ii2EZ0akMnmDk9vpuhKSUZqkV0o8a8ywXcM,488
|
|
232
|
-
machineconfig/scripts/windows/
|
|
233
|
-
machineconfig/scripts/windows/mounts/mount_nfs.ps1,sha256=mTR-KcOYJaljWzymKTbzj3jrl5EMgS33mHizU-uO7yo,2089
|
|
233
|
+
machineconfig/scripts/windows/mounts/mount_nfs.ps1,sha256=XrAdzpxE6a4OccSmWJ7YWHJTnsZK8uXnFE5j9GOPA20,2026
|
|
234
234
|
machineconfig/scripts/windows/mounts/mount_nw.ps1,sha256=puxcfZc3ZCJerm8pj8OZGVoTYkhzp-h7oV-MrksSqIE,454
|
|
235
235
|
machineconfig/scripts/windows/mounts/mount_smb.ps1,sha256=PzYWpIO9BpwXjdWlUQL9pnMRnOGNSkxfh4bHukJFme8,69
|
|
236
|
-
machineconfig/scripts/windows/mounts/mount_ssh.ps1,sha256=
|
|
237
|
-
machineconfig/scripts/windows/mounts/pomodoro.ps1,sha256=9r61cwRy4M2_1A-NFb0fxUuUONxXBLJmLYtY3apkyQA,80
|
|
238
|
-
machineconfig/scripts/windows/mounts/reload_path.ps1,sha256=81hQY18LFApVZWFiUfgMzzPH2pJ1WD1fHInfmicBZFA,217
|
|
236
|
+
machineconfig/scripts/windows/mounts/mount_ssh.ps1,sha256=CZ4hFrGG9GbimWtoKdhz0m7vUDjBjg1vw42pZvdDtkk,314
|
|
239
237
|
machineconfig/scripts/windows/mounts/share_cloud.cmd,sha256=exD7JCdxw2LqVjw2MKCYHbVZlEqmelXtwnATng-dhJ4,1028
|
|
240
|
-
machineconfig/scripts/windows/mounts/share_nfs.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
241
238
|
machineconfig/scripts/windows/mounts/share_smb.ps1,sha256=U7x8ULYSjbgzTtiHNSKQuTaZ_apilDvkGV5Xm5hXk5M,384
|
|
242
239
|
machineconfig/scripts/windows/mounts/unlock_bitlocker.ps1,sha256=Wv-SLscdckV-1mG3p82VXKPY9zW3hgkRmcLUXIZ1daE,253
|
|
243
240
|
machineconfig/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -254,7 +251,7 @@ machineconfig/settings/keyboard/espanso/match/base.yml,sha256=A0QcNSzbdqSUNh42Wq
|
|
|
254
251
|
machineconfig/settings/keyboard/kanata/kanata.kbd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
255
252
|
machineconfig/settings/lf/linux/colors,sha256=uSW9O3CkiVomxK8-JN8hQRcM71yADuOSjichbfBFTpg,4148
|
|
256
253
|
machineconfig/settings/lf/linux/icons,sha256=liVoi5nOaxFyujil2z7Pcu8l5dG7_uurJ9IJD36jVhI,7147
|
|
257
|
-
machineconfig/settings/lf/linux/lfrc,sha256=
|
|
254
|
+
machineconfig/settings/lf/linux/lfrc,sha256=VhPnKMXQfYWQpaUPKdHDWw2IPx1t_4zLoiNlCzWdeLE,5181
|
|
258
255
|
machineconfig/settings/lf/linux/autocall/delete.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
259
256
|
machineconfig/settings/lf/linux/autocall/on-cd.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
260
257
|
machineconfig/settings/lf/linux/autocall/on-quit.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -276,7 +273,7 @@ machineconfig/settings/lf/windows/fzf_edit.ps1,sha256=kaEl3VKWW8THaqcCMVUkpdUrxs
|
|
|
276
273
|
machineconfig/settings/lf/windows/icons,sha256=liVoi5nOaxFyujil2z7Pcu8l5dG7_uurJ9IJD36jVhI,7147
|
|
277
274
|
machineconfig/settings/lf/windows/leftpane_previewer.ps1,sha256=SjwqXPqrU-5M0RCsYToJs2QHYy51rSTsbr05dihKtzE,87
|
|
278
275
|
machineconfig/settings/lf/windows/lfcd.ps1,sha256=9mka24wTS2fwu9xUiveCEoodpniAuboZcvbsusQ708E,971
|
|
279
|
-
machineconfig/settings/lf/windows/lfrc,sha256=
|
|
276
|
+
machineconfig/settings/lf/windows/lfrc,sha256=i38p6zTOAeXsFvdpXLKiRW2Y0oBsIwR_lSTe_uqomFk,3357
|
|
280
277
|
machineconfig/settings/lf/windows/mkdir.ps1,sha256=Uluty9BrnS2kMsouiSqmt20GsNPbbTiHrKxwu1FtuME,56
|
|
281
278
|
machineconfig/settings/lf/windows/mkfile.ps1,sha256=sAMnviWyZ8fkhZi7euKLUY2DgIg7domqZ9SSCbK2VWU,62
|
|
282
279
|
machineconfig/settings/lf/windows/previewer.ps1,sha256=Mfg1WDXIBu0GVECWd11MUCBzE20KVfvu63uhcmncZro,206
|
|
@@ -294,11 +291,11 @@ machineconfig/settings/linters/.pylintrc,sha256=_hYrPgtMvQc877u5NTU_HlkJMZwuDrmB
|
|
|
294
291
|
machineconfig/settings/linters/.ruff.toml,sha256=Cw9FHSyM1oPlLJDAy9Y9GiwyuBYUWI1mqSpz94ddAhc,1655
|
|
295
292
|
machineconfig/settings/lvim/linux/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
296
293
|
machineconfig/settings/lvim/windows/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
297
|
-
machineconfig/settings/lvim/windows/archive/config_additional.lua,sha256=
|
|
294
|
+
machineconfig/settings/lvim/windows/archive/config_additional.lua,sha256=EM__UsSkXDIIN7tIdMV-tkQV4z_jUmDCmHhjamEyiUA,651
|
|
298
295
|
machineconfig/settings/lvim/windows/lua/user/custom_config.lua,sha256=wbSm8cZubnPfUhYDmd5HKYnVRZUYVj701FBax2ZgjtE,269
|
|
299
296
|
machineconfig/settings/mprocs/windows/mprocs.yaml,sha256=qn_bPy8eSWMAlhA9PLVO_vxqlSlzzrQ1CldFjSKpLD4,864
|
|
300
297
|
machineconfig/settings/mprocs/windows/other,sha256=gIRC6swgxOmXAWEJPCOKmAdDfmLQ2-Vh9A1vsj0atAY,276
|
|
301
|
-
machineconfig/settings/pistol/pistol.conf,sha256=
|
|
298
|
+
machineconfig/settings/pistol/pistol.conf,sha256=zjhSJDA3X1TDLRfimnVgJT_Dt54lDJc5hlTBB649d5A,378
|
|
302
299
|
machineconfig/settings/presenterm/config.yaml,sha256=xxuapoLwxTJRz7nNXZ-7fiXFVclo2UxC3ENuNgDkpMg,1872
|
|
303
300
|
machineconfig/settings/procs/.procs.toml,sha256=BNHaEMJNL9KH3KZhewO3UdNW2LeSxv2ApXt4Lj5mf6M,2656
|
|
304
301
|
machineconfig/settings/pudb/pudb.cfg,sha256=CdiSeSRSXwSIFkCt5oIILM_QivUoRy9PpISLATponz4,508
|
|
@@ -306,8 +303,7 @@ machineconfig/settings/rofi/config.rasi,sha256=nDX5B8wdXQYF1fwiOTBRJUI4l_gQbYaLa
|
|
|
306
303
|
machineconfig/settings/rofi/config_default.rasi,sha256=rTfKnC-bZuWX1l-lWQACCUOE1ShhkfykAxtXX9PlQHE,4694
|
|
307
304
|
machineconfig/settings/shells/alacritty/alacritty.toml,sha256=EbL-2Y4QunW1pvRWB2yuLCw8MMPONheJr5LFoWRieUQ,871
|
|
308
305
|
machineconfig/settings/shells/alacritty/alacritty.yml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
|
-
machineconfig/settings/shells/bash/
|
|
310
|
-
machineconfig/settings/shells/bash/init.sh,sha256=WDekQVdZd1ROLoOTY9MIrvX-EFFpFqT3s13_XwxHZtc,2562
|
|
306
|
+
machineconfig/settings/shells/bash/init.sh,sha256=B9nBiRTaQHe1r3pXl96X8VC_xkRQjj07C1H6Qh0SHB8,2226
|
|
311
307
|
machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
|
|
312
308
|
machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
313
309
|
machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -315,16 +311,15 @@ machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=OJ3
|
|
|
315
311
|
machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
|
|
316
312
|
machineconfig/settings/shells/nushell/config.nu,sha256=ug0E0NXNlCzgStScFN6VTsAkUaOTPJZB69P-LS5L2VE,1047
|
|
317
313
|
machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
|
|
318
|
-
machineconfig/settings/shells/pwsh/
|
|
319
|
-
machineconfig/settings/shells/pwsh/init.ps1,sha256=UrcHxaTWLFVHUfGpPFRU5V60FJNXJ4wuJz4Yqvw5qjA,2620
|
|
314
|
+
machineconfig/settings/shells/pwsh/init.ps1,sha256=Er5PwndNtkmyIIA7bYhnDnuZGhTWZtuOrJXyJ_UxcQE,2570
|
|
320
315
|
machineconfig/settings/shells/pwsh/profile.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
321
316
|
machineconfig/settings/shells/starship/starship.toml,sha256=5rQTY7ZpKnrnhgu2Y9OJKUYMz5lPLIftO1p1VRuVZwQ,1150
|
|
322
317
|
machineconfig/settings/shells/vtm/settings.xml,sha256=5TNXd-i0eUGo2w3tuhY9aOkwoJdqih8_HO_U6uL2Dts,18262
|
|
323
318
|
machineconfig/settings/shells/wezterm/wezterm.lua,sha256=ZaUFqVNibGD5cyzlnYhIMAakTig6P7qggi5hvHGASPk,6210
|
|
324
319
|
machineconfig/settings/shells/wt/settings.json,sha256=XRqyjphS5EckkHkdYkw6b5btBgnaoic-vn5oCPaPVvI,10135
|
|
325
320
|
machineconfig/settings/streamlit/config.toml,sha256=O3d4ax88hoW7gm5r51xmCcPssQ8ol-oFz_d0NUDlU4k,483
|
|
326
|
-
machineconfig/settings/svim/linux/init.toml,sha256=
|
|
327
|
-
machineconfig/settings/svim/windows/init.toml,sha256=
|
|
321
|
+
machineconfig/settings/svim/linux/init.toml,sha256=IEEQN_80H0A4NPv7bt5zltEKAbpRkJyCQTJKbu2bBf8,1346
|
|
322
|
+
machineconfig/settings/svim/windows/init.toml,sha256=djllsYR_rvHNSR715QhqtLdHW8b-SpUZ8QquWEG7gVM,1347
|
|
328
323
|
machineconfig/settings/tere/terecd.ps1,sha256=l8InGRvFORkj1Bcj0_dPaOip2oNkJoDwbYAlBheCqpg,175
|
|
329
324
|
machineconfig/settings/tere/terecd.sh,sha256=vDKRbldub0aGQwnWtDwkPnSQHKpVQiDg1RTUrmntfl8,184
|
|
330
325
|
machineconfig/settings/tmux/.tmate.conf,sha256=dhj8IbNUe_oaBSmnAE-k2rcHJ6_zcd7pHqrmKP19zA0,57
|
|
@@ -347,17 +342,15 @@ machineconfig/setup_linux/__init__.py,sha256=QSu4qc1pIBd483WdakKFN3JW8iI6YCv2hWl
|
|
|
347
342
|
machineconfig/setup_linux/apps.sh,sha256=dP_caRCXwtQe9XjAWiyV4KU0TxOdn07H8fl07DASdZg,3329
|
|
348
343
|
machineconfig/setup_linux/apps_desktop.sh,sha256=L2b_pcw3GiQdoAaoMO7J4bVvUoG5Pnuy9kDhV8JqprU,3325
|
|
349
344
|
machineconfig/setup_linux/apps_gui.sh,sha256=lFPYq7H2bRogPwW6QoEuSr9GnTjHS-jRM_eYg2rjOmM,2301
|
|
350
|
-
machineconfig/setup_linux/machineconfig.sh,sha256=VHrMMadbu__P94eF5SRpy1OeXm1fNjAxFJjITioxKXQ,476
|
|
351
345
|
machineconfig/setup_linux/uv.sh,sha256=VxjGbRif_I4hZ9vogOZYxQhFGqX91zlvVfELvvqRwB8,487
|
|
352
346
|
machineconfig/setup_linux/nix/cli_installation.sh,sha256=gVvszYZJgKPRJx2SEaE31BXDP0Fmeta4--gpr-zJZlY,4010
|
|
353
347
|
machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh,sha256=F5dbg0n9RHsKGPn8fIdZMn3p0RrHEkb8rWBGsdVGbus,1207
|
|
354
348
|
machineconfig/setup_linux/ssh/openssh_all.sh,sha256=3dg6HEUFbHQOzLfSAtzK_D_GB8rGCCp_aBnxNdnidVc,824
|
|
355
349
|
machineconfig/setup_linux/ssh/openssh_wsl.sh,sha256=1eeRGrloVB34K5z8yWVUMG5b9pV-WBfHgV9jqXiYgCQ,1398
|
|
356
350
|
machineconfig/setup_linux/web_shortcuts/android.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
|
|
357
|
-
machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=
|
|
351
|
+
machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=MWVH5wzMJuk2WnsfJeui1JbC5HI2Ux4875d1kO-5tp4,926
|
|
358
352
|
machineconfig/setup_windows/__init__.py,sha256=wVpUqoLqXl-_-bRd7gZw_PJ7WZ2GtOqfFMzo_lIwieg,454
|
|
359
353
|
machineconfig/setup_windows/apps.ps1,sha256=G5GqZ9G0aiQr_A-HaahtRdzpaTTdW6n3DRKMZWDTSPc,11214
|
|
360
|
-
machineconfig/setup_windows/machineconfig.ps1,sha256=917dtM6B49pbFI8bKdhAyBdtfzsR8WX7kAnWZPlywbo,951
|
|
361
354
|
machineconfig/setup_windows/uv.ps1,sha256=mzkFJUQ57dukVQtY7WqAQIVUDMcixnkir8aNM_TYrl4,350
|
|
362
355
|
machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
|
|
363
356
|
machineconfig/setup_windows/others/obs.ps1,sha256=2andchcXpxS3rqZjGaMpY5VShxTAKWvw6eCrayjuaLo,30
|
|
@@ -365,7 +358,7 @@ machineconfig/setup_windows/others/power_options.ps1,sha256=c7Hn94jBD5GWF29CxMhm
|
|
|
365
358
|
machineconfig/setup_windows/ssh/add-sshkey.ps1,sha256=qfPdqCpd9KP3VhH4ifsUm1Xvec7c0QVl4Wt8JIAm9HQ,1653
|
|
366
359
|
machineconfig/setup_windows/ssh/add_identity.ps1,sha256=b8ZXpmNUSw3IMYvqSY7ClpdWPG39FS7MefoWnRhWN2U,506
|
|
367
360
|
machineconfig/setup_windows/ssh/openssh-server.ps1,sha256=OMlYQdvuJQNxF5EILLPizB6BZAT3jAmDsv1WcVVxpFQ,2529
|
|
368
|
-
machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=
|
|
361
|
+
machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=Oyice8vFmwAtgQKmSG0L_tZSbEZIZAqT5jwsr_MHQDI,1339
|
|
369
362
|
machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
370
363
|
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=ogxJnwpdcpH7N6dFJu95UCNoGYirZKQho_3X0F_hmXs,6791
|
|
371
364
|
machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -381,8 +374,8 @@ machineconfig/utils/path_helper.py,sha256=0e3Xh3BAEv27oqcezNeVLHJllGmLEgLH4T1l90
|
|
|
381
374
|
machineconfig/utils/procs.py,sha256=w75oGKfR7FpT1pGTGd2XscnEOO0IHBWxohLbi69hLqg,11418
|
|
382
375
|
machineconfig/utils/scheduler.py,sha256=jZ_1yghqA3-aINPRmE_76gboqJc0UElroR7urNOfXKs,14940
|
|
383
376
|
machineconfig/utils/scheduling.py,sha256=RF1iXJpqf4Dg18jdZWtBixz97KAHC6VKYqTFSpdLWuc,11188
|
|
384
|
-
machineconfig/utils/source_of_truth.py,sha256=
|
|
385
|
-
machineconfig/utils/ssh.py,sha256=
|
|
377
|
+
machineconfig/utils/source_of_truth.py,sha256=ZAnCRltiM07ig--P6g9_6nEAvNFC4X4ERFTVcvpIYsE,764
|
|
378
|
+
machineconfig/utils/ssh.py,sha256=XOxZGi7j9VCDWgrVpXnM_u3qjpQwZcLigB6SFKBvIJ4,21083
|
|
386
379
|
machineconfig/utils/terminal.py,sha256=IlmOByfQG-vjhaFFxxzU5rWzP5_qUzmalRfuey3PAmc,11801
|
|
387
380
|
machineconfig/utils/upgrade_packages.py,sha256=H96zVJEWXJW07nh5vhjuSCrPtXGqoUb7xeJsFYYdmCI,3330
|
|
388
381
|
machineconfig/utils/ve.py,sha256=L-6PBXnQGXThiwWgheJMQoisAZOZA6SVCbGw2J-GFnI,2414
|
|
@@ -405,8 +398,8 @@ machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=Xbi59rU35AzR
|
|
|
405
398
|
machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoSpdmTIdgS9LS-RvE-QZ-D260tD3o,1214
|
|
406
399
|
machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
|
|
407
400
|
machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
|
|
408
|
-
machineconfig-5.
|
|
409
|
-
machineconfig-5.
|
|
410
|
-
machineconfig-5.
|
|
411
|
-
machineconfig-5.
|
|
412
|
-
machineconfig-5.
|
|
401
|
+
machineconfig-5.39.dist-info/METADATA,sha256=SJ6iO7pzwMTNmVpDJuArJjvPMFpRn_eSYSlcerhzq9E,3111
|
|
402
|
+
machineconfig-5.39.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
403
|
+
machineconfig-5.39.dist-info/entry_points.txt,sha256=z7b9guivf0GSKUG6b8ALgbDoRg2LuPfkGP_p-PxgX9g,469
|
|
404
|
+
machineconfig-5.39.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
405
|
+
machineconfig-5.39.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
uv run --python 3.13 --no-dev --project $HOME/code/machineconfig pomodoro $args
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
uv run --python 3.13 --no-dev --project $HOME/code/machineconfig start_slidev $args
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
devops() {
|
|
2
|
-
"$HOME/.local/bin/uv" run --python 3.13 --no-dev --project $HOME/code/machineconfig devops "$@"
|
|
3
|
-
}
|
|
4
|
-
agents() {
|
|
5
|
-
"$HOME/.local/bin/uv" run --python 3.13 --no-dev --project $HOME/code/machineconfig agents "$@"
|
|
6
|
-
}
|
|
7
|
-
cloud() {
|
|
8
|
-
"$HOME/.local/bin/uv" run --python 3.13 --no-dev --project $HOME/code/machineconfig cloud "$@"
|
|
9
|
-
}
|
|
10
|
-
croshell() {
|
|
11
|
-
"$HOME/.local/bin/uv" run --python 3.13 --no-dev --project $HOME/code/machineconfig croshell "$@"
|
|
12
|
-
}
|
|
13
|
-
fire() {
|
|
14
|
-
"$HOME/.local/bin/uv" run --python 3.13 --no-dev --project $HOME/code/machineconfig fire "$@"
|
|
15
|
-
}
|
|
16
|
-
ftpx() {
|
|
17
|
-
"$HOME/.local/bin/uv" run --python 3.13 --no-dev --project $HOME/code/machineconfig ftpx "$@"
|
|
18
|
-
}
|
|
19
|
-
kill_process() {
|
|
20
|
-
"$HOME/.local/bin/uv" run --python 3.13 --no-dev --project $HOME/code/machineconfig kill_process "$@"
|
|
21
|
-
}
|
|
22
|
-
sessions() {
|
|
23
|
-
"$HOME/.local/bin/uv" run --python 3.13 --no-dev --project $HOME/code/machineconfig sessions "$@"
|
|
24
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
function devops {
|
|
3
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.13 --with machineconfig devops $args
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
function devops {
|
|
7
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.13 --with machineconfig cloud $args
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
function devops {
|
|
11
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.13 --with machineconfig croshell $args
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
function devops {
|
|
15
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.13 --with machineconfig agents $args
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
function devops {
|
|
19
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.13 --with machineconfig fire $args
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
function devops {
|
|
23
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.13 --with machineconfig ftpx $args
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
function devops {
|
|
27
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.13 --with machineconfig sessions $args
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
function devops {
|
|
31
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.13 --with machineconfig kill_process $args
|
|
32
|
-
}
|
|
33
|
-
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/bash
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
cd $HOME/code
|
|
5
|
-
if [ -d "machineconfig" ]; then
|
|
6
|
-
echo """🔄 machineconfig directory exists, updating...
|
|
7
|
-
"""
|
|
8
|
-
cd machineconfig
|
|
9
|
-
git reset --hard
|
|
10
|
-
git pull
|
|
11
|
-
cd ..
|
|
12
|
-
else
|
|
13
|
-
echo """⏳ Cloning machineconfig repository...
|
|
14
|
-
"""
|
|
15
|
-
git clone https://github.com/thisismygitrepo/machineconfig --depth 4 # Choose browser-based authentication.
|
|
16
|
-
fi
|
|
17
|
-
|
|
18
|
-
cd $HOME/code/machineconfig
|
|
19
|
-
$HOME/.local/bin/uv sync --no-dev
|
|
20
|
-
# $HOME/.local/bin/uv cache clean
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
cd ~
|
|
3
|
-
mkdir code -ErrorAction SilentlyContinue
|
|
4
|
-
cd ~\code
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
if (-not (Get-Command git.exe -ErrorAction SilentlyContinue)) {
|
|
8
|
-
winget install --no-upgrade --name "Git" --Id Git.Git --source winget --accept-package-agreements --accept-source-agreements --scope user
|
|
9
|
-
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
# Setup machineconfig repository
|
|
13
|
-
if (Test-Path "machineconfig") {
|
|
14
|
-
Write-Host "🔄 machineconfig directory exists, updating..."
|
|
15
|
-
Set-Location machineconfig
|
|
16
|
-
git reset --hard
|
|
17
|
-
git pull
|
|
18
|
-
Set-Location ..
|
|
19
|
-
} else {
|
|
20
|
-
Write-Host "⏳ Cloning machineconfig repository..."
|
|
21
|
-
git clone https://github.com/thisismygitrepo/machineconfig --depth 4 # Choose browser-based authentication.
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
cd $HOME\code\machineconfig
|
|
26
|
-
& "$HOME\.local\bin\uv.exe" sync --no-dev
|
|
27
|
-
echo "Finished setting up repos"
|
|
28
|
-
|
|
29
|
-
# uv tool install machineconfig
|
|
File without changes
|
|
File without changes
|
|
File without changes
|