New way to install Nerd Fonts using PowerShell
Opened this issue · 2 comments
Requirements
- I have searched the issues for my request and found nothing related or helpful
- I have checked the FAQ for help
- I have reviewed the Wiki for relevant information
Problem Description
Hey Ryan!
I wanted to let you know of a 'new' way people can install and manage Nerd Fonts on their machines.
I've created a PowerShell module that I would like you to check out.
If you wanna test it out:
Install-PSResource -Repository PSGallery -TrustRepository -Name NerdFonts
Install-NerdFont -Name <tab>
Hope you like it and hope you would like to offer it to your users!
Desired Solution
Feel free to add it to the documentation and website for how to install your fonts using PowerShell.
Alternatives Considered
No response
Additional Context
No response
Thank you for pointing the installer out 👍
How does it compare to
https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#option-5-powershell-web-installer
i.e. https://github.com/jpawlowski/nerd-fonts-installer-PS ?
Seems its very similar, its been around longer and has 10x the number of downloads. Probably due to its discoverability (its very natural to just Install-PSResource <productname>
.)