dots/fonts/powerline/install.ps1

4 lines
153 B
PowerShell
Raw Normal View History

2024-07-29 03:05:45 +00:00
$sa = new-object -comobject shell.application
$fonts = $sa.NameSpace(0x14)
gci $PSScriptRoot -i *.ttf, *.otf -Recurse | %{$fonts.CopyHere($_.FullName)}