- Download and extract zip from here
- 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
)
-
-
Save kungelee/bbb8c02a66d7832062ebacb16670df5d to your computer and use it in GitHub Desktop.
Installing Powerline fonts on Windows 10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment