Skip to content

kaueMarques/EnviromentInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

Enviroment Installer

simplify dev's life
Write 4 All


Made with Powershell & Shell Script

📃 About

Who hasn't, after reformatting their operating system, spent a lot of time setting up a productive environment? Wasting time downloading support for multiple languages, various IDEs, and essential systems?
So, observing this, I've put together an easily installable script with the most popular tools to make installation more practical with just a few commands

⚙️ Suported Langs

Java Python Ruby Node.js C++ PHP

🖥️ Suported Servers

Docker Podman VirtualBox
Apps for Windows
    MobaXterm XAMPP Laragon

📝 IDEs

Visual Studio Code Notepad++ IntelliJ IDEA DBeaver

💬 Popular Corp Communication

Slack Teams Discord

🧩 Extras

Google Chrome VLC Media Player

📥 Quick start without need to clone project

Windows

  1. Open Powershell as administrator
  2. Enable Script
  3. Set-ExecutionPolicy RemoteSigned
  4. Start instalation
  5. iex (iwr https://raw.githubusercontent.com/kaueMarques/EnviromentInstaller/master/scripts/win-installer.ps1).Content

Linux

Execute as sudo

sudo curl -s https://raw.githubusercontent.com/kaueMarques/EnviromentInstaller/master/scripts/linux-installer.sh | bash

MacOS

Execute as sudo

sudo curl -s https://raw.githubusercontent.com/kaueMarques/EnviromentInstaller/master/scripts/mac-installer.sh | bash

About

Wasted time setting up a productive environment after OS reformat? My script simplifies it with popular tools, saving time on language support, IDEs, and essential systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors