Skip to content

Powershell amazingness inspired on Oh-My-Zsh, pshazz, fish. This provides a repository for PowerShell Customizations

License

Notifications You must be signed in to change notification settings

diegopatinodoprr/Oh-My-Posh

 
 

Repository files navigation

Oh-My-Posh

Join the chat at https://gitter.im/pecigonzalo/Oh-My-Posh

After getting tired of mantaining my powershell profile, I decided to split the components and improve it, as I already use Oh-My-Zsh I thought it would be a good idea to have something similar on Powershell.

Please feel free to submit issues/pull requests/questions/feature reqeusts.

Installation Instructions

Requires:

  • 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-Posh/master/install.ps1'))

Add the following line to your powershell profile:

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

Now reload your Powershell 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

Configuration

Configuration parameters are found under

$env:USERPROFILE\.powershellrc.ps1

Open it with your prefered editor and change as you want, keep in mind some functionality is still WIP but don't hesitate on reporting any issue you have.

About

Powershell amazingness inspired on Oh-My-Zsh, pshazz, fish. This provides a repository for PowerShell Customizations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%