lipkau / Profile

Because people always wish they could see your profile...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my profile.

You'll see here my profile.ps1 script, along with a module which contains most of the logic.

Of particular interest is the Set-HostColor function which includes configuration for my prompt and PSGit settings...

Feel free to ask for explanation of anything you want to know.

This module is not published to the PowerShell gallery

If you really want a copy of it, you can use the Install-Module.ps1 to install it on your box:

iex (irm https://github.com/Jaykul/Profile/raw/master/Install-Module.ps1)

Or you can just install all the required modules, and run Set-PowerLinePrompt:

Install-Module Environment, Configuration, PSGit, PowerLine, DefaultParameter

About

Because people always wish they could see your profile...

License:MIT License


Languages

Language:PowerShell 100.0%