Skip to content

Instantly share code, notes, and snippets.

@themindfulcoder
Last active December 20, 2018 08:05
Show Gist options
  • Save themindfulcoder/6d27fbc81272f1a787483ecf028fc713 to your computer and use it in GitHub Desktop.
Save themindfulcoder/6d27fbc81272f1a787483ecf028fc713 to your computer and use it in GitHub Desktop.

I found it very useful to use concfg tool and scoop to install colors and fonts for Powershell:

Install scoop:

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

Install concfg:

scoop install concfg

Install Solarized theme:

concfg import solarized-dark

That's it, thanks to the authors!

Install posh-git

PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force

run notepad $profile add Import-Module posh-git

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