Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.69 KB

File metadata and controls

49 lines (31 loc) · 1.69 KB

Arch Based Distro Programmer Setup

Here is a bash file which will help you to setup your linux (ARCH Based / Not for default Arch, that will come soon) for programming.

Basically it installs Python2 and 3, Java, C/C++ compiler, important python modules, VS Code installation.

It also install Some basic required packages for your later needs.

Working

Just copy and paste the command below in terminal and done

  yes | sudo pacman -S git
  git clone https://github.com/S0M3N/Arch-Based-Programming_Setup.git
  cd Arch-Based-Programming_Setup
  sudo chmod 777 setup.sh
  ./setup.sh

and that's it, you are all set with your linux for programming, go on and build extremely unique and make the world think of you.

Don't forget to get your desired extension for VS Code to run your code for desirably.

We support open source do you. With linux the user have power not the organisation.

I also have a setup for Debian/Ubuntu based systems

Don't Forget to star this repo. Any type of further changes or raise of issue is appreciated.

Most Popular Arch-based Distributions:

  1. Manjaro Linux:

  2. EndeavourOS:

  3. ArcoLinux:

License

This project is under MIT License so any type of opensource help is appreciated.