Skip to content

Commit

Permalink
Update Wed Apr 24 04:43:32 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 24, 2024
1 parent c61aa6c commit dc23fe8
Show file tree
Hide file tree
Showing 708 changed files with 5,368 additions and 2,231 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ scoop bucket add apps https://github.com/kkzzhizhou/scoop-apps
- Calinou/scoop-games
- ivaquero/scoopet
- ScoopInstaller/Java
- ScoopInstaller/Versions
- TheRandomLabs/Scoop-Spotify
- ScoopInstaller/Versions
- borger/scoop-galaxy-integrations
- TheCjw/scoop-retools
- TheRandomLabs/scoop-nonportable
Expand All @@ -73,10 +73,10 @@ scoop bucket add apps https://github.com/kkzzhizhou/scoop-apps
- hoilc/scoop-lemon
- scoopcn/scoopcn
- kidonng/sushi
- KNOXDEV/wsl
- Paxxs/Cluttered-bucket
- ACooper81/scoop-apps
- KNOXDEV/wsl
- ScoopInstaller/Nonportable
- ACooper81/scoop-apps
- echoiron/echo-scoop
- cderv/r-bucket
- hermanjustnu/scoop-emulators
Expand All @@ -92,35 +92,38 @@ scoop bucket add apps https://github.com/kkzzhizhou/scoop-apps
- akirco/aki-apps
- niheaven/scoop-sysinternals
- zhoujin7/tomato
- wzv5/ScoopBucket
- TheRandomLabs/Scoop-Python
- amorphobia/siku
- wzv5/ScoopBucket
- DoveBoy/Apps
- naderi/scoop-bucket
- amorphobia/siku
- jonz94/scoop-sarasa-nerd-fonts
- charmbracelet/scoop-bucket
- NyaMisty/scoop_bucket_misty
- ygguorun/scoop-bucket
- hu3rror/scoop-muggle
- 42wim/scoop-bucket
- batkiz/backit
- hu3rror/scoop-muggle
- iquiw/scoop-bucket
- AStupidBear/scoop-bear
- brian6932/dank-scoop
- jfut/scoop-jfut
- AStupidBear/scoop-bear
- aliesbelik/poldi
- starise/Scoop-Gaming
- aoisummer/scoop-bucket
- cc713/ownscoop
- starise/Scoop-Confetti
- seumsc/scoop-seu
- Weidows-projects/scoop-3rd
- Darkatse/Scoop-Darkatse
- starise/Scoop-Confetti
- AkariiinMKII/Scoop4kariiin
- littleli/Scoop-littleli
- AkariiinMKII/Scoop4kariiin
- beerpiss/scoop-bucket
- KnotUntied/scoop-fonts
- Small-Ku/turbo-bucket
- HUMORCE/nuke
- ShuguangSun/sgs-scoop-bucket
- FlawlessCasual17/MyScoop
- Small-Ku/turbo-bucket
- babo4d/scoop-xrtools
- Deide/deide-bucket
- mo-san/scoop-bucket
1,209 changes: 647 additions & 562 deletions app-contributor-list.csv

Large diffs are not rendered by default.

23 changes: 13 additions & 10 deletions bucket.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ matthewjberger/scoop-nerd-fonts
Calinou/scoop-games
ivaquero/scoopet
ScoopInstaller/Java
ScoopInstaller/Versions
TheRandomLabs/Scoop-Spotify
ScoopInstaller/Versions
borger/scoop-galaxy-integrations
TheCjw/scoop-retools
TheRandomLabs/scoop-nonportable
Expand All @@ -23,10 +23,10 @@ ScoopInstaller/Nirsoft
hoilc/scoop-lemon
scoopcn/scoopcn
kidonng/sushi
KNOXDEV/wsl
Paxxs/Cluttered-bucket
ACooper81/scoop-apps
KNOXDEV/wsl
ScoopInstaller/Nonportable
ACooper81/scoop-apps
echoiron/echo-scoop
cderv/r-bucket
hermanjustnu/scoop-emulators
Expand All @@ -42,35 +42,38 @@ ViCrack/scoop-bucket
akirco/aki-apps
niheaven/scoop-sysinternals
zhoujin7/tomato
wzv5/ScoopBucket
TheRandomLabs/Scoop-Python
amorphobia/siku
wzv5/ScoopBucket
DoveBoy/Apps
naderi/scoop-bucket
amorphobia/siku
jonz94/scoop-sarasa-nerd-fonts
charmbracelet/scoop-bucket
NyaMisty/scoop_bucket_misty
ygguorun/scoop-bucket
hu3rror/scoop-muggle
42wim/scoop-bucket
batkiz/backit
hu3rror/scoop-muggle
iquiw/scoop-bucket
AStupidBear/scoop-bear
brian6932/dank-scoop
jfut/scoop-jfut
AStupidBear/scoop-bear
aliesbelik/poldi
starise/Scoop-Gaming
aoisummer/scoop-bucket
cc713/ownscoop
starise/Scoop-Confetti
seumsc/scoop-seu
Weidows-projects/scoop-3rd
Darkatse/Scoop-Darkatse
starise/Scoop-Confetti
AkariiinMKII/Scoop4kariiin
littleli/Scoop-littleli
AkariiinMKII/Scoop4kariiin
beerpiss/scoop-bucket
KnotUntied/scoop-fonts
Small-Ku/turbo-bucket
HUMORCE/nuke
ShuguangSun/sgs-scoop-bucket
FlawlessCasual17/MyScoop
Small-Ku/turbo-bucket
babo4d/scoop-xrtools
Deide/deide-bucket
mo-san/scoop-bucket
2 changes: 1 addition & 1 deletion bucket/0xProto-NF-Mono.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontMono-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/0xProto-NF-Propo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontPropo-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/0xProto-NF.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFont-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
4 changes: 2 additions & 2 deletions bucket/10x-np.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.151",
"version": "1.0.152",
"homepage": "https://www.10xeditor.com/index.htm",
"description": "A fast performing, feature packed C++ editor/IDE.",
"license": {
Expand All @@ -9,7 +9,7 @@
"architecture": {
"64bit": {
"url": "https://www.puredevsoftware.com/download.php?file=10xInstaller.exe#/setup.exe",
"hash": "16c7b8a8f9466a6407d54a992031bddaee54395f52ce2867324a9f0748c6efa0"
"hash": "6635198cdf2e59cdf8209d9172ddb1489ed58217473897a5125b337514bebba8"
}
},
"pre_install": [
Expand Down
8 changes: 4 additions & 4 deletions bucket/1key.run.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "3.4.1",
"version": "3.5.1",
"description": "一键启动工具,轻便、高效、实用,助您提升工作效率",
"homepage": "https://1key.run/",
"license": "Liteware",
"url": "https://github.com/winsoft666/1key.run-Setup/releases/download/3.4.1/1KeyRunSetup-v3.4.1.exe#/dl.7z",
"hash": "0ff8d701531f48f858bbc9ff1fac5c6162f0d3476e61b3963d12d1aae0a98193",
"url": "https://github.com/winsoft666/1key.run-Setup/releases/download/3.5.1/1KeyRunSetup_v3.5.1.exe#/dl.7z",
"hash": "e64faaf102af316b4838044bd055a10a1972e60472378c7936e5dbad70e68ec7",
"shortcuts": [
[
"1keyrun.exe",
Expand All @@ -17,6 +17,6 @@
"github": "https://github.com/winsoft666/1key.run-Setup"
},
"autoupdate": {
"url": "https://github.com/winsoft666/1key.run-Setup/releases/download/$version/1KeyRunSetup-v$version.exe#/dl.7z"
"url": "https://github.com/winsoft666/1key.run-Setup/releases/download/$version/1KeyRunSetup_v$version.exe#/dl.7z"
}
}
2 changes: 1 addition & 1 deletion bucket/3270-NF-Mono.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontMono-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/3270-NF-Propo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontPropo-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/3270-NF.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFont-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
25 changes: 25 additions & 0 deletions bucket/7ztm_seumsc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2.1.1",
"description": "Theme manager for 7-Zip.",
"homepage": "http://www.7ztm.de/",
"license": "Freeware",
"depends": "main/7zip",
"url": "http://www.7ztm.de/download.php?cat=00_German&file=7zTM_2.1.1_hotfix.7z#/dl.7z",
"hash": "09eb32ccfed696ec2030dd87779ac03a1233897c7ef83e5c7f81f1f696b811e0",
"shortcuts": [
[
"7zTM.exe",
"7-zip Theme Manager"
]
],
"persist": [
"filetype",
"toolbar"
],
"checkver": {
"regex": "7zTM ([\\d.]+)"
},
"autoupdate": {
"url": "http://www.7ztm.de/download.php?cat=00_German&file=7zTM_$version_hotfix.7z#/dl.7z"
}
}
2 changes: 1 addition & 1 deletion bucket/Agave-NF-Mono.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontMono-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/Agave-NF-Propo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontPropo-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/Agave-NF.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFont-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/AnonymousPro-NF-Mono.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontMono-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/AnonymousPro-NF-Propo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontPropo-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/AnonymousPro-NF.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFont-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/Anuphan.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"Get-ChildItem $dir -Filter '*.otf' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/Arimo-NF-Mono.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontMono-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/Arimo-NF-Propo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontPropo-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/Arimo-NF.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFont-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/AurulentSansMono-NF-Mono.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontMono-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/AurulentSansMono-NF-Propo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontPropo-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/AurulentSansMono-NF.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFont-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/Bai-Jamjuree.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"Get-ChildItem $dir -Filter '*.ttf' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/BigBlueTerminal-NF-Mono.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontMono-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bucket/BigBlueTerminal-NF-Propo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Get-ChildItem $dir -Filter '*NerdFontPropo-*' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
" Copy-Item -LiteralPath $_.FullName -Destination $fontInstallDir",
"}"
]
},
Expand Down
Loading

0 comments on commit dc23fe8

Please sign in to comment.