Skip to content

ahmed-alnassif/Termux-JetBrians

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termux / ZeroTermux

Install Graphical Interface

Use the official graphical display software Termux-x11 and install the Xfce4 desktop environment.

⚠️ Before starting, download the following apps:

  1. Open Termux/ZeroTermux and update the package sources:
   pkg update && pkg upgrade
  1. Install the required packages:

    pkg install x11-repo xfce4 termux-x11-nightly -y
  2. Run termux-x11:

    termux-x11 &
  3. In a new Termux session, set the DISPLAY variable and start Xfce:

    export DISPLAY=:0
    startxfce4 &
  4. Open the termux-x11 app, and the desktop will be displayed.


Install Firefox Browser

pkg install firefox

Open the Xfce4 desktop GUI environment, click the browser icon at the bottom of the desktop, and you can use Firefox.


Install Java IDE (IntelliJ IDEA)

wget https://raw.githubusercontent.com/zryyoung/Termux/main/install_idea.sh && bash install_idea.sh

Termux xfce4 IDEA IDEA Launch IDEA Landscape Mode IDEA Portrait Mode IDEA Showing Spring Boot Project IDEA Running Spring Boot Project


Install Python IDE (PyCharm)

wget https://raw.githubusercontent.com/zryyoung/Termux/main/install_idea.sh && bash install_pycharm.sh

Termux xfce4 PyCharm PyCharm Launch PyCharm Landscape Mode PyCharm Portrait Mode PyCharm Showing Python Project PyCharm Running Python Project

About

Android studio and other JetBrians IDEs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%