aboutsummaryrefslogtreecommitdiff
path: root/fonts/powerline/install.ps1
blob: 2f388c46f2c64561482c231e328506d29f46b2ec (plain)
1
2
3
$sa = new-object -comobject shell.application
$fonts =  $sa.NameSpace(0x14)
gci $PSScriptRoot -i *.ttf, *.otf -Recurse | %{$fonts.CopyHere($_.FullName)}