Skip to content

Instantly share code, notes, and snippets.

# Based on https://gist.github.com/DavidZidar/1cfef361ff659aef68cef25ebd547fa9
# Using colors from https://github.com/devblackops/Terminal-Icons/blob/main/Terminal-Icons/Data/colorThemes/devblackops.psd1
# Enable-ExperimentalFeature PSANSIRenderingFileInfo
$PSStyle.FileInfo.Directory = $PSStyle.Foreground.FromRgb('0x3EC669')
$PSStyle.FileInfo.SymbolicLink = $PSStyle.Foreground.FromRgb('0x7373ff')
$PSStyle.FileInfo.Executable = $PSStyle.Foreground.FromRgb('0x00FA9A')
$colorMap = @{
# WellKnown