mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore: update winget config file location & extension
This commit is contained in:
parent
e95704f332
commit
ea8a922968
|
@ -60,7 +60,7 @@ The project has a [winget] [configuration][winget-configuration] file available
|
|||
Navigate to the cloned repository and use winget to install the dependencies:
|
||||
|
||||
```powershell
|
||||
winget configure configurations/configuration.dsc.yaml
|
||||
winget configure .config/configuration.winget
|
||||
```
|
||||
|
||||
Done! Restart the terminal and you're ready to continue below.
|
||||
|
@ -164,6 +164,6 @@ With everything set up, you're ready to start making changes and create your fir
|
|||
[code]: https://code.visualstudio.com
|
||||
[delve]: https://github.com/go-delve/delve
|
||||
[docusaurus]: https://docusaurus.io
|
||||
[winget-configuration]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/configurations/configuration.dsc.yaml
|
||||
[winget-configuration]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/.config/configuration.winget
|
||||
[winget]: https://learn.microsoft.com/en-us/windows/package-manager/winget/
|
||||
[nodejs]: https://nodejs.org/en/download/
|
||||
|
|
Loading…
Reference in a new issue