ScoopInstaller_Main/bucket/oh-my-posh.json
2023-05-02 16:28:28 +00:00

73 lines
3.0 KiB
JSON

{
"version": "15.4.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/v15.4.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.4.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"5503d31a101c6e7ebe8ff43e34d7b715fa0c9cac7df797280ec4583b0894d77a",
"562cf0399126a269fe9ed5129270e93ce26b1599b9eedbb94d55a268e175cc68"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.4.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.4.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"5503d31a101c6e7ebe8ff43e34d7b715fa0c9cac7df797280ec4583b0894d77a",
"74419ebeb2fd0b196bcb36d80505b02fc4f878102c67f108085addfdb617d30e"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.4.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.4.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"5503d31a101c6e7ebe8ff43e34d7b715fa0c9cac7df797280ec4583b0894d77a",
"fbe549f59a30c09bda3607d902ad236917b4404dd64cfce1a03684ddea7c6ab9"
]
}
},
"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"
}
}
}