Closed raaz2507 closed 1 month 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
Script you requested :- wget https://raw.githubusercontent.com/sabamdarif/simple-linux-scripts/main/better-termux.sh && bash better-termux.sh
Thnx for your efforts.
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