ScoopInstaller_Main/bucket/oh-my-posh.json
2023-01-29 16:28:26 +00:00

73 lines
3.0 KiB
JSON

{
"version": "14.0.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/v14.0.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.0.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"2172c3203d9d567ebbbe83f01e3006b7200222adab385453e00f2b12a6457616",
"0ef1e37b0691f9c26ea0022fdd99c0bc8e92257ea6901fd7cf09d91ff98f9413"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.0.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.0.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"2172c3203d9d567ebbbe83f01e3006b7200222adab385453e00f2b12a6457616",
"d0b7b9b8335ca22cd48678b07ebd093b10fe0df3689dd827c2235e8d422d3910"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.0.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.0.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"2172c3203d9d567ebbbe83f01e3006b7200222adab385453e00f2b12a6457616",
"a0b00d7b3e0b60c3a40ff9b917c3bf303aa1cc3e8014638c07f7e51581e3e034"
]
}
},
"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"
}
}
}