sabamdarif / termux-desktop

Install a full Linux desktop environment on your Android device with Termux X11 or VNC and also enable hardware acceleration. Additionally, install some popular GUI applications directly within Termux
GNU General Public License v3.0
168 stars 20 forks source link

only termux cli look script. #21

Closed raaz2507 closed 1 month ago

raaz2507 commented 2 months ago

please add a script only for chage termux cli envirement . without intalling any desktop envirement , gpu exletion ect. only script for install zsh and other cli cusmization Screenshot_2024-09-04-23-27-15-461_com termux

sabamdarif commented 2 months ago

you can do it manually

1st) for zsh run this :- pkg install zsh git -y then wget https://raw.githubusercontent.com/sabamdarif/simple-linux-scripts/main/install-zsh.sh && bash install-zsh.sh

2nd ) for color :- backup old color scheme by mv $HOME/.termux/colors.properties $HOME/.termux/colors.properties.bak then run wget -O $HOME/.termux/colors.properties https://raw.githubusercontent.com/sabamdarif/termux-desktop/main/other/colors.properties

3rd) then back old motd by mv $PREFIX/etc/motd $PREFIX/etc/motd.bak ; mv $PREFIX/etc/motd-playstore $PREFIX/etc/motd-playstore.bak ; mv $PREFIX/etc/motd.sh $PREFIX/etc/motd.sh.bak then wget -O $PREFIX/etc/motd.sh https://raw.githubusercontent.com/sabamdarif/termux-desktop/main/other/motd.sh and echo "bash $PREFIX/etc/motd.sh" >> "$PREFIX/etc/termux-login.sh"

now restart termux and it's done

sabamdarif commented 1 month ago

Script you requested :- wget https://raw.githubusercontent.com/sabamdarif/simple-linux-scripts/main/better-termux.sh && bash better-termux.sh

raaz2507 commented 1 month ago

Thnx for your efforts.