Skip to content
leandrw edited this page May 5, 2016 · 2 revisions

Requirements:

  • Git
  • Powershell 4 (might work with 3 but its not tested)

Run:

iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/pecigonzalo/Oh-My-Powershell/master/install.ps1'))

Add the following line to your powershell profile:

Import-Module "Oh-My-Powershell" -DisableNameChecking -NoClobber

Now reload your Powershell profile:

.$PROFILE

Alternative Installation (local installation):

Download and extract or clone the repository into a folder e.g. C:\TEMP. Open a Powershell session and run

cd C:\TEMP
.\install.ps1 -local $true
Clone this wiki locally