https://github.com/d13r/windowspowershell
https://github.com/d13r/windowspowershell
dotfiles powershell
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/d13r/windowspowershell
- Owner: d13r
- Created: 2022-05-21T12:53:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T10:52:37.000Z (about 1 year ago)
- Last Synced: 2025-01-17T11:34:27.508Z (about 1 year ago)
- Topics: dotfiles, powershell
- Language: PowerShell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
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
```