Personal PowerShell configuration, bootstrapper, and environment setup.
To install and activate this configuration on any machine:
Defaults to
$HOME\source\repos\Xeyth.PowerShell
irm https://raw.githubusercontent.com/Xeythhhh/Xeyth.PowerShell/refs/heads/master/src/bootstrap.ps1 | iex
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
For detailed documentation on the XPS Bootstrap framework, refer to the PowerShell Documentation.