SnappyInstall

Developer Tools Setup

This project provides a Bash script that automates the installation of essential tools for a development environment on Linux (Debian/Ubuntu-based) systems. The script installs code editors, web browsers, database managers, and other important developer utilities.

Installed Tools (DEV Package)

The script will install the following tools:

Prerequisites

To run the script, you need to:

How to Use

You can run the script directly using the command curl:

curl -sSL snappyinstall.codes/dev | sudo bash

This command downloads and runs the script directly, ensuring a quick installation without the need to download the file manually.

Script Structure

The script follows the following structure:

  1. Permissions Check: Confirms that the user has privileges sudo.
  2. System Update: Updates the system to avoid installation conflicts.
  3. Installing Tools: Downloads and installs each tool, using aptor files .debwhen necessary.
  4. Cleanup: Removes downloaded temporary files such as .deb.

Troubleshooting

Contribution

Contributions are welcome! Feel free to open an issue or submit a pull request .

License

This project is licensed under the MIT License. See the file LICENSEfor more details.

Contributors 🤝

We thank everyone who contributes to this project! 🎉

Foto do Contribuidor
DavinyLetícia

Founder
Foto do Contribuidor
Daniele Junior

Contributors

Observation

This script installs the most commonly used tools in development environments. For additional or more specific configurations, consult the official documentation for each tool.