Skip to content

Instantly share code, notes, and snippets.

@DavidDeSloovere
Last active March 2, 2018 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidDeSloovere/549a97d229e354e43d2a45cf8e6fe792 to your computer and use it in GitHub Desktop.
Save DavidDeSloovere/549a97d229e354e43d2a45cf8e6fe792 to your computer and use it in GitHub Desktop.
Make PowerShell prettier and display Git status

Install Scoop

http://scoop.sh/ A command-line installer for Windows

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

Install concfg

https://github.com/lukesampson/concfg concfg is a utility to import and export Windows console settings like fonts and colors.

scoop install concfg

This is not just for PowerShell but also for cmd.

Install theme

Install a preset theme Solarized via concfg

concfg import solarized

Install a nicer prompt

Install pshazz via concfg Give your powershell some pizazz.

scoop install pshazz

Visual Studio IDE

In Visual Studio you can install the Open Command Line extension. This will open a command line of your choice with the CTRL+space shortcut. Configure it to open PowerShell (instead of default cmd). Don't forget to restart VS.

https://marketplace.visualstudio.com/items?itemName=MadsKristensen.OpenCommandLine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment