X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=nerdfont%2Finstall.ps1;h=9157d1f0947804a8469438cb35cafc3f652fc812;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=668c7585a3ccbdac109632e09a6d36f7f9a5437f;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/nerdfont/install.ps1 b/nerdfont/install.ps1 index 668c758..9157d1f 100644 --- a/nerdfont/install.ps1 +++ b/nerdfont/install.ps1 @@ -3,7 +3,7 @@ $my_nerdfont_otf = "Droid Sans Mono for Powerline Nerd Font Complete Windows Compatible.otf" $my_fontdir = "$Env:UserProfile\AppData\Local\Microsoft\Windows\Fonts" -New-Item -Path "$my_fontdir" -ItemType Directory -Force +New-Item -Path "$my_fontdir" -ItemType Directory -Force | out-null IF (!(Test-Path -Path "$my_fontdir\$my_nerdfont_otf")) {