ChrisTitusTech / powershell-profile

Pretty PowerShell that looks good and functions almost as good as Linux terminal
577 stars 330 forks source link

Add generic function to install Nerd Fonts #91

Closed loicreynier closed 1 month ago

loicreynier commented 2 months ago

I use code from here to write my own setup scripts, so I thought I might share what I added.


I added a generic function to install Nerd Fonts. It allows users to easily choose which font to install. The behavior is basically untouched; I just moved the downloaded font files to env:$TEMP and added a message if the installation is skipped (when the fonts are already installed).

ChrisTitusTech commented 1 month ago

Thanks for this, installing nerd fonts has been a pain in my side for a while now.