|
1 | | - |
| 1 | +# 📦 DEV-tools Scoop Bucket |
2 | 2 |
|
| 3 | + |
3 | 4 |
|
| 5 | +> **Note:** This repository has evolved from development tools into a "sanctuary" for various applications - apps, games, and more! |
4 | 6 |
|
| 7 | +## 🚀 Quick Start |
5 | 8 |
|
6 | | -<hr> |
7 | | -📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦 |
8 | | -<hr> |
| 9 | +Add this bucket to your Scoop installation: |
9 | 10 |
|
| 11 | +``` |
| 12 | +scoop bucket add anderlli0053_DEV-tools https://github.com/anderlli0053/DEV-tools.git |
| 13 | +``` |
10 | 14 |
|
| 15 | +Pro Tip: Quick install everything at once: |
11 | 16 |
|
| 17 | +``` |
| 18 | +scoop bucket add anderlli0053_DEV-tools https://github.com/anderlli0053/DEV-tools.git && scoop update && scoop install <app-name> |
| 19 | +``` |
| 20 | +📥 Installation Example |
12 | 21 |
|
| 22 | +``` |
| 23 | +scoop install gdevelop |
| 24 | +``` |
13 | 25 |
|
14 | | -[](https://github.com/anderlli0053/DEV-tools/actions/workflows/issues.yml) |
| 26 | +Or simply: |
| 27 | +``` |
15 | 28 |
|
| 29 | +scoop install <any-app-name-in-bucket> |
16 | 30 |
|
17 | | -[](https://github.com/anderlli0053/DEV-tools/actions/workflows/excavator.yml) |
| 31 | +``` |
18 | 32 |
|
| 33 | +🔄 Maintenance |
19 | 34 |
|
20 | | -[](https://github.com/anderlli0053/DEV-tools/actions/workflows/issue_comment.yml) |
| 35 | + Update the bucket: scoop update |
21 | 36 |
|
| 37 | + View all Scoop commands: Just type scoop and press Enter |
22 | 38 |
|
23 | | -[](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2Fanderlli0053%2FDEV-tools) |
24 | | -<hr><hr> |
| 39 | +📋 Requirements |
25 | 40 |
|
26 | | -Everything regarding Scoop software can be found on [this](https://scoop.sh/) official page |
| 41 | + Scoop installed and in your system PATH |
27 | 42 |
|
28 | | -### This repository/bucket has become a "sanctuary" for various apps, not just developement tools as it was supposed to be at first 😄 |
29 | | -<hr><hr> |
30 | | -Add this bucket after installing Scoop by typing: |
| 43 | + Any command-line interface (CMD, PowerShell, etc.) |
31 | 44 |
|
32 | | -```scoop bucket add anderlli0053_DEV-tools https://github.com/anderlli0053/DEV-tools.git``` |
| 45 | +🏗️ CI/CD Status |
33 | 46 |
|
34 | | -Even faster way is ```scoop bucket add anderlli0053_DEV-tools https://github.com/anderlli0053/DEV-tools.git && scoop update && scoop install <anyAPPNameInTheBucket>``` |
35 | | -<hr><hr> |
36 | | -Installing example: |
| 47 | +This bucket is automatically maintained using GitHub's CI/CD pipeline: |
37 | 48 |
|
38 | | -* ```scoop install gdevelop``` |
39 | 49 |
|
40 | | -or basically ```scoop install <anyAPPNameInTheBucket>``` |
| 50 | +ℹ️ About |
41 | 51 |
|
42 | | -For updating the bucket with the upstream use ```scoop update```, for other commands you can write ```scoop``` and press ENTER, it will output the list of available Scoop commands. |
43 | | -<hr> |
44 | | -Once the Scoop is successfully installed and in the System PATH, you can use whatever command-line you like, CMD, PowerShell,... |
| 52 | +What started as a personal collection of manifests for development tools has grown into a comprehensive container for all kinds of software. From utilities to games, if you can name it, it might be here! |
45 | 53 |
|
| 54 | +🔗 Resources |
46 | 55 |
|
47 | | -<hr> |
| 56 | +- [Scoop search engine](https://scoop.sh/) |
| 57 | +- [Official Scoop repository](https://github.com/ScoopInstaller/Scoop/) |
48 | 58 |
|
49 | | -___It started as a collection of manifests for development tools that i wrote, but then turned into a container of pretty much everything. Apps, Games, ... you name it!.___ |
50 | | -<hr> |
51 | | - |
52 | | -### THIS BUCKET USES GitHub's CI/CD THAT TAKE CARE OF IT ### |
53 | | - |
54 | | -<hr> |
55 | | - |
56 | | -📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦 |
57 | | -<hr> |
58 | | - |
59 | | - |
60 | | -<hr> |
| 59 | +📦 |
0 commit comments