Skip to content

A set of Windows PowerShell functions that make day to day life easier. Open to contributions.

License

Notifications You must be signed in to change notification settings

bergmeister/posh-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

posh-profile

Build status AppVeyor tests codecov PSScriptAnalyzer License: GPL v3

A set of Windows PowerShell functions that make day to day life easier

This is a collection of PowerShell profile helpers functions to improve efficiency. They are focussed on 3 goals:

  • Providing cmdlets for boilerplate PowerShell code that is needed for everyday tasks
  • Provide short aliases to improve your PowerShell-Fu
  • Provide a list of useful external modules (see install-modules.ps1) and make it faster to get started on a new machine.

If you want to get everything, then take the whole source folder. Install the 3rd party modules (required by posh-profile.psd1) using .\install-modules.ps1 (or modify as you wish) and import the module in your PowerShell profile as follows:

Import-Module 'Path\To\posh-profile.psd1' -DisableNameChecking

You can also just cherry pick one of self contained modules that are all in their own folder in the source folder.

The modules are all tested using PowerShell 5.1

About

A set of Windows PowerShell functions that make day to day life easier. Open to contributions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published