/ConEmu-environment

Primary LanguagePowerShellMIT LicenseMIT

My console environment

Synopsis

This is the theme and modules that I use for my every day task that involves windows powershell.

Preview

demo

Prerequisites

  1. ConEmu
  2. git

You can use the links to download & install them or you can use a choco package manager to install them (using an elevated powershell):

  1. [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'))
  1. install git
choco install git.install --params "/GitAndUnixToolsOnPath /NoAutoCrlf"
  1. install ConEmu
choco install conemu

Install theme & modules

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')

ConEmu additional configuration

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.