ScoopInstaller_Main/bucket/oh-my-posh.json
2023-09-02 08:25:28 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.6.2",
"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/v18.6.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.6.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"ad915d11381538aafbab7a3277d7939164de4727e58b00fa68733b50ed30423e",
"9cb67480d9f29c5487a1a9a5eff912641bf55ed730a5be6ec67f23f26cf0b615"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.6.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.6.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"ad915d11381538aafbab7a3277d7939164de4727e58b00fa68733b50ed30423e",
"28426164e7001e146ad304f37afaf9d2d8db1b76348ba5a1c10bb43ab8c53f39"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.6.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.6.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"ad915d11381538aafbab7a3277d7939164de4727e58b00fa68733b50ed30423e",
"02ade83d1262ce86591862e113a6943a76def0078ae99e7e9146e4456356d629"
]
}
},
"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"
}
}
}