ScoopInstaller_Main/bucket/oh-my-posh.json
2024-06-06 16:29:21 +00:00

73 lines
3.0 KiB
JSON

{
"version": "21.3.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/v21.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.3.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"6d5fe4dea4e3b1341b22ffa226d823ad874774b3c87855249174399ecd5884ee",
"b57b099f26451b909e3ec791cb6fbb971a801b0b6f3bd18fe39e92b7c282769a"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.3.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"6d5fe4dea4e3b1341b22ffa226d823ad874774b3c87855249174399ecd5884ee",
"9016c639c745acf4b7027b46491d4bfa9963e4d425fac42e4ce2fba2ced2acdf"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.3.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"6d5fe4dea4e3b1341b22ffa226d823ad874774b3c87855249174399ecd5884ee",
"3562d54f90107534006c65ee61b2161693726e1e699ebf5de8fc22ef5e6e1a39"
]
}
},
"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"
}
}
}