mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-13 14:34:06 -08:00
docs: add subscription links
This commit is contained in:
parent
1bebcd1f5d
commit
8295e48ed3
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
github: jandedobbeleer
|
github: jandedobbeleer
|
||||||
ko_fi: jandedobbeleer
|
ko_fi: jandedobbeleer
|
||||||
|
polar: oh-my-posh
|
||||||
|
|
|
@ -41,6 +41,15 @@ on oh-my-posh, a modern and more efficient tool was needed to suit my personal n
|
||||||
|
|
||||||
[![Ko-Fi][kofi-badge]][kofi] - No coffee, no code.
|
[![Ko-Fi][kofi-badge]][kofi] - No coffee, no code.
|
||||||
|
|
||||||
|
<!-- markdownlint-disable -->
|
||||||
|
<a href="https://polar.sh/oh-my-posh">
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://polar.sh/embed/tiers.svg?org=oh-my-posh&darkmode">
|
||||||
|
<img alt="Subscription Tiers on Polar" src="https://polar.sh/embed/tiers.svg?org=oh-my-posh">
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<!-- markdownlint-enable -->
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Shell and platform agnostic
|
* Shell and platform agnostic
|
||||||
|
|
|
@ -50,6 +50,11 @@ module.exports = {
|
||||||
label: 'Sponsor',
|
label: 'Sponsor',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: 'https://polar.sh/oh-my-posh',
|
||||||
|
label: 'Buy',
|
||||||
|
position: 'left',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: 'https://swag.ohmyposh.dev',
|
href: 'https://swag.ohmyposh.dev',
|
||||||
label: 'Swag',
|
label: 'Swag',
|
||||||
|
@ -121,6 +126,10 @@ module.exports = {
|
||||||
label: 'Sponsor',
|
label: 'Sponsor',
|
||||||
href: 'https://github.com/sponsors/JanDeDobbeleer',
|
href: 'https://github.com/sponsors/JanDeDobbeleer',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Buy',
|
||||||
|
href: 'https://polar.sh/oh-my-posh',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'GitKraken',
|
label: 'GitKraken',
|
||||||
href: 'https://www.gitkraken.com/invite/nQmDPR9D',
|
href: 'https://www.gitkraken.com/invite/nQmDPR9D',
|
||||||
|
|
Loading…
Reference in a new issue