ScoopInstaller_Main/bucket/oh-my-posh.json
2024-08-13 08:29:33 +00:00

73 lines
3.0 KiB
JSON

{
"version": "23.6.3",
"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/v23.6.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"3cccd9469f8c1a94b20727fe861103e8bc386608be4afcb723a4e488fcd14321",
"fee404a7a17c9ad90d74249424d7929857e1896611858a4d3cd5611f15bb85e8"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"3cccd9469f8c1a94b20727fe861103e8bc386608be4afcb723a4e488fcd14321",
"e1f89c580b1e837cbd77e269ffee03d3844c69b929ce952c66fcf6efb04f3c04"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.3/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"3cccd9469f8c1a94b20727fe861103e8bc386608be4afcb723a4e488fcd14321",
"fcad0d235e434316373db5beac494722076e9b4d771425f94ab835664e30b5a4"
]
}
},
"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"
}
}
}