An open API service indexing awesome lists of open source software.

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.

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)