Skip to content

PowerShell $PROFILE bootstrap and configuration scripts

Notifications You must be signed in to change notification settings

AgilianX/Xeyth.PowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PowerShell $PROFILE bootstrap and configuration scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published