https://github.com/agilianx/xeyth.powershell
PowerShell $PROFILE bootstrap and configuration scripts
https://github.com/agilianx/xeyth.powershell
powershell powershell-profile
Last synced: about 1 year ago
JSON representation
PowerShell $PROFILE bootstrap and configuration scripts
- Host: GitHub
- URL: https://github.com/agilianx/xeyth.powershell
- Owner: AgilianX
- Created: 2025-04-19T06:01:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-22T20:29:12.000Z (about 1 year ago)
- Last Synced: 2025-04-23T15:15:50.800Z (about 1 year ago)
- Topics: powershell, powershell-profile
- Language: PowerShell
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`
```powershell
irm https://raw.githubusercontent.com/Xeythhhh/Xeyth.PowerShell/refs/heads/master/src/bootstrap.ps1 | iex
```
### Or download and run with a custom path
```powershell
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](docs/PowerShell.md).