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

https://github.com/matt9ucci/PSProfiles

My PowerShell profiles
https://github.com/matt9ucci/PSProfiles

Last synced: 4 months ago
JSON representation

My PowerShell profiles

Awesome Lists containing this project

README

        

PSProfiles
================

My PowerShell profiles

Installation
----------------

```powershell
git clone https://github.com/matt9ucci/PSProfiles.git (Split-Path $PROFILE)
```

or

```sh
pwsh -c 'git clone https://github.com/matt9ucci/PSProfiles.git (Split-Path $PROFILE)'
```