ScoopInstaller_Main/bucket/oh-my-posh.json
2023-04-04 08:26:34 +00:00

73 lines
3.0 KiB
JSON

{
"version": "14.25.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/v14.25.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.25.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"a3097915d27189b8792707bf00d99cf393f4a7829e4856ed46cd8cbf9fd4d21b",
"2e35117cce597a3c04f9e86f3496e9331adad5f83ef47acf3fb13ea9daf0e99d"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.25.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.25.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"a3097915d27189b8792707bf00d99cf393f4a7829e4856ed46cd8cbf9fd4d21b",
"c78c07472d58d561335d25c60d55b6351387079dd7c0d91d557dbe8139f77a0e"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.25.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.25.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"a3097915d27189b8792707bf00d99cf393f4a7829e4856ed46cd8cbf9fd4d21b",
"fdb6ad0f1d57583736fb584a1841545d1d7d998181689b7e90051facbe177348"
]
}
},
"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"
}
}
}