ScoopInstaller_Main/bucket/oh-my-posh.json
2023-07-02 20:24:43 +00:00

73 lines
3.0 KiB
JSON

{
"version": "17.6.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/v17.6.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.6.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"1219b2619d56d37fcbf24353bfd8d12b92682054f25632b3de882fb63dc1f0b6",
"89db41324984421f32cf4c789e76522b1ef90c5ee93481d37f9c42af2f376b01"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.6.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.6.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"1219b2619d56d37fcbf24353bfd8d12b92682054f25632b3de882fb63dc1f0b6",
"03a9e179951d7bbb12b761f7f9f04cc47b52867bfa7030c6890edd65f513082e"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.6.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.6.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"1219b2619d56d37fcbf24353bfd8d12b92682054f25632b3de882fb63dc1f0b6",
"cde8cf0f6592377eb2a8092ebd6bda9500854dcc00ab7028c9d3c1a39faa342c"
]
}
},
"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"
}
}
}