The following script installs a JetBrains IDE on any Debian based Linux distro. To download it, simply run wget z.ndan.co/jetbrains-install.sh:
Next, run chmod 755 jetbrains-install.sh && ./jetbrains-install.sh and follow the instructions. Once the chosen IDE has launched, one issue you may encounter is poor font rendering, which can occur on certain Linuxes when running Swing applications, resulting in jagged or broken fonts in the UI and Editor. Here, the best course of action is to use a different font. You can switch your default font in Settings, under the ‘Appearance’ menu.
If you would like to see further support for IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, Clion, RubyMine, DataGrip, et al. on Linux, one way you can contribute is by reporting issues that you encounter on Linux. There is a small but growing community of Linux users, and by reporting issues, you will improve the IDE for everyone. Thanks for reading, and if you have feedback on the install script, please reach out to me!