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

https://github.com/d13r/windowspowershell


https://github.com/d13r/windowspowershell

dotfiles powershell

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# PowerShell Config

## Installation

In WSL (since I don't have Git installed in PowerShell):

```bash
git clone git@github.com:d13r/WindowsPowerShell.git /mnt/c/Users/Dave/Documents/WindowsPowerShell
```

In PowerShell:

```powershell
Set-ExecutionPolicy -Scope CurrentUser Unrestricted
& $profile
```