https://github.com/atiq-cs/shell
My pwsh scripts
https://github.com/atiq-cs/shell
dotnet-core powershell-core pwsh
Last synced: 8 months ago
JSON representation
My pwsh scripts
- Host: GitHub
- URL: https://github.com/atiq-cs/shell
- Owner: atiq-cs
- License: gpl-3.0
- Created: 2019-11-30T00:54:12.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2025-05-05T21:45:48.000Z (8 months ago)
- Last Synced: 2025-05-05T22:32:05.184Z (8 months ago)
- Topics: dotnet-core, powershell-core, pwsh
- Language: PowerShell
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)