Advertisement
Jackspade9624

anonybash readme.md

Apr 15th, 2025 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. # anonybash
  2. ![alt text](https://github.com/ghoste9624/anonybash/blob/main/Screenshot_20250415-191015_Termux.jpg)
  3.  
  4. # Features
  5. * anonymous MOTD
  6. * uptime
  7. * date & time
  8. * extra keys
  9. * flashing green cursor
  10. * red directory
  11. * session count
  12. * green font output
  13. * added colors
  14. * termux-start full package installer with tstyle for easy font and theme mods
  15. * anonyzsh zsh autocomplete
  16. * setup for easy modifications
  17.  
  18. # One time installation.
  19. ```
  20. apt update && apt full-upgrade -y && pkg update && pkg upgrade -y && pkg install git zsh -y
  21. git clone https://github.com/ghoste9624/anonybash
  22. cd anonybash
  23. chmod +x anon.sh
  24. bash anon.sh
  25. exit
  26. ```
  27.  
  28. # Modify your .bashrc file.
  29. ```
  30. nano /data/data/com.termux/files/home/.bashrc
  31. ```
  32.  
  33. # Modify your motd directory.
  34. ```
  35. nano /data/data/com.termux/files/usr/etc/motd/10-anonymous-logo
  36. ```
  37.  
  38. issues? Remove any extra paths at the bottom of the usr/etc/profile file. There MUST be one path called
  39. /data/data/com.termux/files/usr/etc/motd/init.sh
  40. ```
  41. nano /data/data/com.termux/files/usr/etc/profile
  42. ```
  43.  
  44. # Modify your colors.properties file.
  45. ```
  46. nano ~/.termux/colors.properties
  47. ```
  48.  
  49. [256 ANSI Color Codes](https://hexdocs.pm/color_palette/ansi_color_codes.html)
  50.  
  51. ``
  52. https://hexdocs.pm/color_palette/ansi_color_codes.html
  53. ``
  54.  
  55. # Modify your termux.properties file.
  56. ```
  57. nano ~/.termux/termux.properties
  58. ```
  59. # termux-start
  60. ![alt text](https://github.com/ghoste9624/anonybash/blob/main/Screenshot_20250415-134711_Termux.jpg)
  61.  
  62. # Full package installer with tstyle.
  63. (about 2.9 gigs)
  64. ```
  65. git clone https://github.com/ghoste9624/anonybash
  66. git pull
  67. cd anonybash
  68. chmod +x termux-start
  69. bash termux-start
  70. ```
  71. # anonyzsh
  72. ![alt text](https://github.com/ghoste9624/anonybash/blob/main/Screenshot_20250415-163038_Termux.jpg)
  73.  
  74. Run the following in zsh for autocomplete. Exit zsh and reenter for changes.
  75. ```
  76. cd $HOME
  77. rm -rf anonybash
  78. git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
  79. git clone https://github.com/ghoste9624/anonybash
  80. cd anonybash
  81. chmod 777 -R anonyzsh
  82. bash anonyzsh
  83. ```
  84. <br>
  85. <br>
  86.  
  87. ![Visitor Count](https://profile-counter.glitch.me/{ghoste9624}/count.svg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement