ScoopInstaller_Main/bucket/oh-my-posh.json
2025-01-12 00:39:56 +00:00

73 lines
3.0 KiB
JSON

{
"version": "24.18.1",
"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.18.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.18.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"465d14e68b79795b02d8cefe84a16786671c0cc9fb2bcc23f167cd11e2493681",
"b708681d0ce50375dd1ec5d3a024f162c544577065cf54da47cf251ba9402624"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.18.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.18.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"465d14e68b79795b02d8cefe84a16786671c0cc9fb2bcc23f167cd11e2493681",
"125a10b7bd7c7cb2b6a0dbd9c96ba6a12b8f5869dc7a3e6dee89627496f13d15"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.18.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.18.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"465d14e68b79795b02d8cefe84a16786671c0cc9fb2bcc23f167cd11e2493681",
"532205979922f7f5ca5abfa422c4826f3a009a1299a5933f97b44ec12ea2c63f"
]
}
},
"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"
}
}
}