ScoopInstaller_Main/bucket/oh-my-posh.json
2024-11-20 20:29:52 +00:00

73 lines
3.0 KiB
JSON

{
"version": "24.6.5",
"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.6.5/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.6.5/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"56f2742de37dce8106bb63a0eb6aeffc8d8e46b3233fa9a2013e00227762d88d",
"e88fa453a529fdcc222d2678deab91b6ec0ad06ffd4c2d7f6281b04c326bd805"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.6.5/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.6.5/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"56f2742de37dce8106bb63a0eb6aeffc8d8e46b3233fa9a2013e00227762d88d",
"c71edaa992108c53bf501562b26f72cd1db16d4a0367961021e313e5d5306a87"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.6.5/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.6.5/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"56f2742de37dce8106bb63a0eb6aeffc8d8e46b3233fa9a2013e00227762d88d",
"85d366f300823f20621223225f266805cc11ff27f758cba60ad767828b2f8c28"
]
}
},
"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"
}
}
}