- 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 RemoteSigned
[1] - 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
)
- [1] You can also try using
Set-ExecutionPolicy Bypass
ifRemoteSigned
doesn't work
Awesome script for this thanks!