ScoopInstaller_Main/bucket/oh-my-posh.json
2024-12-22 20:27:06 +00:00

73 lines
3.0 KiB
JSON

{
"version": "24.17.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/v24.17.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.17.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"3253af9af05779103c267aec254dafdab51d8d82e1ab3c2d4cc691fdd4b5e13f",
"75a13fa533058d22a04b0c2922091f006100a38791cf28b0e46afbdcb7dfccd7"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.17.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.17.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"3253af9af05779103c267aec254dafdab51d8d82e1ab3c2d4cc691fdd4b5e13f",
"47fa8d7c56a084e8a459c5a73b5d8e698acc6a9646a3bf144225ad2d8e8cca39"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.17.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.17.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"3253af9af05779103c267aec254dafdab51d8d82e1ab3c2d4cc691fdd4b5e13f",
"11b106e7e49c423694db325633a296c4ff1340540eab11f41397f25b735d3a3f"
]
}
},
"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"
}
}
}