ScoopInstaller_Main/bucket/oh-my-posh.json
2024-05-13 08:28:49 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.29.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/v19.29.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.29.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"7c218d350e9a3a95a573b615c4e510a8978893ff20f64c5777482d43941298b3",
"0a006ae43af2efdd3bbf5414c9b6c3dab51bee03aaaad4511de23122e1632e4b"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.29.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.29.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"7c218d350e9a3a95a573b615c4e510a8978893ff20f64c5777482d43941298b3",
"012b573c7f3742cd6d824d30f61620f08490aebcbae5480f13dd3c2eb9607214"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.29.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.29.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"7c218d350e9a3a95a573b615c4e510a8978893ff20f64c5777482d43941298b3",
"598bdf80b8437cbf3e9b040af79e4d0fa4731b616932314e5319012c68c77c9e"
]
}
},
"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"
}
}
}