Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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