Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rprouse/powershell
My PowerShell Core profile, 3rd modules and scripts
https://github.com/rprouse/powershell
Last synced: 24 days ago
JSON representation
My PowerShell Core profile, 3rd modules and scripts
- Host: GitHub
- URL: https://github.com/rprouse/powershell
- Owner: rprouse
- License: mit
- Created: 2019-05-04T14:42:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T18:12:03.000Z (4 months ago)
- Last Synced: 2024-07-11T17:53:10.484Z (4 months ago)
- Language: PowerShell
- Size: 32.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell Core
My PowerShell Core profile, 3rd modules and scripts. Any code in the Modules
directory is not mine and under the original authors' copyrights.To use, install [PowerShell Core](https://github.com/PowerShell/PowerShell) and
clone this repository into `~\Documents` creating a PowerShell directory there.## Install oh-my-posh
See [migration guide](https://ohmyposh.dev/docs/migrating)
```sh
winget install JanDeDobbeleer.OhMyPosh -s winget
```## Upgrading Modules
```ps
PowerShellGet\Update-Module posh-git
```