mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 23:23:50 +00:00
17 lines
458 B
Markdown
17 lines
458 B
Markdown
# PowerShell Configuration
|
|
|
|
This directory contains my [PowerShell](https://github.com/PowerShell/PowerShell)
|
|
(pwsh) configuration files.
|
|
|
|
## Files
|
|
|
|
- **Microsoft.PowerShell_profile.ps1**: This is the main PowerShell profile script.
|
|
It contains custom aliases, functions, and environment settings.
|
|
|
|
## Installation
|
|
|
|
To use this configuration:
|
|
|
|
1. Clone the repository.
|
|
2. Copy the `Microsoft.PowerShell_profile.ps1` file to your PowerShell profile location.
|