mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
update: scoop list (add recyelc-bin)
This commit is contained in:
parent
23cd3a375a
commit
f0070b4c1b
2 changed files with 58 additions and 51 deletions
|
@ -15,7 +15,7 @@ Write-Output (pwd).Path
|
|||
scoop export | Out-File .\bin\windows\scoop_apps\scoop_apps.json -Encoding utf8
|
||||
|
||||
# create minimal JSON
|
||||
$minimal_list = @("7zip", "aria2", "bat", "fzf", "grep", "hexyl", "less", "python", "rclone", "rga", "scoop-completion", "shasum", "sudo", "tree-sitter", "ugrep")
|
||||
$minimal_list = @("7zip", "aria2", "bat", "fzf", "grep", "hexyl", "less", "python", "rclone", "recycle-bin", "rga", "scoop-completion", "shasum", "sudo", "tree-sitter", "ugrep")
|
||||
$parsed_json = Get-Content -Path .\bin\windows\scoop_apps\scoop_apps.json | ConvertFrom-Json
|
||||
$buckets = ($parsed_json | Select-Object buckets).buckets
|
||||
$apps = ($parsed_json | Select-Object apps).apps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue