ScoopInstaller_Main/bucket/oh-my-posh.json
2024-12-07 16:31:29 +00:00

73 lines
3.0 KiB
JSON

{
"version": "24.12.0",
"description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev",
"license": "MIT",
"notes": "Refer to 'https://ohmyposh.dev/docs/installation/prompt' for shell specific configurations.",
"architecture": {
"64bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.12.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.12.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"b334b1965a7f69c6e6f2a7769f2572411a29944b43ea3215c58439d8835cca33",
"e7cd00c89c029c30591a5e7173f7f6798bc16225013baa24e95429a45349a29b"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.12.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.12.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"b334b1965a7f69c6e6f2a7769f2572411a29944b43ea3215c58439d8835cca33",
"1c6462dec7a1846fe2a4c28e3b72b10876a32541ba21b3792dd05c889f3b538d"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.12.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.12.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"b334b1965a7f69c6e6f2a7769f2572411a29944b43ea3215c58439d8835cca33",
"01a61976d5c9e5ef6e6e28be428e069660d15a1080f6d6493340549da5a41c97"
]
}
},
"extract_to": "themes",
"env_set": {
"POSH_THEMES_PATH": "$dir\\themes"
},
"bin": "oh-my-posh.exe",
"checkver": {
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-amd64.exe#/oh-my-posh.exe"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-386.exe#/oh-my-posh.exe"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-arm64.exe#/oh-my-posh.exe"
]
}
},
"hash": {
"url": "$url.sha256"
}
}
}