This script automates the installation of essential web development tools on Linux systems. It installs the following tools:
- Google Chrome
- Visual Studio Code
- Node.js and npm
- Git
- Postman
- Docker
- Docker Compose
- Apache
- PostgreSQL
To clone the repository to your system, open a terminal and navigate to the directory where you want to clone the repository. Then, execute the following command:
git clone https://github.com/Diegodossantos23/dev-environment-setup.git
After you have cloned the repository, navigate to the directory:
cd dev-environment-setup
After cloning the repository, navigate to the directory where the repository was cloned. Then, execute the following command to make the installation script executable:
chmod +x install_web_dev_tools.sh
To run the installation script, execute the following command:
./install_web_dev_tools.sh