Ecosyste.ms: Awesome
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: 26 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-14T17:51:50.000Z (about 1 month ago)
- Last Synced: 2024-12-14T18:38:00.419Z (about 1 month ago)
- Topics: powershell, pwsh, windows-terminal
- Language: PowerShell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- 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.
> [!IMPORTANT]
> To backup the old profile, run the following command:
>
> ```powershell
> Get-Content $PROFILE | Out-File PS_old_profile.bak
> ```
## InstallationTo install the profile, run the following command:
```powershell
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/samithseu/pwsh-profile/34333914ed400e5ab1afba4e514b307c5800a960/Microsoft.PowerShell_profile.ps1" -OutFile $PROFILE
```