Advertisement
Jackspade9624

anon.sh

Apr 15th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. clear
  2.  
  3. echo -e "\e[3m\e[1;92mWE ARE ANONYMOUS...
  4. "
  5. rm -rf /data/data/com.termux/files/usr/etc/motd
  6. git clone https://github.com/ghoste9624/anonymous-motd /data/data/com.termux/files/usr/etc/motd
  7. echo "/data/data/com.termux/files/usr/etc/motd/init.sh" >> /data/data/com.termux/files/usr/etc/profile # or .zprofile if using zsh
  8. cd /data/data/com.termux/files/usr/etc/motd/ && chmod +x init.sh && cd $HOME
  9.  
  10. echo "PS1='\e[3m\[\033[1;30m\]\D{%a-%b-%d-%Y} \e[\033[38;5;214m\@
  11. \[\033[1;91m\]\w
  12. \[\033[0;34m\][\[\033[0;36m\]\#\[\033[0;34m\]]\[\033[1;92m\] '" >> ~/.bashrc
  13.  
  14. source ~/.bashrc
  15.  
  16. echo "background=#000000
  17. foreground=#D7FFFF
  18. cursor=#00FF00
  19. color0=#000000
  20. color1=#FF0000
  21. color2=#00FF00
  22. color3=#FFFF00
  23. color4=#0000FF
  24. color5=#FF00FF
  25. color6=#00FFFF
  26. color7=#FFFFFF" >> ~/.termux/colors.properties
  27.  
  28. echo "terminal-cursor-blink-rate=500
  29.  
  30. extra-keys = [ \
  31. ['ESC','/','-','HOME','UP','END','PGUP','BKSP'], \
  32. ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','ENTER'] \
  33. ]" >> ~/.termux/termux.properties
  34.  
  35. termux-reload-settings
  36.  
  37. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement