Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/majkinetor/powershell_profile.d

PowerShell profile directory
https://github.com/majkinetor/powershell_profile.d

powershell powershell-profile

Last synced: about 1 month ago
JSON representation

PowerShell profile directory

Awesome Lists containing this project

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.