Update FAQ so users can easily beautify their PowerShell#18739
Update FAQ so users can easily beautify their PowerShell#18739Dynesshely wants to merge 4 commits into
Conversation
|
I don't think this is a FAQ (which is more targeted for users of this repo), perhaps we can mention oh-my-posh in https://github.com/PowerShell/PowerShell/tree/master/docs/learning-powershell instead?
|
That's good, I'll move it to https://github.com/PowerShell/PowerShell/tree/master/docs/learning-powershell
|
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
1 similar comment
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
I guess JanDeDobbeleer should be added to exclusions to pass CI. |
| ### Make PowerShell Beautiful | ||
|
|
||
| You can use [oh-my-posh](https://ohmyposh.dev/) and see | ||
| its source code in [JanDeDobbeleer/oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh). | ||
|
|
||
| An Example: | ||
|
|
||
|  | ||
|
|
There was a problem hiding this comment.
Nothing against oh-my-posh (I use posh-git instead) but does this really belong here in this document. What other 3rd-party tools would want to be listed here?
Also, we already have docs about customizing the shell experience.
There was a problem hiding this comment.
Nothing against oh-my-posh (I use posh-git instead) but does this really belong here in this document. What other 3rd-party tools would want to be listed here?
Also, we already have docs about customizing the shell experience.
Yeah it feels a little odd to single out oh-my-posh here when there are quite a few projects in the same area (https://github.com/Jaykul/PowerLine, https://github.com/dahlbyk/posh-git, https://github.com/starship/starship).
If the goal is to have a link to send to folks, I'd recommend writing up a markdown gist with your settings and links to projects
There was a problem hiding this comment.
Also, we already have docs about customizing the shell experience.
Has the doc any links to third-party tools?
There was a problem hiding this comment.
Nothing against oh-my-posh (I use posh-git instead) but does this really belong here in this document. What other 3rd-party tools would want to be listed here?
Also, we already have docs about customizing the shell experience.
You're right. And where are the docs about customizing the shell experience? Tnx.
|
So it doesn't look like the changes really helped much, close. |
PR Summary
Update FAQ so users can easily beautify their PowerShell
PR Context
I always suggest my friends to use PowerShell, then they tried with complain that why their pwsh are not as beautiful as mine, so I added this and next time I can send them only a link.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).