mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
refactor: no masters
This commit is contained in:
parent
bb59f0eb64
commit
41822b81fd
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -3,7 +3,7 @@ name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
|
|
@ -170,4 +170,4 @@ Make sure `~/downloadedtheme.json` points to your downloaded or adjusted theme.
|
||||||
[nerdfonts]: https://www.nerdfonts.com/
|
[nerdfonts]: https://www.nerdfonts.com/
|
||||||
[meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
|
[meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
|
||||||
[powershell]: /docs/powershell
|
[powershell]: /docs/powershell
|
||||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/master/themes
|
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes
|
||||||
|
|
|
@ -76,5 +76,5 @@ can get started even without having to understand the theming. So, let's no long
|
||||||
[kofi]: https://ko-fi.com/jandedobbeleer
|
[kofi]: https://ko-fi.com/jandedobbeleer
|
||||||
[block]: /docs/configure#block
|
[block]: /docs/configure#block
|
||||||
[segment]: /docs/configure#segment
|
[segment]: /docs/configure#segment
|
||||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/master/themes
|
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes
|
||||||
[omp-themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/master/Themes
|
[omp-themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/master/Themes
|
||||||
|
|
|
@ -81,7 +81,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
docs: {
|
docs: {
|
||||||
sidebarPath: require.resolve("./sidebars.js"),
|
sidebarPath: require.resolve("./sidebars.js"),
|
||||||
editUrl: "https://github.com/jandedobbeleer/oh-my-posh3/edit/master/docs/",
|
editUrl: "https://github.com/jandedobbeleer/oh-my-posh3/edit/main/docs/",
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve("./src/css/custom.css"),
|
customCss: require.resolve("./src/css/custom.css"),
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
# Tags applied to this module. These help with module discovery in online galleries.
|
# Tags applied to this module. These help with module discovery in online galleries.
|
||||||
Tags = @('git', 'agnoster', 'theme', 'zsh', 'posh-git', 'prompt', 'paradox', 'robbyrussel', 'oh-my-posh')
|
Tags = @('git', 'agnoster', 'theme', 'zsh', 'posh-git', 'prompt', 'paradox', 'robbyrussel', 'oh-my-posh')
|
||||||
# A URL to the license for this module.
|
# A URL to the license for this module.
|
||||||
LicenseUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3/blob/master/COPYING'
|
LicenseUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/COPYING'
|
||||||
# A URL to the main website for this project.
|
# A URL to the main website for this project.
|
||||||
ProjectUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3'
|
ProjectUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3'
|
||||||
} # End of PSData hashtable
|
} # End of PSData hashtable
|
||||||
|
|
Loading…
Reference in a new issue