EasyInstall
June 14, 2024 ยท View on GitHub
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 <(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 <(curl -s https://ezi.sh/homebrew)
Available Packages
All available installation packages can be found at easyinstall.json.
Examples
Below are examples of installing some common packages:
Homebrew:
sh <(curl -s https://ezi.sh/homebrew)
Node Version Manager (NVM):
sh <(curl -s https://ezi.sh/nvm)
Oh My Zsh:
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:
- Fork this repository.
- Create your feature branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature/your-feature). - 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.