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.
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.
-
Manjaro Linux:
- Website: Manjaro.org
- Download: Manjaro Download
-
EndeavourOS:
- Website: EndeavourOS.com
- Download: EndeavourOS Download
-
ArcoLinux:
- Website: ArcoLinux.info
- Download: ArcoLinux Download
This project is under MIT License so any type of opensource help is appreciated.