Skip to content
This repository was archived by the owner on Apr 21, 2020. It is now read-only.

bibistroc/ConEmu-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors