Skip to content

Instantly share code, notes, and snippets.

View pacisauctor's full-sized avatar
🐈
Na nananananana na na na nananana nananana na na

Axel Garcia pacisauctor

🐈
Na nananananana na na na nananana nananana na na
View GitHub Profile
@daretodave
daretodave / install-nerdfonts.ps1
Last active March 15, 2024 01:50
nerd-fonts windows install script. accepts optional argument for the font to install, otherwise all patched-fonts are installed
# run this with an argument to install a nerdfont on windows
# run this with no arguments to install all fonts
# font name, as seen on https://www.nerdfonts.com/font-downloads
param(
[Parameter(Mandatory=$False, Position=0, ValueFromPipeline=$false)]
[System.String]
$fontTarget="*"
)
# build temp directory for git clone