Skip to content

Files

Latest commit

1098f5e · Apr 20, 2025

History

History
27 lines (17 loc) · 774 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 774 Bytes

Xeyth.PowerShell

Personal PowerShell configuration, bootstrapper, and environment setup.

🖥️ Remote Bootstrap

To install and activate this configuration on any machine:

Default

Defaults to $HOME\source\repos\Xeyth.PowerShell

irm https://raw.githubusercontent.com/Xeythhhh/Xeyth.PowerShell/refs/heads/master/src/bootstrap.ps1 | iex

Or download and run with a custom path

iwr https://raw.githubusercontent.com/Xeythhhh/Xeyth.PowerShell/refs/heads/master/src/bootstrap.ps1 -OutFile bootstrap.ps1
.\bootstrap.ps1 "D:\CustomPath\Xeyth.PowerShell"
Remove-Item .\bootstrap.ps1

Documentation

For detailed documentation on the XPS Bootstrap framework, refer to the PowerShell Documentation.