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

https://github.com/domoar/powershellconfig


https://github.com/domoar/powershellconfig

powershell scripts windowsterminal

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Build ToolsLibrary](https://github.com/domoar/PowershellConfig/actions/workflows/build.yaml/badge.svg)](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
```