https://github.com/fiveisprime/dotps
Powershell helpers
https://github.com/fiveisprime/dotps
Last synced: about 1 year ago
JSON representation
Powershell helpers
- Host: GitHub
- URL: https://github.com/fiveisprime/dotps
- Owner: fiveisprime
- License: mit
- Created: 2017-01-31T16:12:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T23:15:01.000Z (over 9 years ago)
- Last Synced: 2025-02-04T13:44:11.321Z (over 1 year ago)
- Language: PowerShell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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')
```