ScoopInstaller_Main/bucket/oh-my-posh.json
2025-05-02 08:29:50 +00:00

74 lines
3.1 KiB
JSON

{
"version": "25.20.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/v25.20.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.20.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"3585e0412d1bb694855190a7b1f517a85361dc61fc39cf3438bcbe841f8c09d6",
"593f6d76e6fc57bae587d8f8795a9f1cd582d3c7b0b1d2814096836040d00721"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.20.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.20.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"3585e0412d1bb694855190a7b1f517a85361dc61fc39cf3438bcbe841f8c09d6",
"e9c4c237365243aa176b0fbf104e22e1382990a03a834f686963e3081cd47a7a"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.20.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.20.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"3585e0412d1bb694855190a7b1f517a85361dc61fc39cf3438bcbe841f8c09d6",
"1184d00ad6e29fab44da7c43461c13054614e1e0285f348feea682c5507465a9"
]
}
},
"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"
}
}
}