https://github.com/woolflare/EasyInstall
One-Click Script Installation Assembly.
https://github.com/woolflare/EasyInstall
Last synced: 7 months ago
JSON representation
One-Click Script Installation Assembly.
- Host: GitHub
- URL: https://github.com/woolflare/EasyInstall
- Owner: woolflare
- Created: 2024-05-16T06:44:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T01:25:04.000Z (7 months ago)
- Last Synced: 2025-05-09T02:34:49.591Z (7 months ago)
- Language: Shell
- Homepage: https://easyinstall.net
- Size: 811 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-developer-experience - EasyInstall - One-Click Script Installation Assembly. (🧰 Tools / Local development)
README
# EasyInstall
Welcome to EasyInstall, an automatic installation script collection designed to simplify the installation process for various software packages. With EasyInstall, you can easily install common software and tools using a single command.
## Project Overview
EasyInstall provides a convenient way to install various packages. Users can quickly install the required software by running a simple curl command, without the need to manually download and configure.
## Usage
To install a specific package, use the following command:
```sh
sh <(curl -s https://ezi.sh/[package_name])
```
Replace `[package_name]` with the name of the desired package. For example, to install homebrew, you would use:
```sh
sh <(curl -s https://ezi.sh/homebrew)
```
## Available Packages
All available installation packages can be found at [easyinstall.json](https://raw.githubusercontent.com/woolflare/EasyInstall/main/easyinstall.json).
### Examples
Below are examples of installing some common packages:
**Homebrew:**
```sh
sh <(curl -s https://ezi.sh/homebrew)
```
**Node Version Manager (NVM):**
```sh
sh <(curl -s https://ezi.sh/nvm)
```
**Oh My Zsh:**
```sh
sh <(curl -s https://ezi.sh/ohmyzsh)
```
## Contribution
We welcome contributions to the EasyInstall project, including new installation scripts or improvements to existing ones. If you would like to contribute, please follow these steps:
1. Fork this repository.
2. Create your feature branch (`git checkout -b feature/your-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin feature/your-feature`).
5. Create a new Pull Request.
## Support
If you encounter any issues while using EasyInstall or have suggestions, please submit an issue through GitHub Issues.
## License
This project is licensed under the MIT License.