https://github.com/domoar/powershellconfig
https://github.com/domoar/powershellconfig
powershell scripts windowsterminal
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/domoar/powershellconfig
- Owner: domoar
- License: mit
- Created: 2025-04-02T08:32:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-22T14:35:15.000Z (10 months ago)
- Last Synced: 2025-04-23T15:15:59.376Z (10 months ago)
- Topics: powershell, scripts, windowsterminal
- Language: PowerShell
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/domoar/PowershellConfig/actions/workflows/build.yaml)
# PowerShell Profile & Custom Module
This repository contains my personal PowerShell setup, including:
- A custom PowerShell module with functions, aliases, and tab completion
- My PowerShell profile (`Microsoft.PowerShell_profile.ps1`)
- Windows Terminal settings for a consistent and efficient terminal experience
---
## 📁 Contents
- `profile` – PowerShell profile script, loaded at shell startup
- `src/ToolsLibrary` – C# Library to handle setup
- `modules/` – Custom PowerShell module with reusable functions
- `WindowsTerminal/` – Configuration for Windows Terminal (`settings.json`, etc.)
---
## 🔧 Installation
### 1. Clone this repository
```powershell
code $Profile
```