Skip to content

Instantly share code, notes, and snippets.

View lenowng's full-sized avatar
🥔
potating

Leon Wong lenowng

🥔
potating
  • ServiceRocket
  • Malaysia
View GitHub Profile
@lenowng
lenowng / HOWTO.md
Last active August 1, 2022 16:00 — forked from stramel/HOWTO.md
Installing Powerline fonts on Windows machine (10 & 11)
  1. Download and extract zip from here
  2. Press Windows + x
  3. Press a (Selects PowerShell (Admin))
  4. Navigate to directory where fonts were extracted to (cd ${HOME}\Downloads\fonts-master\fonts-master)
  5. Set Execution policy Set-ExecutionPolicy Bypass
  6. Press y then Enter to accept
  7. Run the install file .\install.ps1
  8. Reset Execution policy Set-ExecutionPolicy Default
  9. Press y then Enter to accept
  10. Remove the fonts folder (cd ../.. && Remove-Item -Recurse -Force fonts-master)