This is the theme and modules that I use for my every day task that involves windows powershell.
You can use the links to download & install them or you can use a choco
package manager to install them (using an elevated powershell):
- [if you don't have it] install chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
- install git
choco install git.install --params "/GitAndUnixToolsOnPath /NoAutoCrlf"
- install ConEmu
choco install conemu
You can inspect the code that is executed here: https://r.gbarbu.eu/ps. To install what is needed, run the following command into powershell
iex (new-object net.webclient).downloadstring('https://r.gbarbu.eu/ps')
In order to view the special characters in console, you need to download the following font: Meslo LG M Regular (Mirror). After installing the font on local system, you must select the fond inside ConEmu.