https://github.com/prodbyeagle/eagle
A small Powershell script to install Vencord, Spicetify and much more.
https://github.com/prodbyeagle/eagle
powershell powershell-script prodbyeagle
Last synced: 11 months ago
JSON representation
A small Powershell script to install Vencord, Spicetify and much more.
- Host: GitHub
- URL: https://github.com/prodbyeagle/eagle
- Owner: prodbyeagle
- Created: 2025-04-11T21:03:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-05-06T23:52:51.000Z (11 months ago)
- Last Synced: 2025-05-07T00:33:01.758Z (11 months ago)
- Topics: powershell, powershell-script, prodbyeagle
- Language: PowerShell
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A lightweight PowerShell utility to manage tools like **Spicetify**, **Vencord**, and automate basic script handling such as install, update, and uninstall.
## ๐ Features
- Install **Spicetify** easily
- Download & run **Vencord Installer**
- Automatic script update checking
- Clean uninstall with profile and path cleanup
- Alias setup for easy access via `eagle` command
---
## ๐ฆ Installation
Run the following PowerShell command:
```powershell
Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/prodbyeagle/eaglePowerShell/main/installer.ps1 | Invoke-Expression
```
This will:
- Download the latest `eagle.ps1` to `C:\Scripts`
- Add a `eagle` alias to your PowerShell profile
- Add `C:\Scripts` to your `PATH` (if not already)
- Enable access via `eagle` from any terminal
---
## ๐ Usage
```powershell
eagle [command]
```
### Available Commands:
```powershell
eagle help or eagle --h
```
---
## ๐งผ Uninstall
```powershell
eagle uninstall or eagle --rem
```
This will:
- Delete `eagle.ps1`
- Remove the alias from your PowerShell profile
- Clean up the `C:\Scripts` folder (if not empty)