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

https://github.com/samithseu/pwsh-profile

This is a PowerShell profile that I use on Windows.
https://github.com/samithseu/pwsh-profile

powershell pwsh windows-terminal

Last synced: about 1 year ago
JSON representation

This is a PowerShell profile that I use on Windows.

Awesome Lists containing this project

README

          

# PowerShell Profile

⌨️ This is a PowerShell profile that I use on Windows.

## Sample
sample-terminal

## Installation

To install the profile, run the following command:

```powershell
iwr "https://github.com/samithseu/pwsh-profile/raw/main/Microsoft.PowerShell_profile.ps1" -OutFile $PROFILE; . $PROFILE
```