dots/fonts/powerline/install.ps1
2024-07-28 23:05:45 -04:00

4 lines
153 B
PowerShell

$sa = new-object -comobject shell.application
$fonts = $sa.NameSpace(0x14)
gci $PSScriptRoot -i *.ttf, *.otf -Recurse | %{$fonts.CopyHere($_.FullName)}