Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majkinetor/powershell_profile.d
PowerShell profile directory
https://github.com/majkinetor/powershell_profile.d
powershell powershell-profile
Last synced: 3 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T11:06:13.000Z (over 1 year ago)
- Last Synced: 2024-05-18T05:36:09.446Z (6 months ago)
- Topics: powershell, powershell-profile
- Language: PowerShell
- Homepage:
- Size: 25.4 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- 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.