How to Show Folder & File Icons in Windows Terminal with PowerShell ๐Ÿ–ค✨

Yo this is me saad maqsood and i am here too tell that your Windows Terminal doesn’t have to look like a boring text box. With Terminal-Icons, your PowerShell can flex with clean, meaningful file & folder icons every time you run Get-ChildItem. It’s fast, lightweight, and instantly makes your terminal easier to scan and actually pleasant to use. If you like that hacker aesthetic + practicality, this is for you. 

This guide walks you through the whole flow: install Windows Terminal, set up Terminal-Icons, pick a Nerd Font, and make the icons load automatically on every terminal start. No drama, no weird tweaks just copy-paste steps that work. Perfect for beginners and designers who want a nicer dev environment. ✨

Step 1 — Install Windows Terminal ๐Ÿ› ️

If you don’t already have Windows Terminal, grab it from the Microsoft Store. It’s free, modern, and required for this setup:

Step 2 — Install Terminal-Icons Module ๐Ÿ–ค

Open PowerShell as Administrator and run:

Install-Module -Name Terminal-Icons -Repository PSGallery

Or check out the official GitHub repo for source, issues, and advanced docs:

Step 3 — Import Terminal-Icons ๐Ÿ”Œ

To enable icons in your current session:

Import-Module -Name Terminal-Icons

Then run:

Get-ChildItem

You should see icons next to files & folders — if you see empty boxes, move to the next step. ๐Ÿ˜…

Step 4 — Install a Nerd Font ๐Ÿ–‹️

Terminal-Icons uses glyphs only available in patched fonts. Grab one of these:



After installing the font, open Windows Terminal → Settings → Profiles → PowerShell → Appearance → Font face and select your Nerd Font. Restart Terminal if needed.

Step 5 — Auto-load on Terminal Start ๐Ÿ”„

Make icons load automatically every time by adding the import line to your PowerShell profile:

notepad $PROFILE
# then add this line to the file (save & close)
Import-Module Terminal-Icons


Restart Windows Terminal and icons will now appear automatically ✨.


Pro Tips ๐Ÿ’ก

  • Combine Terminal-Icons with Oh-My-Posh or PSReadLine for colored prompts and a full hacker vibe.
  • If icons are off, double-check your Terminal profile font and restart the app.
  • Want custom icons or behavior? Check the Terminal-Icons GitHub for advanced configs.

Wrap-Up — Upgrade Your Terminal Game ๐Ÿ˜Ž

No more boring file lists. Windows Terminal + Terminal-Icons + Nerd Fonts = instant visual clarity and style. Install Windows Terminal, add Terminal-Icons, pick a Nerd Font, and import it in your profile every Get-ChildItem now has icons. Simple, clean, stylish, and functional. ๐Ÿš€

Experiment with different fonts, themes, and Oh-My-Posh configurations for maximum aesthetic + productivity. Your terminal finally looks like a modern, hacker-ready workspace. ๐Ÿ’ป✨

Drop this setup in, flex your upgraded terminal, and enjoy the satisfaction of a visually beautiful PowerShell. ๐Ÿ”ฅ๐Ÿ–ค

How to Show Folder & File Icons in Windows Terminal with PowerShell ๐Ÿ–ค✨ How to Show Folder & File Icons in Windows Terminal with PowerShell ๐Ÿ–คโœจ Reviewed by Saad Maqsood on September 27, 2025 Rating: 5

No comments:

Powered by Blogger.