machineconfig 1.94__py3-none-any.whl → 1.96__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig/cluster/cloud_manager.py +445 -343
- machineconfig/cluster/data_transfer.py +63 -56
- machineconfig/cluster/distribute.py +284 -280
- machineconfig/cluster/file_manager.py +234 -237
- machineconfig/cluster/job_params.py +133 -133
- machineconfig/cluster/loader_runner.py +183 -149
- machineconfig/cluster/remote_machine.py +269 -252
- machineconfig/cluster/script_execution.py +215 -209
- machineconfig/cluster/script_notify_upon_completion.py +50 -43
- machineconfig/cluster/self_ssh.py +52 -54
- machineconfig/cluster/sessions_managers/__init__.py +0 -0
- machineconfig/cluster/sessions_managers/archive/__init__.py +0 -0
- machineconfig/{jobs/python → cluster/sessions_managers/archive}/create_zellij_template.py +5 -3
- machineconfig/cluster/sessions_managers/archive/session_managers.py +184 -0
- machineconfig/cluster/sessions_managers/demo_rich_zellij.py +0 -0
- machineconfig/cluster/sessions_managers/enhanced_command_runner.py +160 -0
- machineconfig/cluster/sessions_managers/wt_local.py +494 -0
- machineconfig/cluster/sessions_managers/wt_local_manager.py +577 -0
- machineconfig/cluster/sessions_managers/wt_remote.py +288 -0
- machineconfig/cluster/sessions_managers/wt_remote_manager.py +483 -0
- machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py +196 -0
- machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py +418 -0
- machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py +175 -0
- machineconfig/cluster/sessions_managers/wt_utils/session_manager.py +300 -0
- machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py +228 -0
- machineconfig/cluster/sessions_managers/zellij_local.py +418 -0
- machineconfig/cluster/sessions_managers/zellij_local_manager.py +533 -0
- machineconfig/cluster/sessions_managers/zellij_remote.py +229 -0
- machineconfig/cluster/sessions_managers/zellij_remote_manager.py +188 -0
- machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py +64 -0
- machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py +126 -0
- machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +334 -0
- machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py +68 -0
- machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py +119 -0
- machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py +85 -0
- machineconfig/cluster/templates/cli_click.py +0 -1
- machineconfig/cluster/templates/cli_gooey.py +102 -104
- machineconfig/cluster/templates/run_cloud.py +51 -51
- machineconfig/cluster/templates/run_cluster.py +103 -59
- machineconfig/cluster/templates/run_remote.py +57 -58
- machineconfig/cluster/templates/utils.py +69 -36
- machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/jobs/linux/msc/lid.sh +2 -4
- machineconfig/jobs/linux/msc/network.sh +3 -6
- machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/jobs/python/check_installations.py +258 -190
- machineconfig/jobs/python/create_bootable_media.py +7 -3
- machineconfig/jobs/python/python_cargo_build_share.py +50 -50
- machineconfig/jobs/python/python_ve_symlink.py +10 -10
- machineconfig/jobs/python/vscode/__pycache__/select_interpreter.cpython-311.pyc +0 -0
- machineconfig/jobs/python/vscode/api.py +3 -3
- machineconfig/jobs/python/vscode/link_ve.py +6 -6
- machineconfig/jobs/python/vscode/select_interpreter.py +13 -9
- machineconfig/jobs/python/vscode/sync_code.py +14 -11
- machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/jobs/python_custom_installers/archive/ngrok.py +5 -5
- machineconfig/jobs/python_custom_installers/dev/aider.py +4 -4
- machineconfig/jobs/python_custom_installers/dev/alacritty.py +7 -6
- machineconfig/jobs/python_custom_installers/dev/brave.py +11 -7
- machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py +7 -8
- machineconfig/jobs/python_custom_installers/dev/code.py +7 -5
- machineconfig/jobs/python_custom_installers/dev/cursor.py +66 -5
- machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +4 -5
- machineconfig/jobs/python_custom_installers/dev/espanso.py +21 -17
- machineconfig/jobs/python_custom_installers/dev/goes.py +6 -12
- machineconfig/jobs/python_custom_installers/dev/lvim.py +7 -6
- machineconfig/jobs/python_custom_installers/dev/nerdfont.py +5 -5
- machineconfig/jobs/python_custom_installers/dev/redis.py +11 -7
- machineconfig/jobs/python_custom_installers/dev/wezterm.py +12 -8
- machineconfig/jobs/python_custom_installers/dev/winget.py +194 -0
- machineconfig/jobs/python_custom_installers/{dev/docker.py → docker.py} +12 -7
- machineconfig/jobs/python_custom_installers/gh.py +10 -9
- machineconfig/jobs/python_custom_installers/hx.py +36 -65
- machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh +4 -8
- machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh +5 -10
- machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh +3 -6
- machineconfig/jobs/python_custom_installers/scripts/linux/edge.sh +3 -6
- machineconfig/jobs/python_custom_installers/scripts/linux/nerdfont.sh +5 -10
- machineconfig/jobs/python_custom_installers/scripts/linux/pgsql.sh +4 -8
- machineconfig/jobs/python_custom_installers/scripts/linux/redis.sh +5 -10
- machineconfig/jobs/python_custom_installers/scripts/linux/timescaledb.sh +6 -12
- machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh +101 -33
- machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh +5 -10
- machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh +3 -6
- machineconfig/jobs/python_custom_installers/{dev/warp-cli.py → warp-cli.py} +5 -5
- machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/jobs/python_generic_installers/config.json +133 -9
- machineconfig/jobs/python_generic_installers/dev/config.json +208 -37
- machineconfig/jobs/python_generic_installers/update.py +3 -0
- machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/jobs/python_linux_installers/config.json +42 -6
- machineconfig/jobs/python_linux_installers/dev/config.json +79 -11
- machineconfig/jobs/python_windows_installers/config.json +6 -0
- machineconfig/profile/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/profile/__pycache__/create.cpython-311.pyc +0 -0
- machineconfig/profile/__pycache__/shell.cpython-311.pyc +0 -0
- machineconfig/profile/create.py +5 -5
- machineconfig/profile/create_hardlinks.py +5 -5
- machineconfig/profile/shell.py +69 -63
- machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/scripts/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/scripts/cloud/init.sh +9 -18
- machineconfig/scripts/linux/fire +5 -24
- machineconfig/scripts/linux/fire_agents +27 -0
- machineconfig/scripts/linux/share_cloud.sh +6 -12
- machineconfig/scripts/linux/wifi_conn +24 -0
- machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops_backup_retrieve.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/fire_agents.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/fire_jobs.cpython-313.pyc +0 -0
- machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc +0 -0
- machineconfig/scripts/python/archive/im2text.py +28 -30
- machineconfig/scripts/python/archive/tmate_conn.py +10 -13
- machineconfig/scripts/python/archive/tmate_start.py +12 -16
- machineconfig/scripts/python/choose_wezterm_theme.py +12 -21
- machineconfig/scripts/python/cloud_copy.py +49 -104
- machineconfig/scripts/python/cloud_manager.py +77 -91
- machineconfig/scripts/python/cloud_mount.py +36 -46
- machineconfig/scripts/python/cloud_repo_sync.py +33 -79
- machineconfig/scripts/python/cloud_sync.py +35 -45
- machineconfig/scripts/python/croshell.py +70 -92
- machineconfig/scripts/python/devops.py +54 -113
- machineconfig/scripts/python/devops_add_identity.py +71 -109
- machineconfig/scripts/python/devops_add_ssh_key.py +42 -149
- machineconfig/scripts/python/devops_backup_retrieve.py +31 -119
- machineconfig/scripts/python/devops_devapps_install.py +6 -10
- machineconfig/scripts/python/devops_update_repos.py +5 -4
- machineconfig/scripts/python/dotfile.py +10 -7
- machineconfig/scripts/python/fire_agents.py +69 -0
- machineconfig/scripts/python/fire_jobs.py +117 -78
- machineconfig/scripts/python/ftpx.py +8 -8
- machineconfig/scripts/python/get_zellij_cmd.py +3 -3
- machineconfig/scripts/python/gh_models.py +6 -4
- machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-313.pyc +0 -0
- machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-311.pyc +0 -0
- machineconfig/scripts/python/helpers/cloud_helpers.py +49 -46
- machineconfig/scripts/python/helpers/helpers2.py +26 -39
- machineconfig/scripts/python/helpers/helpers4.py +23 -35
- machineconfig/scripts/python/helpers/repo_sync_helpers.py +33 -67
- machineconfig/scripts/python/mount_nfs.py +8 -11
- machineconfig/scripts/python/mount_nw_drive.py +4 -4
- machineconfig/scripts/python/mount_ssh.py +2 -2
- machineconfig/scripts/python/onetimeshare.py +56 -57
- machineconfig/scripts/python/pomodoro.py +55 -55
- machineconfig/scripts/python/repos.py +72 -49
- machineconfig/scripts/python/scheduler.py +70 -53
- machineconfig/scripts/python/snapshot.py +21 -24
- machineconfig/scripts/python/start_slidev.py +6 -5
- machineconfig/scripts/python/start_terminals.py +3 -1
- machineconfig/scripts/python/viewer.py +5 -4
- machineconfig/scripts/python/viewer_template.py +138 -140
- machineconfig/scripts/python/wifi_conn.py +416 -62
- machineconfig/scripts/python/wsl_windows_transfer.py +18 -3
- machineconfig/scripts/windows/fire.ps1 +27 -15
- machineconfig/settings/linters/.pylintrc +6 -7
- machineconfig/settings/lvim/windows/config.lua +0 -0
- machineconfig/settings/shells/bash/init.sh +6 -0
- machineconfig/settings/shells/ipy/profiles/default/startup/playext.py +7 -6
- machineconfig/settings/shells/pwsh/init.ps1 +6 -6
- machineconfig/settings/shells/wt/settings.json +51 -266
- machineconfig/setup_linux/nix/cli_installation.sh +9 -18
- machineconfig/setup_linux/others/openssh-server_add_pub_key.sh +3 -6
- machineconfig/setup_linux/web_shortcuts/all.sh +5 -10
- machineconfig/setup_linux/web_shortcuts/ascii_art.sh +7 -14
- machineconfig/setup_linux/web_shortcuts/croshell.sh +6 -12
- machineconfig/setup_linux/web_shortcuts/interactive.sh +39 -70
- machineconfig/setup_linux/web_shortcuts/ssh.sh +8 -16
- machineconfig/setup_linux/web_shortcuts/update_system.sh +7 -14
- machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py +3 -6
- machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +27 -21
- machineconfig/utils/ai/browser_user_wrapper.py +60 -45
- machineconfig/utils/ai/generate_file_checklist.py +4 -7
- machineconfig/utils/ai/url2md.py +15 -7
- machineconfig/utils/cloud/onedrive/setup_oauth.py +59 -0
- machineconfig/utils/cloud/onedrive/transaction.py +796 -0
- machineconfig/utils/{utils_code.py → code.py} +25 -22
- machineconfig/utils/installer.py +81 -44
- machineconfig/utils/installer_utils/installer_abc.py +7 -6
- machineconfig/utils/installer_utils/installer_class.py +44 -25
- machineconfig/utils/io_save.py +107 -0
- machineconfig/utils/{utils_links.py → links.py} +28 -35
- machineconfig/utils/{utils_options.py → options.py} +14 -28
- machineconfig/utils/path.py +112 -0
- machineconfig/utils/path_reduced.py +608 -0
- machineconfig/utils/procs.py +134 -73
- machineconfig/utils/scheduling.py +312 -222
- machineconfig/utils/utils.py +19 -26
- machineconfig/utils/utils2.py +42 -0
- machineconfig/utils/utils5.py +84 -0
- machineconfig/utils/ve.py +49 -103
- {machineconfig-1.94.dist-info → machineconfig-1.96.dist-info}/METADATA +5 -3
- machineconfig-1.96.dist-info/RECORD +437 -0
- {machineconfig-1.94.dist-info → machineconfig-1.96.dist-info}/WHEEL +1 -1
- machineconfig/cluster/session_managers.py +0 -183
- machineconfig/cluster/templates/f.py +0 -4
- machineconfig/jobs/python/__pycache__/check_installations.cpython-311.pyc +0 -0
- machineconfig/jobs/python/__pycache__/checkout_version.cpython-311.pyc +0 -0
- machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc +0 -0
- machineconfig/jobs/python/checkout_version.py +0 -123
- machineconfig/jobs/python/vscode/__pycache__/api.cpython-311.pyc +0 -0
- machineconfig/jobs/python/vscode/__pycache__/link_ve.cpython-311.pyc +0 -0
- machineconfig/jobs/python_custom_installers/__pycache__/hx.cpython-311.pyc +0 -0
- machineconfig/jobs/python_windows_installers/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/scripts/python/.mypy_cache/.gitignore +0 -2
- machineconfig/scripts/python/.mypy_cache/3.11/@plugins_snapshot.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/__future__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/__future__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_ast.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_ast.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_bz2.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_bz2.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_codecs.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_codecs.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_collections_abc.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_collections_abc.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_compression.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_compression.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_decimal.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_decimal.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_frozen_importlib.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_frozen_importlib.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_frozen_importlib_external.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_frozen_importlib_external.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_io.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_io.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_locale.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_locale.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_stat.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_stat.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_struct.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_struct.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_thread.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_thread.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_typeshed/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_typeshed/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_typeshed/importlib.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_typeshed/importlib.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_warnings.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_warnings.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_weakref.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_weakref.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_weakrefset.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/_weakrefset.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/abc.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/abc.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/argparse.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/argparse.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/ast.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/ast.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/binascii.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/binascii.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/builtins.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/builtins.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/bz2.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/bz2.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/calendar.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/calendar.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/codecs.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/codecs.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/collections/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/collections/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/collections/abc.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/collections/abc.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/configparser.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/configparser.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/contextlib.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/contextlib.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/dataclasses.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/dataclasses.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/datetime.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/datetime.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/decimal.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/decimal.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/dis.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/dis.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/_policybase.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/_policybase.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/charset.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/charset.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/contentmanager.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/contentmanager.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/errors.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/errors.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/header.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/header.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/message.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/message.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/policy.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/email/policy.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/enum.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/enum.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/fnmatch.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/fnmatch.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/functools.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/functools.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/gc.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/gc.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/genericpath.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/genericpath.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/getpass.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/getpass.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/cmd.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/cmd.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/compat.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/compat.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/config.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/config.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/db.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/db.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/diff.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/diff.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/exc.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/exc.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/base.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/base.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/fun.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/fun.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/typ.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/typ.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/util.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/index/util.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/base.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/base.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/blob.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/blob.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/commit.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/commit.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/fun.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/fun.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/base.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/base.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/root.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/root.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/util.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/submodule/util.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tag.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tag.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tree.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/tree.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/util.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/objects/util.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/head.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/head.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/log.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/log.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/reference.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/reference.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/remote.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/remote.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/symbolic.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/symbolic.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/tag.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/refs/tag.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/remote.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/remote.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/repo/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/repo/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/repo/base.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/repo/base.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/repo/fun.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/repo/fun.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/types.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/types.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/util.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/git/util.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/glob.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/glob.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/gzip.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/gzip.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/_abc.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/_abc.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/_bootstrap.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/_bootstrap.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/_bootstrap_external.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/_bootstrap_external.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/abc.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/abc.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/machinery.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/machinery.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/_meta.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/metadata/_meta.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/readers.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/readers.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/resources/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/resources/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/resources/_common.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/resources/_common.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/resources/abc.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/importlib/resources/abc.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/inspect.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/inspect.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/io.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/io.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/itertools.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/itertools.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/locale.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/locale.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/logging/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/logging/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/mimetypes.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/mimetypes.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/mmap.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/mmap.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/numbers.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/numbers.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/opcode.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/opcode.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/os/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/os/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/os/path.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/os/path.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/pathlib.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/pathlib.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/platform.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/platform.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/posixpath.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/posixpath.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/re.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/re.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/resource.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/resource.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/shlex.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/shlex.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/shutil.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/shutil.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/signal.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/signal.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/src/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/src/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/python/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/src/machineconfig/scripts/python/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/sre_compile.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/sre_compile.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/sre_constants.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/sre_constants.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/sre_parse.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/sre_parse.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/stat.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/stat.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/string.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/string.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/struct.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/struct.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/subprocess.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/subprocess.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/sys/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/sys/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/tarfile.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/tarfile.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/tempfile.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/tempfile.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/textwrap.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/textwrap.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/threading.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/threading.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/time.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/time.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/types.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/types.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/typing.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/typing.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/typing_extensions.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/typing_extensions.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/urllib/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/urllib/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/urllib/parse.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/uuid.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/uuid.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/warnings.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/warnings.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/weakref.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/weakref.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/zipfile/__init__.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/zipfile/__init__.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/zlib.data.json +0 -1
- machineconfig/scripts/python/.mypy_cache/3.11/zlib.meta.json +0 -1
- machineconfig/scripts/python/.mypy_cache/CACHEDIR.TAG +0 -3
- machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/gh_models.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/url2md.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/viewer.cpython-311.pyc +0 -0
- machineconfig/scripts/python/__pycache__/vscode_api.cpython-311.pyc +0 -0
- machineconfig/settings/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/settings/linters/.ruff_cache/.gitignore +0 -2
- machineconfig/settings/linters/.ruff_cache/CACHEDIR.TAG +0 -1
- machineconfig/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-311.pyc +0 -0
- machineconfig/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-311.pyc +0 -0
- machineconfig/utils/utils_path.py +0 -151
- machineconfig/utils/ve_utils/ve1.py +0 -111
- machineconfig/utils/ve_utils/ve2.py +0 -142
- machineconfig-1.94.dist-info/RECORD +0 -710
- {machineconfig-1.94.dist-info → machineconfig-1.96.dist-info}/top_level.txt +0 -0
|
@@ -4,16 +4,14 @@
|
|
|
4
4
|
#=======================================================================
|
|
5
5
|
# This script installs various ASCII art and text formatting tools
|
|
6
6
|
|
|
7
|
-
echo """
|
|
8
|
-
#=======================================================================
|
|
7
|
+
echo """#=======================================================================
|
|
9
8
|
🖼️ ASCII ART TOOLS | Installing terminal visualization packages
|
|
10
9
|
#=======================================================================
|
|
11
10
|
"""
|
|
12
11
|
|
|
13
12
|
# Alternate Nix installation method (commented reference)
|
|
14
13
|
# if [ -f "$HOME/.nix-profile/bin/nix-env" ]; then
|
|
15
|
-
# echo """
|
|
16
|
-
# #=======================================================================
|
|
14
|
+
# echo """# #=======================================================================
|
|
17
15
|
# 📦 NIX PACKAGE INSTALLATION | Using Nix package manager
|
|
18
16
|
# #=======================================================================
|
|
19
17
|
# """
|
|
@@ -25,8 +23,7 @@ echo """
|
|
|
25
23
|
|
|
26
24
|
# Check if cowsay is installed, if not install it
|
|
27
25
|
if [ ! -f "/usr/games/cowsay" ]; then
|
|
28
|
-
echo """
|
|
29
|
-
#=======================================================================
|
|
26
|
+
echo """ #=======================================================================
|
|
30
27
|
🐮 INSTALLING COWSAY | ASCII art animals with speech bubbles
|
|
31
28
|
#=======================================================================
|
|
32
29
|
|
|
@@ -40,8 +37,7 @@ fi
|
|
|
40
37
|
|
|
41
38
|
# Check if lolcat is installed, if not install it
|
|
42
39
|
if [ ! -f "/usr/games/lolcat" ]; then
|
|
43
|
-
echo """
|
|
44
|
-
#=======================================================================
|
|
40
|
+
echo """ #=======================================================================
|
|
45
41
|
🌈 INSTALLING LOLCAT | Rainbow text colorizer for terminal
|
|
46
42
|
#=======================================================================
|
|
47
43
|
|
|
@@ -54,8 +50,7 @@ fi
|
|
|
54
50
|
|
|
55
51
|
# Check if boxes is installed, if not install it
|
|
56
52
|
if [ ! -f "/usr/bin/boxes" ]; then
|
|
57
|
-
echo """
|
|
58
|
-
#=======================================================================
|
|
53
|
+
echo """ #=======================================================================
|
|
59
54
|
📦 INSTALLING BOXES | ASCII art box drawing around text
|
|
60
55
|
#=======================================================================
|
|
61
56
|
|
|
@@ -69,8 +64,7 @@ fi
|
|
|
69
64
|
|
|
70
65
|
# Check if figlet is installed, if not install it
|
|
71
66
|
if [ ! -f "/usr/bin/figlet" ]; then
|
|
72
|
-
echo """
|
|
73
|
-
#=======================================================================
|
|
67
|
+
echo """ #=======================================================================
|
|
74
68
|
📝 INSTALLING FIGLET | Large ASCII text generator
|
|
75
69
|
#=======================================================================
|
|
76
70
|
|
|
@@ -82,8 +76,7 @@ if [ ! -f "/usr/bin/figlet" ]; then
|
|
|
82
76
|
sudo nala install figlet -y || true
|
|
83
77
|
fi
|
|
84
78
|
|
|
85
|
-
echo """
|
|
86
|
-
#=======================================================================
|
|
79
|
+
echo """#=======================================================================
|
|
87
80
|
✅ INSTALLATION COMPLETE | All ASCII art tools installed successfully
|
|
88
81
|
#=======================================================================
|
|
89
82
|
|
|
@@ -4,14 +4,12 @@
|
|
|
4
4
|
#=======================================================================
|
|
5
5
|
# This script sets up the crocodile shell environment with all dependencies
|
|
6
6
|
|
|
7
|
-
echo """
|
|
8
|
-
#=======================================================================
|
|
7
|
+
echo """#=======================================================================
|
|
9
8
|
🚀 ENVIRONMENT SETUP | Quick installation via URL shorteners
|
|
10
9
|
#=======================================================================
|
|
11
10
|
"""
|
|
12
11
|
|
|
13
|
-
echo """
|
|
14
|
-
#=======================================================================
|
|
12
|
+
echo """#=======================================================================
|
|
15
13
|
🐍 PYTHON ENVIRONMENT | Setting up Python virtual environment
|
|
16
14
|
#=======================================================================
|
|
17
15
|
|
|
@@ -20,8 +18,7 @@ Setting up Python virtual environment via bit.ly shortlink...
|
|
|
20
18
|
# Alternative URL: curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/ve.sh | bash
|
|
21
19
|
curl bit.ly/cfgvelinux -L | bash
|
|
22
20
|
|
|
23
|
-
echo """
|
|
24
|
-
#=======================================================================
|
|
21
|
+
echo """#=======================================================================
|
|
25
22
|
📦 CODE REPOSITORIES | Cloning project repositories
|
|
26
23
|
#=======================================================================
|
|
27
24
|
|
|
@@ -30,8 +27,7 @@ Cloning essential repositories via bit.ly shortlink...
|
|
|
30
27
|
# Alternative URL: curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/repos.sh | bash
|
|
31
28
|
curl bit.ly/cfgreposlinux -L | bash
|
|
32
29
|
|
|
33
|
-
echo """
|
|
34
|
-
#=======================================================================
|
|
30
|
+
echo """#=======================================================================
|
|
35
31
|
🔗 CONFIGURATION SETUP | Creating symbolic links
|
|
36
32
|
#=======================================================================
|
|
37
33
|
|
|
@@ -40,8 +36,7 @@ Note: This may require sudo permissions for .ssh permissions
|
|
|
40
36
|
"""
|
|
41
37
|
source $HOME/code/machineconfig/src/machineconfig/setup_linux/symlinks.sh
|
|
42
38
|
|
|
43
|
-
echo """
|
|
44
|
-
#=======================================================================
|
|
39
|
+
echo """#=======================================================================
|
|
45
40
|
🔄 SHELL RELOADING | Refreshing shell configuration
|
|
46
41
|
#=======================================================================
|
|
47
42
|
|
|
@@ -49,8 +44,7 @@ Reloading bash configuration...
|
|
|
49
44
|
"""
|
|
50
45
|
. ~/.bashrc
|
|
51
46
|
|
|
52
|
-
echo """
|
|
53
|
-
#=======================================================================
|
|
47
|
+
echo """#=======================================================================
|
|
54
48
|
⚙️ DEVELOPMENT TOOLS | Developer applications
|
|
55
49
|
#=======================================================================
|
|
56
50
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
|
|
3
|
-
echo """
|
|
4
|
-
#=======================================================================
|
|
3
|
+
echo """#=======================================================================
|
|
5
4
|
📦 MACHINE CONFIGURATION | Interactive Installation Script
|
|
6
5
|
#=======================================================================
|
|
7
6
|
"""
|
|
@@ -9,75 +8,64 @@ echo """
|
|
|
9
8
|
read -p "📥 Install Apps [y]/n? " choice
|
|
10
9
|
|
|
11
10
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
12
|
-
echo """
|
|
13
|
-
#=======================================================================
|
|
11
|
+
echo """ #=======================================================================
|
|
14
12
|
📦 APPLICATIONS | Installing base system applications
|
|
15
13
|
#=======================================================================
|
|
16
14
|
"""
|
|
17
15
|
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/apps.sh | bash
|
|
18
16
|
else
|
|
19
|
-
echo """
|
|
20
|
-
⏭️ Skipping applications installation
|
|
17
|
+
echo """ ⏭️ Skipping applications installation
|
|
21
18
|
"""
|
|
22
19
|
fi
|
|
23
20
|
|
|
24
|
-
echo """
|
|
25
|
-
#=======================================================================
|
|
21
|
+
echo """#=======================================================================
|
|
26
22
|
🔄 SYSTEM UPDATE | Package management
|
|
27
23
|
#=======================================================================
|
|
28
24
|
"""
|
|
29
25
|
read -p "🔄 Upgrade system packages [y]/n? " choice
|
|
30
26
|
|
|
31
27
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
32
|
-
echo """
|
|
33
|
-
📦 Upgrading system packages...
|
|
28
|
+
echo """ 📦 Upgrading system packages...
|
|
34
29
|
"""
|
|
35
30
|
sudo nala upgrade -y
|
|
36
31
|
else
|
|
37
|
-
echo """
|
|
38
|
-
⏭️ Skipping system upgrade
|
|
32
|
+
echo """ ⏭️ Skipping system upgrade
|
|
39
33
|
"""
|
|
40
34
|
fi
|
|
41
35
|
|
|
42
|
-
echo """
|
|
43
|
-
#=======================================================================
|
|
36
|
+
echo """#=======================================================================
|
|
44
37
|
🐍 PYTHON ENVIRONMENT | Virtual environment setup
|
|
45
38
|
#=======================================================================
|
|
46
39
|
"""
|
|
47
40
|
read -p "🐍 Install Python virtual environment 've' [y]/n? " choice
|
|
48
41
|
export ve_name="ve"
|
|
49
42
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
50
|
-
echo """
|
|
51
|
-
🔧 Setting up Python environment...
|
|
43
|
+
echo """ 🔧 Setting up Python environment...
|
|
52
44
|
"""
|
|
53
45
|
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/ve.sh | bash
|
|
54
46
|
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/repos.sh | bash
|
|
55
47
|
else
|
|
56
|
-
echo """
|
|
57
|
-
⏭️ Skipping virtual environment setup
|
|
48
|
+
echo """ ⏭️ Skipping virtual environment setup
|
|
58
49
|
"""
|
|
59
50
|
fi
|
|
60
51
|
|
|
61
|
-
|
|
62
|
-
#=======================================================================
|
|
52
|
+
|
|
53
|
+
echo """#=======================================================================
|
|
63
54
|
🔒 SSH SERVER | Remote access setup
|
|
64
55
|
#=======================================================================
|
|
65
56
|
"""
|
|
66
57
|
read -p "🔒 Install SSH Server [y]/n? " choice
|
|
67
58
|
choice=${choice:-y}
|
|
68
59
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
69
|
-
echo """
|
|
70
|
-
🔧 Installing SSH server...
|
|
60
|
+
echo """ 🔧 Installing SSH server...
|
|
71
61
|
"""
|
|
72
62
|
sudo nala install openssh-server -y
|
|
73
63
|
else
|
|
74
|
-
echo """
|
|
75
|
-
⏭️ Skipping SSH server installation
|
|
64
|
+
echo """ ⏭️ Skipping SSH server installation
|
|
76
65
|
"""
|
|
77
66
|
fi
|
|
78
67
|
|
|
79
|
-
echo """
|
|
80
|
-
#=======================================================================
|
|
68
|
+
echo """#=======================================================================
|
|
81
69
|
📂 DOTFILES MIGRATION | Configuration transfer options
|
|
82
70
|
#=======================================================================
|
|
83
71
|
|
|
@@ -89,7 +77,9 @@ echo """
|
|
|
89
77
|
|
|
90
78
|
🔐 Method 2: USING SSH
|
|
91
79
|
FROM REMOTE, RUN:
|
|
92
|
-
fptx ~/dotfiles
|
|
80
|
+
fptx ~/dotfiles $USER@$(hostname):^ -z
|
|
81
|
+
# OR, using IP address if router has not yet found the hostname:
|
|
82
|
+
fptx ~/dotfiles $USER@$(hostname -I | awk '{print $1}'):^ -z
|
|
93
83
|
|
|
94
84
|
☁️ Method 3: USING INTERNET SECURE SHARE
|
|
95
85
|
cd ~
|
|
@@ -97,133 +87,113 @@ echo """
|
|
|
97
87
|
(requires symlinks to be created first)
|
|
98
88
|
"""
|
|
99
89
|
|
|
100
|
-
echo """
|
|
101
|
-
#=======================================================================
|
|
90
|
+
echo """#=======================================================================
|
|
102
91
|
📂 DOTFILES STATUS | Configuration files check
|
|
103
92
|
#=======================================================================
|
|
104
93
|
"""
|
|
105
94
|
read -p "📂 Have you finished copying dotfiles? [y]/n? " choice
|
|
106
95
|
|
|
107
|
-
echo """
|
|
108
|
-
#=======================================================================
|
|
96
|
+
echo """#=======================================================================
|
|
109
97
|
🔗 SYMLINK CREATION | Configuration setup
|
|
110
98
|
#=======================================================================
|
|
111
99
|
"""
|
|
112
100
|
read -p "🔗 Create Symlinks (finish dotfiles transfer first) [y]/n? " choice
|
|
113
101
|
choice=${choice:-y}
|
|
114
102
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
115
|
-
echo """
|
|
116
|
-
🔧 Creating symlinks and setting permissions...
|
|
103
|
+
echo """ 🔧 Creating symlinks and setting permissions...
|
|
117
104
|
"""
|
|
118
105
|
source $HOME/venvs/ve/bin/activate
|
|
119
106
|
python -m fire machineconfig.profile.create main --choice=all
|
|
120
107
|
sudo chmod 600 $HOME/.ssh/*
|
|
121
108
|
sudo chmod 700 $HOME/.ssh
|
|
122
109
|
else
|
|
123
|
-
echo """
|
|
124
|
-
⏭️ Skipping symlink creation
|
|
110
|
+
echo """ ⏭️ Skipping symlink creation
|
|
125
111
|
"""
|
|
126
112
|
fi
|
|
127
113
|
|
|
128
|
-
echo """
|
|
129
|
-
#=======================================================================
|
|
114
|
+
echo """#=======================================================================
|
|
130
115
|
⚡ CLI APPLICATIONS | Command-line tools installation
|
|
131
116
|
#=======================================================================
|
|
132
117
|
"""
|
|
133
118
|
read -p "⚡ Install CLI Apps [y]/n? " choice
|
|
134
119
|
choice=${choice:-y}
|
|
135
120
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
136
|
-
echo """
|
|
137
|
-
🔧 Installing CLI applications...
|
|
121
|
+
echo """ 🔧 Installing CLI applications...
|
|
138
122
|
"""
|
|
139
123
|
. $HOME/venvs/ve/bin/activate
|
|
140
124
|
python -m fire machineconfig.scripts.python.devops_devapps_install main --which=AllEssentials
|
|
141
125
|
. $HOME/.bashrc
|
|
142
126
|
else
|
|
143
|
-
echo """
|
|
144
|
-
⏭️ Skipping CLI apps installation
|
|
127
|
+
echo """ ⏭️ Skipping CLI apps installation
|
|
145
128
|
"""
|
|
146
129
|
fi
|
|
147
130
|
|
|
148
|
-
echo """
|
|
149
|
-
#=======================================================================
|
|
131
|
+
echo """#=======================================================================
|
|
150
132
|
🛠️ DEVELOPMENT TOOLS | Software development packages
|
|
151
133
|
#=======================================================================
|
|
152
134
|
"""
|
|
153
135
|
read -p "🛠️ Install Development Tools [y]/n? " choice
|
|
154
136
|
choice=${choice:-y}
|
|
155
137
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
156
|
-
echo """
|
|
157
|
-
🔧 Installing development tools...
|
|
138
|
+
echo """ 🔧 Installing development tools...
|
|
158
139
|
"""
|
|
159
140
|
. $HOME/venvs/ve/bin/activate
|
|
160
141
|
(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh) || true
|
|
161
142
|
sudo nala install libssl-dev -y
|
|
162
143
|
sudo nala install ffmpeg -y
|
|
163
|
-
python -m fire machineconfig.scripts.python.devops_devapps_install main --which=wezterm,brave,code
|
|
144
|
+
python -m fire machineconfig.scripts.python.devops_devapps_install main --which=wezterm,brave,code
|
|
164
145
|
else
|
|
165
|
-
echo """
|
|
166
|
-
⏭️ Skipping development tools installation
|
|
146
|
+
echo """ ⏭️ Skipping development tools installation
|
|
167
147
|
"""
|
|
168
148
|
fi
|
|
169
149
|
|
|
170
|
-
echo """
|
|
171
|
-
#=======================================================================
|
|
150
|
+
echo """#=======================================================================
|
|
172
151
|
📚 REPOSITORIES | Project code retrieval
|
|
173
152
|
#=======================================================================
|
|
174
153
|
"""
|
|
175
154
|
read -p "📚 Retrieve Repositories to ~/code [y]/n? " choice
|
|
176
155
|
choice=${choice:-y}
|
|
177
156
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
178
|
-
echo """
|
|
179
|
-
🔄 Cloning repositories...
|
|
157
|
+
echo """ 🔄 Cloning repositories...
|
|
180
158
|
"""
|
|
181
159
|
repos ~/code --clone --cloud odg1
|
|
182
160
|
else
|
|
183
|
-
echo """
|
|
184
|
-
⏭️ Skipping repository retrieval
|
|
161
|
+
echo """ ⏭️ Skipping repository retrieval
|
|
185
162
|
"""
|
|
186
163
|
fi
|
|
187
164
|
|
|
188
|
-
echo """
|
|
189
|
-
#=======================================================================
|
|
165
|
+
echo """#=======================================================================
|
|
190
166
|
💾 DATA RETRIEVAL | Backup restoration
|
|
191
167
|
#=======================================================================
|
|
192
168
|
"""
|
|
193
169
|
read -p "💾 Retrieve Data [y]/n? " choice
|
|
194
170
|
choice=${choice:-y}
|
|
195
171
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
196
|
-
echo """
|
|
197
|
-
🔄 Retrieving data...
|
|
172
|
+
echo """ 🔄 Retrieving data...
|
|
198
173
|
"""
|
|
199
174
|
. $HOME/venvs/ve/bin/activate
|
|
200
175
|
python -m fire machineconfig.scripts.python.devops_backup_retrieve main --direction=RETRIEVE
|
|
201
176
|
else
|
|
202
|
-
echo """
|
|
203
|
-
⏭️ Skipping data retrieval
|
|
177
|
+
echo """ ⏭️ Skipping data retrieval
|
|
204
178
|
"""
|
|
205
179
|
fi
|
|
206
180
|
|
|
207
|
-
echo """
|
|
208
|
-
#=======================================================================
|
|
181
|
+
echo """#=======================================================================
|
|
209
182
|
🎨 ASCII ART | Terminal visualization tools
|
|
210
183
|
#=======================================================================
|
|
211
184
|
"""
|
|
212
185
|
read -p "🎨 Install ASCII Art Libraries [y]/n? " choice
|
|
213
186
|
choice=${choice:-y}
|
|
214
187
|
if [[ "$choice" == "y" || "$choice" == "Y" ]]; then
|
|
215
|
-
echo """
|
|
216
|
-
🎨 Installing ASCII art libraries...
|
|
188
|
+
echo """ 🎨 Installing ASCII art libraries...
|
|
217
189
|
"""
|
|
218
190
|
curl bit.ly/cfgasciiartlinux -L | sudo bash
|
|
219
191
|
else
|
|
220
|
-
echo """
|
|
221
|
-
⏭️ Skipping ASCII art installation
|
|
192
|
+
echo """ ⏭️ Skipping ASCII art installation
|
|
222
193
|
"""
|
|
223
194
|
fi
|
|
224
195
|
|
|
225
|
-
# echo """
|
|
226
|
-
# 📧 Thunderbird Setup Note:
|
|
196
|
+
# echo """# 📧 Thunderbird Setup Note:
|
|
227
197
|
# Run after installing Thunderbird and starting it once:
|
|
228
198
|
# cd ~/AppData/Roaming/ThunderBird/Profiles
|
|
229
199
|
# \$res = ls
|
|
@@ -231,8 +201,7 @@ fi
|
|
|
231
201
|
# mv \$backup_folder \$name
|
|
232
202
|
# """
|
|
233
203
|
|
|
234
|
-
echo """
|
|
235
|
-
#=======================================================================
|
|
204
|
+
echo """#=======================================================================
|
|
236
205
|
✨ INSTALLATION COMPLETE | System setup finished successfully
|
|
237
206
|
#=======================================================================
|
|
238
207
|
|
|
@@ -4,29 +4,25 @@
|
|
|
4
4
|
#=======================================================================
|
|
5
5
|
# This script sets up SSH server with public key authentication
|
|
6
6
|
|
|
7
|
-
echo """
|
|
8
|
-
#=======================================================================
|
|
7
|
+
echo """#=======================================================================
|
|
9
8
|
🔑 SSH KEY SETUP | Configuring SSH public key authentication
|
|
10
9
|
#=======================================================================
|
|
11
10
|
"""
|
|
12
11
|
|
|
13
12
|
if [ -z "$pubkey_url" ]; then
|
|
14
|
-
echo """
|
|
15
|
-
🔍 No public key URL specified, using default GitHub URL
|
|
13
|
+
echo """ 🔍 No public key URL specified, using default GitHub URL
|
|
16
14
|
🔗 URL: https://github.com/thisismygitrepo.keys
|
|
17
15
|
"""
|
|
18
16
|
pubkey_url='https://github.com/thisismygitrepo.keys' # (CHANGE APPROPRIATELY)
|
|
19
17
|
fi
|
|
20
18
|
|
|
21
19
|
if [ -z "$pubkey_string" ]; then
|
|
22
|
-
echo """
|
|
23
|
-
📥 Fetching public key from URL...
|
|
20
|
+
echo """ 📥 Fetching public key from URL...
|
|
24
21
|
"""
|
|
25
22
|
export pubkey_string=$(curl --silent $pubkey_url)
|
|
26
23
|
fi
|
|
27
24
|
|
|
28
|
-
echo """
|
|
29
|
-
#=======================================================================
|
|
25
|
+
echo """#=======================================================================
|
|
30
26
|
🛠️ SSH SERVER INSTALLATION | Standard SSH setup
|
|
31
27
|
#=======================================================================
|
|
32
28
|
|
|
@@ -34,27 +30,23 @@ Setting up OpenSSH server...
|
|
|
34
30
|
"""
|
|
35
31
|
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/openssh_all.sh | sudo bash
|
|
36
32
|
|
|
37
|
-
echo """
|
|
38
|
-
#=======================================================================
|
|
33
|
+
echo """#=======================================================================
|
|
39
34
|
🔄 WSL CONFIGURATION | Additional WSL-specific setup
|
|
40
35
|
#=======================================================================
|
|
41
36
|
"""
|
|
42
37
|
|
|
43
38
|
# For WSL only, also run the following:
|
|
44
39
|
if [ -z "$port" ]; then
|
|
45
|
-
echo """
|
|
46
|
-
🔌 No port specified, using default port 2222
|
|
40
|
+
echo """ 🔌 No port specified, using default port 2222
|
|
47
41
|
"""
|
|
48
42
|
export port=2222
|
|
49
43
|
fi
|
|
50
44
|
|
|
51
|
-
echo """
|
|
52
|
-
📡 Setting up WSL-specific SSH configuration on port $port...
|
|
45
|
+
echo """📡 Setting up WSL-specific SSH configuration on port $port...
|
|
53
46
|
"""
|
|
54
47
|
curl https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/openssh_wsl.sh | sudo bash
|
|
55
48
|
|
|
56
|
-
echo """
|
|
57
|
-
#=======================================================================
|
|
49
|
+
echo """#=======================================================================
|
|
58
50
|
✅ SETUP COMPLETE | SSH server configured successfully
|
|
59
51
|
#=======================================================================
|
|
60
52
|
|
|
@@ -4,14 +4,12 @@
|
|
|
4
4
|
#=======================================================================
|
|
5
5
|
# This script provides methods to update Ubuntu system and kernel
|
|
6
6
|
|
|
7
|
-
echo """
|
|
8
|
-
#=======================================================================
|
|
7
|
+
echo """#=======================================================================
|
|
9
8
|
🔄 SYSTEM UPGRADE OPTIONS | Ubuntu system maintenance
|
|
10
9
|
#=======================================================================
|
|
11
10
|
"""
|
|
12
11
|
|
|
13
|
-
echo """
|
|
14
|
-
#=======================================================================
|
|
12
|
+
echo """#=======================================================================
|
|
15
13
|
📦 UBUNTU DISTRIBUTION UPGRADE | Full system version upgrade
|
|
16
14
|
#=======================================================================
|
|
17
15
|
|
|
@@ -21,8 +19,7 @@ echo """
|
|
|
21
19
|
# Uncomment the line below to actually run the upgrade
|
|
22
20
|
# do-release-upgrade
|
|
23
21
|
|
|
24
|
-
echo """
|
|
25
|
-
#=======================================================================
|
|
22
|
+
echo """#=======================================================================
|
|
26
23
|
🔧 KERNEL UPDATE | Installing the latest Linux kernel
|
|
27
24
|
#=======================================================================
|
|
28
25
|
|
|
@@ -30,23 +27,19 @@ echo """
|
|
|
30
27
|
"""
|
|
31
28
|
wget https://raw.githubusercontent.com/pimlie/ubuntu-mainline-kernel.sh/master/ubuntu-mainline-kernel.sh
|
|
32
29
|
|
|
33
|
-
echo """
|
|
34
|
-
🛠️ Installing script to system path...
|
|
30
|
+
echo """🛠️ Installing script to system path...
|
|
35
31
|
"""
|
|
36
32
|
sudo install ubuntu-mainline-kernel.sh /usr/local/bin/
|
|
37
33
|
|
|
38
|
-
echo """
|
|
39
|
-
🔍 Checking available kernel versions...
|
|
34
|
+
echo """🔍 Checking available kernel versions...
|
|
40
35
|
"""
|
|
41
36
|
sudo ubuntu-mainline-kernel.sh -c
|
|
42
37
|
|
|
43
|
-
echo """
|
|
44
|
-
⏳ Installing the latest kernel (this may take several minutes)...
|
|
38
|
+
echo """⏳ Installing the latest kernel (this may take several minutes)...
|
|
45
39
|
"""
|
|
46
40
|
sudo ubuntu-mainline-kernel.sh -i -y
|
|
47
41
|
|
|
48
|
-
echo """
|
|
49
|
-
#=======================================================================
|
|
42
|
+
echo """#=======================================================================
|
|
50
43
|
✅ UPDATE COMPLETE | System upgrade finished
|
|
51
44
|
#=======================================================================
|
|
52
45
|
|
|
@@ -5,12 +5,9 @@ https://glitchbone.github.io/vscode-base16-term/#/3024
|
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
from crocodile.file_management import P
|
|
10
|
-
# from crocodile.meta import Terminal
|
|
8
|
+
from machineconfig.utils.path_reduced import P as PathExtended
|
|
11
9
|
from machineconfig.utils.utils import LIBRARY_ROOT
|
|
12
10
|
from machineconfig.utils.installer_utils.installer_class import Installer
|
|
13
|
-
# import os
|
|
14
11
|
import subprocess
|
|
15
12
|
|
|
16
13
|
|
|
@@ -36,8 +33,8 @@ def install_nerd_fonts():
|
|
|
36
33
|
folder.search("*LICENSE*").apply(lambda p: p.delete(sure=True))
|
|
37
34
|
|
|
38
35
|
print("⚙️ Installing fonts via PowerShell...")
|
|
39
|
-
file =
|
|
40
|
-
subprocess.run(rf"powershell.exe -executionpolicy Bypass -nologo -noninteractive -File {file
|
|
36
|
+
file = PathExtended.tmpfile(suffix=".ps1").write_text(LIBRARY_ROOT.joinpath("setup_windows/wt_and_pwsh/install_fonts.ps1").read_text().replace(r".\fonts-to-be-installed", str(folder)))
|
|
37
|
+
subprocess.run(rf"powershell.exe -executionpolicy Bypass -nologo -noninteractive -File {str(file)}", check=True)
|
|
41
38
|
|
|
42
39
|
print("🗑️ Cleaning up temporary files...")
|
|
43
40
|
folder.delete(sure=True)
|