An open API service indexing awesome lists of open source software.

https://github.com/fiveisprime/dotps

Powershell helpers
https://github.com/fiveisprime/dotps

Last synced: about 1 year ago
JSON representation

Powershell helpers

Awesome Lists containing this project

README

          

# dotps
Powershell helpers

This is a collection of "plugins" that I use on my system.

## Usage
Copy the `Plugins` directory to the same directory as your `$profile` path
(typically `$env:USERPROFILE\Documents\WindowsPowerShell\`) then add the
following to your `$profile`

```powershell
. (Join-Path (Split-Path -Path $MyInvocation.MyCommand.Definition -Parent) 'Plugins\*.ps1')
```