ScoopInstaller_Main/bucket/oh-my-posh.json
2025-04-24 08:30:07 +00:00

74 lines
3.1 KiB
JSON

{
"version": "25.18.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/v25.18.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.18.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"61fbc2a8134063e4689e443cf84f785d0537456b1922fb3d27f30d1b850fc43e",
"aa73a4c303bbc29c7d32e46d190c4fafb2ab025e150a1ce6e6d4d6b4f072a68a"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.18.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.18.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"61fbc2a8134063e4689e443cf84f785d0537456b1922fb3d27f30d1b850fc43e",
"fc499d0df0ae5dfa2ae9ba9438c18cf16f4c83f9ab385129fb57c57fc6848470"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.18.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.18.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"61fbc2a8134063e4689e443cf84f785d0537456b1922fb3d27f30d1b850fc43e",
"f1c8d96dab7c51c131bc339aeb23acac9c1374663033a6676dfb07c58d62ed9b"
]
}
},
"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": "$baseurl/checksums.txt",
"regex": "$sha256.*?$basename"
}
}
}