Skip to content

Instantly share code, notes, and snippets.

@veritem
Last active April 21, 2021 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veritem/d60acafdce70343c092f619cf55118ba to your computer and use it in GitHub Desktop.
Save veritem/d60acafdce70343c092f619cf55118ba to your computer and use it in GitHub Desktop.
setup nerd fonts on wsl2

Go a ahead and run in powersheel

   curl.exe -A "MS" https://webinstall.dev/nerdfont | powershell

add the following line into your settings.json

  "profiles": {
    "defaults": {
      "fontFace": "DroidSansMono NF"
    }
  }

Exit out of powershell and and windows termnal and then open them back.

Run

  webi.bat lsd

To list directories with folder icons run

  lsd -lahF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment