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.
- Host: GitHub
- URL: https://github.com/samithseu/pwsh-profile
- Owner: samithseu
- Created: 2024-12-14T16:52:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T03:25:32.000Z (about 1 year ago)
- Last Synced: 2025-05-09T22:38:59.481Z (about 1 year ago)
- Topics: powershell, pwsh, windows-terminal
- Language: PowerShell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell Profile
⌨️ This is a PowerShell profile that I use on Windows.
## Sample

## 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
```