ScoopInstaller_Main/bucket/oh-my-posh.json
2023-09-04 20:23:35 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.7.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.7.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.7.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"018c388050c59a3550bb6251b5e4224b7a08144a1b42fe90f53dc3e7230a27a5",
"f36c4cdb564480d6d20fd8a21a1b51065bdcb232658522b00729f647b7e34836"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.7.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.7.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"018c388050c59a3550bb6251b5e4224b7a08144a1b42fe90f53dc3e7230a27a5",
"e26a99f879081d97ef656b95a72df950bfa95ed92983e66e7e34abd5f4deac0c"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.7.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.7.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"018c388050c59a3550bb6251b5e4224b7a08144a1b42fe90f53dc3e7230a27a5",
"a4de1283cf4e5dcc4b28dfae1a319559d37a991ca7a567f4bfae7010300dbe13"
]
}
},
"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"
}
}
}