mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
74 lines
3.1 KiB
JSON
74 lines
3.1 KiB
JSON
{
|
|
"version": "26.2.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/v26.2.1/themes.zip",
|
|
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.1/posh-windows-amd64.exe#/oh-my-posh.exe"
|
|
],
|
|
"hash": [
|
|
"0fb66d08ae2a604398b1beded41eebb1022407c054203ff5f0c83f25d73a7154",
|
|
"d2441c9a9f1d87c8f06e5c0d5f84050a8a0db73e4be77d4a737aecc2b54c3479"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.1/themes.zip",
|
|
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.1/posh-windows-386.exe#/oh-my-posh.exe"
|
|
],
|
|
"hash": [
|
|
"0fb66d08ae2a604398b1beded41eebb1022407c054203ff5f0c83f25d73a7154",
|
|
"94ce0999dcf68350cc6c02edcab3d4d875fbe5ed45d96549680bdbf64928f6ed"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.1/themes.zip",
|
|
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.1/posh-windows-arm64.exe#/oh-my-posh.exe"
|
|
],
|
|
"hash": [
|
|
"0fb66d08ae2a604398b1beded41eebb1022407c054203ff5f0c83f25d73a7154",
|
|
"b06e51a6fc69a23426ff6ea33bef07f44d5a006b9ae8fc546d4c3e3a6f8b6d09"
|
|
]
|
|
}
|
|
},
|
|
"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": "$baseurl/checksums.txt",
|
|
"regex": "$sha256.*?$basename"
|
|
}
|
|
}
|
|
}
|