machineconfig 3.92__py3-none-any.whl → 3.94__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/jobs/{python_custom_installers → installer/custom}/gh.py +22 -7
- machineconfig/jobs/{python_custom_installers → installer/custom}/hx.py +13 -4
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/alacritty.py +11 -5
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/brave.py +17 -14
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/bypass_paywall.py +7 -9
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/code.py +13 -13
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/cursor.py +7 -7
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/espanso.py +21 -17
- machineconfig/jobs/installer/custom_dev/goes.py +63 -0
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/lvim.py +10 -14
- machineconfig/jobs/installer/custom_dev/nerdfont.py +87 -0
- machineconfig/{setup_windows/wt_and_pwsh/install_nerd_fonts.py → jobs/installer/custom_dev/nerfont_windows_helper.py} +68 -25
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/redis.py +13 -8
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/wezterm.py +13 -7
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/winget.py +1 -3
- machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/docker.sh +1 -1
- machineconfig/jobs/installer/packages_custom_dev.json +226 -0
- machineconfig/jobs/installer/packages_custom_essential.json +39 -0
- machineconfig/jobs/installer/packages_github_dev.json +1110 -0
- machineconfig/jobs/installer/packages_github_essential.json +804 -0
- machineconfig/jobs/linux/msc/cli_agents.sh +5 -0
- machineconfig/scripts/python/ai/solutions/gemini/settings.json +1 -1
- machineconfig/scripts/python/devops_devapps_install.py +31 -20
- machineconfig/utils/installer.py +17 -80
- machineconfig/utils/installer_utils/github_release_bulk.py +198 -0
- machineconfig/utils/installer_utils/installer_class.py +223 -210
- machineconfig/utils/schemas/installer/installer_types.py +29 -6
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/METADATA +1 -1
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/RECORD +45 -67
- machineconfig/jobs/python_custom_installers/archive/ngrok.py +0 -63
- machineconfig/jobs/python_custom_installers/dev/aider.py +0 -37
- machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +0 -78
- machineconfig/jobs/python_custom_installers/dev/goes.py +0 -55
- machineconfig/jobs/python_custom_installers/dev/nerdfont.py +0 -68
- machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md +0 -31
- machineconfig/jobs/python_custom_installers/docker.py +0 -74
- machineconfig/jobs/python_custom_installers/warp-cli.py +0 -71
- machineconfig/jobs/python_generic_installers/config.json +0 -603
- machineconfig/jobs/python_generic_installers/config.json.bak +0 -414
- machineconfig/jobs/python_generic_installers/dev/config.archive.json +0 -18
- machineconfig/jobs/python_generic_installers/dev/config.json +0 -825
- machineconfig/jobs/python_generic_installers/dev/config.json.bak +0 -565
- machineconfig/jobs/python_linux_installers/__init__.py +0 -0
- machineconfig/jobs/python_linux_installers/archive/config.json +0 -18
- machineconfig/jobs/python_linux_installers/archive/config.json.bak +0 -10
- machineconfig/jobs/python_linux_installers/config.json +0 -145
- machineconfig/jobs/python_linux_installers/config.json.bak +0 -110
- machineconfig/jobs/python_linux_installers/dev/__init__.py +0 -0
- machineconfig/jobs/python_linux_installers/dev/config.json +0 -276
- machineconfig/jobs/python_linux_installers/dev/config.json.bak +0 -206
- machineconfig/jobs/python_windows_installers/__init__.py +0 -0
- machineconfig/jobs/python_windows_installers/archive/__init__.py +0 -0
- machineconfig/jobs/python_windows_installers/archive/file.json +0 -11
- machineconfig/jobs/python_windows_installers/config.json +0 -82
- machineconfig/jobs/python_windows_installers/config.json.bak +0 -56
- machineconfig/jobs/python_windows_installers/dev/__init__.py +0 -0
- machineconfig/jobs/python_windows_installers/dev/config.json +0 -4
- machineconfig/jobs/python_windows_installers/dev/config.json.bak +0 -3
- /machineconfig/jobs/{python_custom_installers → installer}/__init__.py +0 -0
- /machineconfig/jobs/{python_generic_installers → installer/custom_dev}/__init__.py +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/brave.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/docker_start.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/edge.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/nerdfont.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/pgsql.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/redis.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/timescaledb.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/vscode.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/warp-cli.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/wezterm.sh +0 -0
- /machineconfig/{setup_windows/wt_and_pwsh → jobs/installer/powershell_scripts}/install_fonts.ps1 +0 -0
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/WHEEL +0 -0
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/entry_points.txt +0 -0
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/top_level.txt +0 -0
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ytui-music": {
|
|
3
|
-
"repo_url": "https://github.com/sudipghimire533/ytui-music",
|
|
4
|
-
"doc": "🎵 A terminal based YouTube music player written in Rust.",
|
|
5
|
-
"filename_template_windows_amd_64": "",
|
|
6
|
-
"filename_template_windows_arm_64": "",
|
|
7
|
-
"filename_template_linux_amd_64": "ytui_music-linux-amd64",
|
|
8
|
-
"filename_template_linux_arm_64": "",
|
|
9
|
-
"filename_template_macos_amd_64": "",
|
|
10
|
-
"filename_template_macos_arm_64": "",
|
|
11
|
-
"strip_v": true,
|
|
12
|
-
"exe_name": "ytui-music"
|
|
13
|
-
},
|
|
14
|
-
"youtube-tui": {
|
|
15
|
-
"repo_url": "https://github.com/Siriusmart/youtube-tui",
|
|
16
|
-
"doc": "🎵 A terminal based YouTube music player written in Rust.",
|
|
17
|
-
"filename_template_windows_amd_64": "",
|
|
18
|
-
"filename_template_windows_arm_64": "",
|
|
19
|
-
"filename_template_linux_amd_64": "youtube-tui-full_arch-x86_64",
|
|
20
|
-
"filename_template_linux_arm_64": "",
|
|
21
|
-
"filename_template_macos_amd_64": "",
|
|
22
|
-
"filename_template_macos_arm_64": "",
|
|
23
|
-
"strip_v": true,
|
|
24
|
-
"exe_name": "youtube-tui"
|
|
25
|
-
},
|
|
26
|
-
"termusic": {
|
|
27
|
-
"repo_url": "https://github.com/tramhao/termusic",
|
|
28
|
-
"doc": "🎵 A terminal-based music player written in Rust.",
|
|
29
|
-
"filename_template_windows_amd_64": "termusic-{}-x86_64-windows.zip",
|
|
30
|
-
"filename_template_windows_arm_64": "",
|
|
31
|
-
"filename_template_linux_amd_64": "termusic-{}-x86_64-linux.tar.xz",
|
|
32
|
-
"filename_template_linux_arm_64": "",
|
|
33
|
-
"filename_template_macos_amd_64": "termusic-{}-x86_64-macos.tar.xz",
|
|
34
|
-
"filename_template_macos_arm_64": "",
|
|
35
|
-
"strip_v": false,
|
|
36
|
-
"exe_name": "termusic"
|
|
37
|
-
},
|
|
38
|
-
"kronos": {
|
|
39
|
-
"repo_url": "https://github.com/TrevorSatori/kronos",
|
|
40
|
-
"doc": "🎵 A Customizable Terminal Music Player For Offline Listening",
|
|
41
|
-
"filename_template_windows_amd_64": "",
|
|
42
|
-
"filename_template_windows_arm_64": "",
|
|
43
|
-
"filename_template_linux_amd_64": "Kronos",
|
|
44
|
-
"filename_template_linux_arm_64": "",
|
|
45
|
-
"filename_template_macos_amd_64": "",
|
|
46
|
-
"filename_template_macos_arm_64": "",
|
|
47
|
-
"strip_v": true,
|
|
48
|
-
"exe_name": "kronos"
|
|
49
|
-
},
|
|
50
|
-
"transmission": {
|
|
51
|
-
"repo_url": "https://github.com/transmission/transmission",
|
|
52
|
-
"doc": "📥 A fast, easy, and free BitTorrent client.",
|
|
53
|
-
"filename_template_windows_amd_64": "transmission-{}-x64.msi",
|
|
54
|
-
"filename_template_windows_arm_64": "",
|
|
55
|
-
"filename_template_linux_amd_64": "transmission-{}.tar.xz",
|
|
56
|
-
"filename_template_linux_arm_64": "",
|
|
57
|
-
"filename_template_macos_amd_64": "Transmission-{}.dmg",
|
|
58
|
-
"filename_template_macos_arm_64": "Transmission-{}.dmg",
|
|
59
|
-
"strip_v": true,
|
|
60
|
-
"exe_name": "transmission"
|
|
61
|
-
},
|
|
62
|
-
"nnn": {
|
|
63
|
-
"repo_url": "https://github.com/jarun/nnn",
|
|
64
|
-
"doc": "📂 A terminal-based file manager.",
|
|
65
|
-
"filename_template_windows_amd_64": "",
|
|
66
|
-
"filename_template_windows_arm_64": "",
|
|
67
|
-
"filename_template_linux_amd_64": "",
|
|
68
|
-
"filename_template_linux_arm_64": "",
|
|
69
|
-
"filename_template_macos_amd_64": "",
|
|
70
|
-
"filename_template_macos_arm_64": "",
|
|
71
|
-
"strip_v": false,
|
|
72
|
-
"exe_name": "nnn"
|
|
73
|
-
},
|
|
74
|
-
"exa": {
|
|
75
|
-
"repo_url": "https://github.com/ogham/exa",
|
|
76
|
-
"doc": "📂 A modern replacement for ls. lsd alternative.",
|
|
77
|
-
"filename_template_windows_amd_64": "",
|
|
78
|
-
"filename_template_windows_arm_64": "",
|
|
79
|
-
"filename_template_linux_amd_64": "exa-linux-x86_64-{}.zip",
|
|
80
|
-
"filename_template_linux_arm_64": "exa-linux-armv7-{}.zip",
|
|
81
|
-
"filename_template_macos_amd_64": "exa-macos-x86_64-{}.zip",
|
|
82
|
-
"filename_template_macos_arm_64": "",
|
|
83
|
-
"strip_v": false,
|
|
84
|
-
"exe_name": "exa"
|
|
85
|
-
},
|
|
86
|
-
"bytehound": {
|
|
87
|
-
"repo_url": "https://github.com/koute/bytehound",
|
|
88
|
-
"doc": "🔍 Inspecting the memory usage of a running process",
|
|
89
|
-
"filename_template_windows_amd_64": "",
|
|
90
|
-
"filename_template_windows_arm_64": "",
|
|
91
|
-
"filename_template_linux_amd_64": "bytehound-x86_64-unknown-linux-gnu.tgz",
|
|
92
|
-
"filename_template_linux_arm_64": "",
|
|
93
|
-
"filename_template_macos_amd_64": "",
|
|
94
|
-
"filename_template_macos_arm_64": "",
|
|
95
|
-
"strip_v": false,
|
|
96
|
-
"exe_name": "bytehound"
|
|
97
|
-
},
|
|
98
|
-
"atuin": {
|
|
99
|
-
"repo_url": "https://github.com/atuinsh/atuin",
|
|
100
|
-
"doc": "🔍 Shell history search tool. Mcfly alternative",
|
|
101
|
-
"filename_template_windows_amd_64": "",
|
|
102
|
-
"filename_template_windows_arm_64": "",
|
|
103
|
-
"filename_template_linux_amd_64": "atuin-x86_64-unknown-linux-gnu.tar.gz",
|
|
104
|
-
"filename_template_linux_arm_64": "atuin-aarch64-unknown-linux-gnu.tar.gz",
|
|
105
|
-
"filename_template_macos_amd_64": "atuin-x86_64-apple-darwin.tar.gz",
|
|
106
|
-
"filename_template_macos_arm_64": "atuin-aarch64-apple-darwin.tar.gz",
|
|
107
|
-
"strip_v": false,
|
|
108
|
-
"exe_name": "atuin"
|
|
109
|
-
},
|
|
110
|
-
"browsh": {
|
|
111
|
-
"repo_url": "https://github.com/browsh-org/browsh",
|
|
112
|
-
"doc": "🌐 browser in the shell",
|
|
113
|
-
"filename_template_windows_amd_64": "browsh_{}_windows_amd64.exe",
|
|
114
|
-
"filename_template_windows_arm_64": "browsh_{}_windows_arm64.exe",
|
|
115
|
-
"filename_template_linux_amd_64": "browsh_{}_linux_amd64",
|
|
116
|
-
"filename_template_linux_arm_64": "browsh_{}_linux_arm64",
|
|
117
|
-
"filename_template_macos_amd_64": "browsh_{}_darwin_amd64",
|
|
118
|
-
"filename_template_macos_arm_64": "browsh_{}_darwin_arm64",
|
|
119
|
-
"strip_v": true,
|
|
120
|
-
"exe_name": "browsh"
|
|
121
|
-
},
|
|
122
|
-
"carbonyl": {
|
|
123
|
-
"repo_url": "https://github.com/fathyb/carbonyl",
|
|
124
|
-
"doc": "A Chromium based browser built to run in a terminal",
|
|
125
|
-
"filename_template_windows_amd_64": "",
|
|
126
|
-
"filename_template_windows_arm_64": "",
|
|
127
|
-
"filename_template_linux_amd_64": "carbonyl.linux-x86_64.zip",
|
|
128
|
-
"filename_template_linux_arm_64": "carbonyl.linux-arm64.zip",
|
|
129
|
-
"filename_template_macos_amd_64": "carbonyl.macos-x86_64.zip",
|
|
130
|
-
"filename_template_macos_arm_64": "carbonyl.macos-arm64.zip",
|
|
131
|
-
"strip_v": true,
|
|
132
|
-
"exe_name": "carbonyl"
|
|
133
|
-
},
|
|
134
|
-
"patat": {
|
|
135
|
-
"repo_url": "https://github.com/jaspervdj/patat",
|
|
136
|
-
"doc": "🎯 Terminal-based presentations using Pandoc. Presenterm alternative.",
|
|
137
|
-
"filename_template_windows_amd_64": "",
|
|
138
|
-
"filename_template_windows_arm_64": "",
|
|
139
|
-
"filename_template_linux_amd_64": "patat-{}-linux-x86_64.tar.gz",
|
|
140
|
-
"filename_template_linux_arm_64": "",
|
|
141
|
-
"filename_template_macos_amd_64": "",
|
|
142
|
-
"filename_template_macos_arm_64": "patat-{}-darwin-arm64.zip",
|
|
143
|
-
"strip_v": false,
|
|
144
|
-
"exe_name": "patat"
|
|
145
|
-
},
|
|
146
|
-
"SqliteBrowser": {
|
|
147
|
-
"repo_url": "https://github.com/sqlitebrowser/sqlitebrowser",
|
|
148
|
-
"doc": "🗃️ A visual tool to create, design, and edit database files compatible with SQLite.",
|
|
149
|
-
"filename_template_windows_amd_64": "DB.Browser.for.SQLite-{}-win64.zip",
|
|
150
|
-
"filename_template_windows_arm_64": "",
|
|
151
|
-
"filename_template_linux_amd_64": "DB.Browser.for.SQLite-{}-x86.64-v2.AppImage",
|
|
152
|
-
"filename_template_linux_arm_64": "",
|
|
153
|
-
"filename_template_macos_amd_64": "DB.Browser.for.SQLite-{}.dmg",
|
|
154
|
-
"filename_template_macos_arm_64": "DB.Browser.for.SQLite-{}.dmg",
|
|
155
|
-
"strip_v": false,
|
|
156
|
-
"exe_name": "sqlite_browser"
|
|
157
|
-
},
|
|
158
|
-
"DBeaver": {
|
|
159
|
-
"repo_url": "https://github.com/dbeaver/dbeaver",
|
|
160
|
-
"doc": "🗃️ Free universal database tool and SQL client.",
|
|
161
|
-
"filename_template_windows_amd_64": "dbeaver-ce-{}-win32.win32.x86_64.zip",
|
|
162
|
-
"filename_template_windows_arm_64": "",
|
|
163
|
-
"filename_template_linux_amd_64": "dbeaver-ce-{}-linux.gtk.x86_64.tar.gz",
|
|
164
|
-
"filename_template_linux_arm_64": "dbeaver-ce-{}-linux.gtk.aarch64.tar.gz",
|
|
165
|
-
"filename_template_macos_amd_64": "dbeaver-ce-{}-macos-cocoa.x86_64.tar.gz",
|
|
166
|
-
"filename_template_macos_arm_64": "dbeaver-ce-{}-macos-cocoa.aarch64.tar.gz",
|
|
167
|
-
"strip_v": true,
|
|
168
|
-
"exe_name": "dbeaver"
|
|
169
|
-
},
|
|
170
|
-
"rainfrog": {
|
|
171
|
-
"repo_url": "https://github.com/achristmascarl/rainfrog",
|
|
172
|
-
"doc": "🗃️ TUI DB Visualizer",
|
|
173
|
-
"filename_template_windows_amd_64": "rainfrog-{}-x86_64-pc-windows-msvc.tar.gz",
|
|
174
|
-
"filename_template_windows_arm_64": "rainfrog-{}-aarch64-pc-windows-msvc.tar.gz",
|
|
175
|
-
"filename_template_linux_amd_64": "rainfrog-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
176
|
-
"filename_template_linux_arm_64": "rainfrog-{}-aarch64-unknown-linux-musl.tar.gz",
|
|
177
|
-
"filename_template_macos_amd_64": "rainfrog-{}-x86_64-apple-darwin.tar.gz",
|
|
178
|
-
"filename_template_macos_arm_64": "rainfrog-{}-aarch64-apple-darwin.tar.gz",
|
|
179
|
-
"strip_v": false,
|
|
180
|
-
"exe_name": "rainfrog"
|
|
181
|
-
},
|
|
182
|
-
"cpz": {
|
|
183
|
-
"repo_url": "https://github.com/SUPERCILEX/fuc",
|
|
184
|
-
"doc": "📋 Fast copy",
|
|
185
|
-
"filename_template_windows_amd_64": "x86_64-pc-windows-msvc-cpz.exe",
|
|
186
|
-
"filename_template_windows_arm_64": "aarch64-pc-windows-msvc-cpz.exe",
|
|
187
|
-
"filename_template_linux_amd_64": "x86_64-unknown-linux-musl-cpz",
|
|
188
|
-
"filename_template_linux_arm_64": "aarch64-unknown-linux-gnu-cpz",
|
|
189
|
-
"filename_template_macos_amd_64": "x86_64-apple-darwin-cpz",
|
|
190
|
-
"filename_template_macos_arm_64": "aarch64-apple-darwin-cpz",
|
|
191
|
-
"strip_v": true,
|
|
192
|
-
"exe_name": "cpz"
|
|
193
|
-
},
|
|
194
|
-
"rmz": {
|
|
195
|
-
"repo_url": "https://github.com/SUPERCILEX/fuc",
|
|
196
|
-
"doc": "🗑️ Fast remove",
|
|
197
|
-
"filename_template_windows_amd_64": "x86_64-pc-windows-msvc-rmz.exe",
|
|
198
|
-
"filename_template_windows_arm_64": "aarch64-pc-windows-msvc-rmz.exe",
|
|
199
|
-
"filename_template_linux_amd_64": "x86_64-unknown-linux-musl-rmz",
|
|
200
|
-
"filename_template_linux_arm_64": "aarch64-unknown-linux-gnu-rmz",
|
|
201
|
-
"filename_template_macos_amd_64": "x86_64-apple-darwin-rmz",
|
|
202
|
-
"filename_template_macos_arm_64": "aarch64-apple-darwin-rmz",
|
|
203
|
-
"strip_v": true,
|
|
204
|
-
"exe_name": "rmz"
|
|
205
|
-
}
|
|
206
|
-
}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
{
|
|
3
|
-
"bitwarden": {
|
|
4
|
-
"repo_url": "https://vault.bitwarden.com/download/?app=cli&platform=windows",
|
|
5
|
-
"doc": "🔐 password manager cli",
|
|
6
|
-
"filename_template_windows_amd_64": "bw.exe",
|
|
7
|
-
"filename_template_linux_amd_64": "",
|
|
8
|
-
"strip_v": true,
|
|
9
|
-
"exe_name": "bw.exe"
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1",
|
|
3
|
-
"installers": [
|
|
4
|
-
{
|
|
5
|
-
"appName": "speedtest",
|
|
6
|
-
"repoURL": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-win64.zip",
|
|
7
|
-
"doc": "🚀 Test your internet connection speed and ping using speedtest.net from the CLI",
|
|
8
|
-
"filenameTemplate": {
|
|
9
|
-
"amd64": {
|
|
10
|
-
"windows": "speedtest",
|
|
11
|
-
"linux": "speedtest"
|
|
12
|
-
},
|
|
13
|
-
"arm64": {
|
|
14
|
-
"windows": "speedtest"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"stripVersion": false,
|
|
18
|
-
"exeName": "speedtest"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"appName": "boxes",
|
|
22
|
-
"repoURL": "https://github.com/ascii-boxes/boxes",
|
|
23
|
-
"doc": "📦 ASCI draws boxes around text.",
|
|
24
|
-
"filenameTemplate": {
|
|
25
|
-
"amd64": {
|
|
26
|
-
"windows": "boxes-{}-intel-win32.zip"
|
|
27
|
-
},
|
|
28
|
-
"arm64": {}
|
|
29
|
-
},
|
|
30
|
-
"stripVersion": true,
|
|
31
|
-
"exeName": "boxes"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"appName": "ugrep",
|
|
35
|
-
"repoURL": "https://github.com/Genivia/ugrep",
|
|
36
|
-
"doc": "🔍 A fast, portable, feature-rich command-line search tool",
|
|
37
|
-
"filenameTemplate": {
|
|
38
|
-
"amd64": {
|
|
39
|
-
"windows": "ugrep-windows-x64.zip"
|
|
40
|
-
},
|
|
41
|
-
"arm64": {}
|
|
42
|
-
},
|
|
43
|
-
"stripVersion": true,
|
|
44
|
-
"exeName": "ugrep"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"appName": "zoomit",
|
|
48
|
-
"repoURL": "https://download.sysinternals.com/files/ZoomIt.zip",
|
|
49
|
-
"doc": "🔍 A screen zoom and annotation tool for presentations",
|
|
50
|
-
"filenameTemplate": {
|
|
51
|
-
"amd64": {},
|
|
52
|
-
"arm64": {}
|
|
53
|
-
},
|
|
54
|
-
"stripVersion": false,
|
|
55
|
-
"exeName": "ZoomIt.exe"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"appName": "ntop",
|
|
59
|
-
"repoURL": "https://github.com/gsass1/NTop",
|
|
60
|
-
"doc": "📊 Like htop, for Windows",
|
|
61
|
-
"filenameTemplate": {
|
|
62
|
-
"amd64": {
|
|
63
|
-
"windows": "ntop.exe"
|
|
64
|
-
},
|
|
65
|
-
"arm64": {}
|
|
66
|
-
},
|
|
67
|
-
"stripVersion": false,
|
|
68
|
-
"exeName": "ntop.exe"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"appName": "devtunnel",
|
|
72
|
-
"repoURL": "winget install --Id Microsoft.devtunnel --scope user",
|
|
73
|
-
"doc": "🔄 devtunnel secure introspectable tunnels to localhost",
|
|
74
|
-
"filenameTemplate": {
|
|
75
|
-
"amd64": {},
|
|
76
|
-
"arm64": {}
|
|
77
|
-
},
|
|
78
|
-
"stripVersion": false,
|
|
79
|
-
"exeName": "devtunnel"
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"speedtest": {
|
|
3
|
-
"repo_url": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-win64.zip",
|
|
4
|
-
"doc": "🚀 Test your internet connection speed and ping using speedtest.net from the CLI",
|
|
5
|
-
"filename_template_windows_amd_64": "speedtest",
|
|
6
|
-
"filename_template_windows_arm_64": "speedtest",
|
|
7
|
-
"filename_template_linux_amd_64": "speedtest",
|
|
8
|
-
"strip_v": false,
|
|
9
|
-
"exe_name": "speedtest"
|
|
10
|
-
},
|
|
11
|
-
"boxes": {
|
|
12
|
-
"repo_url": "https://github.com/ascii-boxes/boxes",
|
|
13
|
-
"doc": "📦 ASCI draws boxes around text.",
|
|
14
|
-
"filename_template_windows_amd_64": "boxes-{}-intel-win32.zip",
|
|
15
|
-
"filename_template_windows_arm_64": "",
|
|
16
|
-
"filename_template_linux_amd_64": "",
|
|
17
|
-
"strip_v": true,
|
|
18
|
-
"exe_name": "boxes"
|
|
19
|
-
},
|
|
20
|
-
"ugrep": {
|
|
21
|
-
"repo_url": "https://github.com/Genivia/ugrep",
|
|
22
|
-
"doc": "🔍 A fast, portable, feature-rich command-line search tool",
|
|
23
|
-
"filename_template_windows_amd_64": "ugrep-windows-x64.zip",
|
|
24
|
-
"filename_template_windows_arm_64": "",
|
|
25
|
-
"filename_template_linux_amd_64": "",
|
|
26
|
-
"strip_v": true,
|
|
27
|
-
"exe_name": "ugrep"
|
|
28
|
-
},
|
|
29
|
-
"zoomit": {
|
|
30
|
-
"repo_url": "https://download.sysinternals.com/files/ZoomIt.zip",
|
|
31
|
-
"doc": "🔍 A screen zoom and annotation tool for presentations",
|
|
32
|
-
"filename_template_windows_amd_64": "",
|
|
33
|
-
"filename_template_windows_arm_64": "",
|
|
34
|
-
"filename_template_linux_amd_64": "",
|
|
35
|
-
"strip_v": false,
|
|
36
|
-
"exe_name": "ZoomIt.exe"
|
|
37
|
-
},
|
|
38
|
-
"ntop": {
|
|
39
|
-
"repo_url": "https://github.com/gsass1/NTop",
|
|
40
|
-
"doc": "📊 Like htop, for Windows",
|
|
41
|
-
"filename_template_windows_amd_64": "ntop.exe",
|
|
42
|
-
"filename_template_windows_arm_64": "",
|
|
43
|
-
"filename_template_linux_amd_64": "",
|
|
44
|
-
"strip_v": false,
|
|
45
|
-
"exe_name": "ntop.exe"
|
|
46
|
-
},
|
|
47
|
-
"devtunnel": {
|
|
48
|
-
"repo_url": "winget install --Id Microsoft.devtunnel --scope user",
|
|
49
|
-
"doc": "🔄 devtunnel secure introspectable tunnels to localhost",
|
|
50
|
-
"filename_template_windows_amd_64": "",
|
|
51
|
-
"filename_template_windows_arm_64": "",
|
|
52
|
-
"filename_template_linux_amd_64": "",
|
|
53
|
-
"strip_v": false,
|
|
54
|
-
"exe_name": "devtunnel"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/brave.sh
RENAMED
|
File without changes
|
|
File without changes
|
/machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/edge.sh
RENAMED
|
File without changes
|
/machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/nerdfont.sh
RENAMED
|
File without changes
|
/machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/pgsql.sh
RENAMED
|
File without changes
|
/machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/redis.sh
RENAMED
|
File without changes
|
|
File without changes
|
/machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/vscode.sh
RENAMED
|
File without changes
|
/machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/warp-cli.sh
RENAMED
|
File without changes
|
/machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/wezterm.sh
RENAMED
|
File without changes
|
/machineconfig/{setup_windows/wt_and_pwsh → jobs/installer/powershell_scripts}/install_fonts.ps1
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|