https://github.com/jonlabelle/pwsh-profile
My personal PowerShell profile.
https://github.com/jonlabelle/pwsh-profile
Last synced: 12 months ago
JSON representation
My personal PowerShell profile.
- Host: GitHub
- URL: https://github.com/jonlabelle/pwsh-profile
- Owner: jonlabelle
- License: mit
- Created: 2023-09-14T11:59:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T15:36:06.000Z (about 1 year ago)
- Last Synced: 2025-04-26T15:36:15.924Z (about 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell Profile
[](https://github.com/jonlabelle/pwsh-profile/actions/workflows/ci.yml)
> My personal PowerShell profile.
## Install
~~Overlay~~ Overwrite your [PowerShell profile path](https://gist.github.com/jonlabelle/f2a4fdd989dbfe59e444e0beaf07bcc9) with the contents of this repository.
Choose your appropriate platform:
- [Linux/macOS](#linuxmacos)
- [Windows](#windows)
- [PowerShell Desktop](#powershell-desktop)
- [PowerShell Core](#powershell-core)
### Linux/macOS
```powershell
git clone 'https://github.com/jonlabelle/pwsh-profile.git' $HOME/.config/powershell
```
### Windows
#### PowerShell Desktop
```powershell
git clone 'https://github.com/jonlabelle/pwsh-profile.git' $HOME\Documents\WindowsPowerShell
```
#### PowerShell Core
```powershell
git clone 'https://github.com/jonlabelle/pwsh-profile.git' $HOME\Documents\PowerShell
```
## Update
To pull in the latest updates from [this GitHub repo](https://github.com/jonlabelle/pwsh-profile):
```powershell
Update-Profile
```