machineconfig 5.24__py3-none-any.whl → 5.25__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/scripts/python/interactive.py +10 -18
- {machineconfig-5.24.dist-info → machineconfig-5.25.dist-info}/METADATA +1 -5
- {machineconfig-5.24.dist-info → machineconfig-5.25.dist-info}/RECORD +6 -6
- {machineconfig-5.24.dist-info → machineconfig-5.25.dist-info}/WHEEL +0 -0
- {machineconfig-5.24.dist-info → machineconfig-5.25.dist-info}/entry_points.txt +0 -0
- {machineconfig-5.24.dist-info → machineconfig-5.25.dist-info}/top_level.txt +0 -0
|
@@ -36,7 +36,6 @@ console = Console()
|
|
|
36
36
|
def display_header() -> None:
|
|
37
37
|
from machineconfig.utils.installer import get_machineconfig_version
|
|
38
38
|
from rich.align import Align
|
|
39
|
-
from rich.padding import Padding
|
|
40
39
|
|
|
41
40
|
# Fancy ASCII art header
|
|
42
41
|
ascii_art = """
|
|
@@ -57,23 +56,16 @@ def display_header() -> None:
|
|
|
57
56
|
subtitle = "🎯 Your digital life manager. Dotfiles, data, code and more."
|
|
58
57
|
bug_report = "🐛 Please report bugs to Alex Al-Saffar @ https://github.com/thisismygitrepo/machineconfig"
|
|
59
58
|
|
|
60
|
-
#
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
console.print(Align.center(title_text))
|
|
71
|
-
console.print(Align.center(subtitle_text))
|
|
72
|
-
console.print()
|
|
73
|
-
console.print(Align.center(bug_text))
|
|
74
|
-
|
|
75
|
-
panel_content = capture.get()
|
|
76
|
-
console.print(Panel(Padding(panel_content, (1, 2)), border_style="bright_cyan", padding=(1, 2)))
|
|
59
|
+
# Print ASCII art
|
|
60
|
+
console.print(Text(ascii_art, style="bold cyan"))
|
|
61
|
+
console.print()
|
|
62
|
+
|
|
63
|
+
# Print centered text elements
|
|
64
|
+
console.print(Align.center(Text(title, style="bold bright_magenta")))
|
|
65
|
+
console.print(Align.center(Text(subtitle, style="italic bright_blue")))
|
|
66
|
+
console.print()
|
|
67
|
+
console.print(Align.center(Text(bug_report, style="dim white")))
|
|
68
|
+
console.print()
|
|
77
69
|
def display_completion_message() -> None:
|
|
78
70
|
completion_text = Text("INSTALLATION COMPLETE", style="bold green")
|
|
79
71
|
subtitle_text = Text("System setup finished successfully", style="italic green")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: machineconfig
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.25
|
|
4
4
|
Summary: Dotfiles management package
|
|
5
5
|
Author-email: Alex Al-Saffar <programmer@usa.com>
|
|
6
6
|
License: Apache 2.0
|
|
@@ -44,10 +44,6 @@ Requires-Dist: pdoc>=15.0.2; extra == "docs"
|
|
|
44
44
|
|
|
45
45
|
# Welcome to machineconfig
|
|
46
46
|
|
|
47
|
-
# Shortcuts
|
|
48
|
-
* `bit.ly/cfgroot` is a shortcut to this repo.
|
|
49
|
-
* `glow https://bit.ly/cfgread` OR `curl bit.ly/cfgread -L | bat -l md --style="header"` to get the readme file.
|
|
50
|
-
|
|
51
47
|
Machineconfig is a package for managing configuration files (aka dotfiles). The idea is to collect those critical, time-consuming-files-to-setup in one directory and reference them via symbolic links from their original locations. Thus, when a new machine is to be setup, all that is required is to clone the repo in that machine and create the symbolic links.
|
|
52
48
|
Dotfiles include, but are not limited to:
|
|
53
49
|
* `~/.gitconfig`
|
|
@@ -167,7 +167,7 @@ machineconfig/scripts/python/fire_jobs_streamlit_helper.py,sha256=47DEQpj8HBSa-_
|
|
|
167
167
|
machineconfig/scripts/python/ftpx.py,sha256=QfQTp-6jQP6yxfbLc5sKxiMtTgAgc8sjN7d17_uLiZc,9400
|
|
168
168
|
machineconfig/scripts/python/get_zellij_cmd.py,sha256=e35-18hoXM9N3PFbvbizfkNY_-63iMicieWE3TbGcCQ,576
|
|
169
169
|
machineconfig/scripts/python/gh_models.py,sha256=3BLfW25mBRiPO5VKtVm-nMlKLv-PaZDw7mObajq6F6M,5538
|
|
170
|
-
machineconfig/scripts/python/interactive.py,sha256=
|
|
170
|
+
machineconfig/scripts/python/interactive.py,sha256=wz6LRdSF76a-e5Lgd_T37JBgko5zfkgqtx6VQHy9H8A,13194
|
|
171
171
|
machineconfig/scripts/python/mount_nfs.py,sha256=aECrL64j9g-9rF49sVJAjGmzaoGgcMnl3g9v17kQF4c,3239
|
|
172
172
|
machineconfig/scripts/python/mount_nw_drive.py,sha256=iru6AtnTyvyuk6WxlK5R4lDkuliVpPV5_uBTVVhXtjQ,1550
|
|
173
173
|
machineconfig/scripts/python/mount_ssh.py,sha256=k2fKq3f5dKq_7anrFOlqvJoI_3U4EWNHLRZ1o3Lsy6M,2268
|
|
@@ -422,8 +422,8 @@ machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=pTxvLzIpD5RF
|
|
|
422
422
|
machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoSpdmTIdgS9LS-RvE-QZ-D260tD3o,1214
|
|
423
423
|
machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
|
|
424
424
|
machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
|
|
425
|
-
machineconfig-5.
|
|
426
|
-
machineconfig-5.
|
|
427
|
-
machineconfig-5.
|
|
428
|
-
machineconfig-5.
|
|
429
|
-
machineconfig-5.
|
|
425
|
+
machineconfig-5.25.dist-info/METADATA,sha256=UMq5KBkb50xmihhaEDp_z3JgobmM2JI0ogvWhPZFWtM,2497
|
|
426
|
+
machineconfig-5.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
427
|
+
machineconfig-5.25.dist-info/entry_points.txt,sha256=2afE1mw-o4MUlfxyX73SV02XaQI4SV_LdL2r6_CzhPU,1074
|
|
428
|
+
machineconfig-5.25.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
429
|
+
machineconfig-5.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|