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

https://github.com/wtjones/powershell-profile

My PowerShell profile as well as the example for presentation Picking Up the Blue Shell
https://github.com/wtjones/powershell-profile

powershell

Last synced: 7 months ago
JSON representation

My PowerShell profile as well as the example for presentation Picking Up the Blue Shell

Awesome Lists containing this project

README

          

My Windows PowerShell Profile
=============================

Getting Started
---------------

Clone to ~/WindowsPowerShell

Dependencies
------------

### git

```
choco install git
```

Automate this?

```
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
```

### Module Dependencies

```
Install-Module PSDirtag -Scope CurrentUser
Install-Module PSCode -Scope CurrentUser
Install-Module posh-vs -Scope CurrentUser
```

### Nice to have

```
choco install nuget.commandline
```

Notes
-----

Presentation [Picking up the Blue Shell](https://docs.google.com/presentation/d/1iC2VjDka6R18Ky5trREuFeQ1MHwiBYpmfjVP9e2zkjM/edit?usp=sharing)