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

https://github.com/atiq-cs/PwshScripts

My pwsh scripts
https://github.com/atiq-cs/PwshScripts

dotnet-core powershell-core pwsh

Last synced: 6 months ago
JSON representation

My pwsh scripts

Awesome Lists containing this project

README

        

## Minimal Shell and Power Scripts
A minimal, secure and high performance shell unaffected by tons of applications installed in the system. The minimal shell consists of following customizations,
- `Microsoft.PowerShell_profile.ps1`: high level initializations
- `Init.ps1`: second level initializations

This shell prefers shortest Env Path variables. To update variable for applications please utilize `Init-App.ps1`.

- More documentation at [wiki](https://github.com/atiq-cs/pwsh-scripts/wiki)

By default scripts are cross platform unless a tag `windows-only` exists.

Find Different type of PS Scripts,
- [Windows Only](https://github.com/atiq-cs/pwsh-scripts/search?q=windows-only)