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
- Host: GitHub
- URL: https://github.com/wtjones/powershell-profile
- Owner: wtjones
- Created: 2018-04-01T19:44:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T19:28:38.000Z (almost 8 years ago)
- Last Synced: 2025-06-19T21:38:43.224Z (8 months ago)
- Topics: powershell
- Language: PowerShell
- Homepage: https://docs.google.com/presentation/d/1iC2VjDka6R18Ky5trREuFeQ1MHwiBYpmfjVP9e2zkjM/edit?usp=sharing
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)