ScoopInstaller_Main/bucket/oh-my-posh.json
2023-12-19 08:26:33 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.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/v19.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"f7ce39b072357e43c8640d8e9ee64b08c66f35596900044a01fe3568ad74e6bb",
"fc93f4fa5f1e599f747beb7a0acd3a1194b497fcae6379715346cacd96a4c5b4"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"f7ce39b072357e43c8640d8e9ee64b08c66f35596900044a01fe3568ad74e6bb",
"16065ff7661ca06860ff9c80e1fccf219fc2fc073c420a4dd8442ac09a9ad258"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"f7ce39b072357e43c8640d8e9ee64b08c66f35596900044a01fe3568ad74e6bb",
"706c260f414b2e0a5d840ffdc909804fee06210bfbfd67450a212810001dd6f8"
]
}
},
"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"
}
}
}