Skip to content

coccor/powershell-cmder-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powershell-cmder-style

Make PowerShell look like cmder

PowerShell

Install Scoop:

iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

If you get an error when tunning that command, make sure that you have PowerShell enabled for your user account by running:

set-executionpolicy remotesigned -s cu

Install concfg and use the molokai.json color theme:

scoop install concfg
concfg import path\to\molokai

Install pshazz and use the cmder.json preset:

scoop install pshazz

Copy cmder.json in your ~/pshazz directory and run:

pshazz use cmder

Releases

No releases published

Packages

No packages published