Windows Terminal - from a developer for developers
If you're like me, then I'm sure that you want to ensure that your tools are tweaked and customized to look exactly like you want. Because nice tools make us more productive, right, RIGHT? In this blog post, we'll see how to take our Windows Terminal with PowerShell Core to the next level :) What we need to installWindows Terminal IconsCustom FontsPosh-GitOh My PoshMost of these are straight downloads and installs with PoSh - using PoSH to make PoSH nice! Install the Windows Terminal IconsOpen Terminal and run the following command: Install-Module -Name Terminal-Icons -Repository PSGalleryThen edit your $Profile using your …[read more]