ScoopInstaller_Main/bucket/oh-my-posh.json
2023-07-29 16:25:53 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.2.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/v18.2.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.2.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"e0964b1057fcf64c143d24d3baed50fd0bfb9b0152095452d0331517144f52c7",
"f51d4fd5ae3fd9488c407619445cfd0864bbbf7bcb5292e1e04bbbae5e20c370"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.2.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.2.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"e0964b1057fcf64c143d24d3baed50fd0bfb9b0152095452d0331517144f52c7",
"7633143fc92dc8adf4ce3450404acb7166e606a524380395fd9e1564093cc0e3"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.2.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.2.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"e0964b1057fcf64c143d24d3baed50fd0bfb9b0152095452d0331517144f52c7",
"13f7dded31052412933951c2496bb976d6b5e60b14f20d7786c21ba6ba60f367"
]
}
},
"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"
}
}
}