aboutsummaryrefslogtreecommitdiff
path: root/fonts/powerline/install.ps1
diff options
context:
space:
mode:
authorIbrahim Mkusa <ibrahimmkusa@gmail.com>2024-07-28 23:05:45 -0400
committerIbrahim Mkusa <ibrahimmkusa@gmail.com>2024-07-28 23:05:45 -0400
commit8c4a6f932b129df4f9a63b7b2e2bcaea6f215866 (patch)
treed51cea169cae19b05025a0b26670a9a09505e8fe /fonts/powerline/install.ps1
Took snapshot of my main dotfiles
Diffstat (limited to 'fonts/powerline/install.ps1')
-rw-r--r--fonts/powerline/install.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/fonts/powerline/install.ps1 b/fonts/powerline/install.ps1
new file mode 100644
index 0000000..2f388c4
--- /dev/null
+++ b/fonts/powerline/install.ps1
@@ -0,0 +1,3 @@
+$sa = new-object -comobject shell.application
+$fonts = $sa.NameSpace(0x14)
+gci $PSScriptRoot -i *.ttf, *.otf -Recurse | %{$fonts.CopyHere($_.FullName)}