ScoopInstaller_Main/bucket/oh-my-posh.json
2024-03-19 08:29:32 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.18.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/v19.18.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.18.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"24752f891efc45ccea2ba80b38698689ee82662efda49e68801925bb5b981c56",
"bb4c1f75915b4356670d652256d41f114bdff22ae1246749b93996225a66ce5c"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.18.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.18.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"24752f891efc45ccea2ba80b38698689ee82662efda49e68801925bb5b981c56",
"fa90f40436334294d56f12ee55dc00aeb3b79eb668f9a536cdef1d4f21270a21"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.18.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.18.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"24752f891efc45ccea2ba80b38698689ee82662efda49e68801925bb5b981c56",
"0bf80fb4019c6c3b7a167359bbe176d6626f7e16b5397399dcce0a6117973e5f"
]
}
},
"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"
}
}
}