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
- Host: GitHub
- URL: https://github.com/atiq-cs/PwshScripts
- Owner: atiq-cs
- License: gpl-3.0
- Created: 2019-11-30T00:54:12.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-07T21:36:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T11:08:08.826Z (7 months ago)
- Topics: dotnet-core, powershell-core, pwsh
- Language: PowerShell
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - atiq-cs/PwshScripts - My pwsh scripts (PowerShell)
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 initializationsThis 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)