https://github.com/majkinetor/powershell_profile.d
PowerShell profile directory
https://github.com/majkinetor/powershell_profile.d
powershell powershell-profile
Last synced: 2 months ago
JSON representation
PowerShell profile directory
- Host: GitHub
- URL: https://github.com/majkinetor/powershell_profile.d
- Owner: majkinetor
- Created: 2016-10-10T11:10:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T10:04:26.000Z (3 months ago)
- Last Synced: 2025-05-13T12:05:16.126Z (2 months ago)
- Topics: powershell, powershell-profile
- Language: PowerShell
- Homepage:
- Size: 28.3 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - majkinetor/powershell_profile.d - PowerShell profile directory (PowerShell)
README
# PowerShell profile.d
This repository contains PowerShell profile with snippets organized in `profile.d` directory.
## Concept
- All of the scripts that you want in each of your machines go into the `profile.d`. Those are considered mandatory PowerShell extensions you can't live without.
- All machine specific stuff (aliases, functions etc.) should be set in `$PROFILE` itself.## Installation
To install, execute the following script (requires git client):
```powershell
git clone https://github.com/majkinetor/powershell_profile.d
cd powershell_profile.d; gc setup -raw | iex
```## Notes
- To not see warnings on the start uncomment `3>$null` in a profile.