Coder Social home page Coder Social logo

restfulten / oh-my-posh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pecigonzalo/oh-my-posh

0.0 0.0 0.0 115 KB

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

Home Page: http://pecigonzalo.github.io/Oh-My-Posh

License: GNU Affero General Public License v3.0

PowerShell 100.00%

oh-my-posh's Introduction

Oh-My-Posh

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

After getting tired of maintaining 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 for PowerShell.

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

Installation Instructions

Requires:

  • Git
  • PowerShell 5 (might work with 4 but it's not tested)

Run:

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

Note: If running this command throws an error like PowerShell_profile.ps1 cannot be loaded because running scripts is disabled on this system.

You may need to enable PS Execution Policy, which you can do by running Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

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

$HOME/.oh-my-posh.config.ps1

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

Note

While this project shares the name with https://github.com/jandedobbeleer/oh-my-posh and https://ohmyposh.dev/, they are not the same project.

oh-my-posh's People

Contributors

pecigonzalo avatar leandrocrs avatar ciriarte avatar roquesf avatar lukebg avatar martygentillon avatar gitter-badger avatar daalekz avatar leandrw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.