- Download and extract zip from https://github.com/powerline/fonts
- Press
Windows + x
- Press
a
(Selects PowerShell (Admin) - Navigate to directory where fonts were extracted to (
cd ${HOME}\Downloads\fonts-master\fonts-master
) - Set Execution policy
Set-ExecutionPolicy Bypass
- Press
y
thenEnter
to accept - Run the install file
.\install.ps1
- Reset Execution policy
Set-ExecutionPolicy Default
- Press
y
thenEnter
to accept - Remove the fonts folder (
cd ../.. && Remove-Item -Recurse -Force fonts-master
)