You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development Assistant Script or else DAS is a simple script that will help *YOU* the developer download a variety of tools for the language that you develop on, much easier and faster. These tools will be a compiler or interpeter (depends on the language) and an editor or a full blown IDE in some cases.
Using this scirpt
Download the script
Run the script as root (the script requires uses some commands that non-root users can not access)
Choose between open source or propietary software
Choose the language that you want to develop on
Currently supported Linux distributions and languages
Currently supported Linux distributions
Arch
Manjaro
Debian
Ubuntu
Mint
Pop OS
Currently supported languages
Python
C/C++
Java
Requirements
yay AUR helper if you are using Arch derivatives
snap package manager if you are using Debian derivatives
Troubleshooting
If something like this bash: ./main.sh: /bin/bash^M: bad interpreter: No such file or directory1
appears, use sed -i -e 's/\r$//' main.sh
before running the script.
About
This is the Development Assistant Script or else DAS. It is a script that helps developers download their favorate tools quickly.