ScoopInstaller_Main/bucket/oh-my-posh.json
2023-10-14 08:25:18 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.13.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.13.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.13.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"db2f9efa98d71dfd727999314a2ca6463dabf2dabbe16050a57fa9e5acf960c9",
"f2240c6d46f35ee424fdf93dfecb0439cfa7270ea275fad2fd6245ac23491f1a"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.13.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.13.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"db2f9efa98d71dfd727999314a2ca6463dabf2dabbe16050a57fa9e5acf960c9",
"c388d6e7800d7899c2f3c045718c89a7230c14419c7369cf133605463c4da82a"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.13.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.13.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"db2f9efa98d71dfd727999314a2ca6463dabf2dabbe16050a57fa9e5acf960c9",
"85e76070b56939757b190846b114c64ac3c98c26dfd4e41bd548d866b21f04f3"
]
}
},
"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"
}
}
}