Advertisement
RebelRose

Part 2 my (fbAlt)Tmux build

Apr 4th, 2025
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.25 KB | None | 0 0
  1. Part two of my ALT DM breakdown of the build....
  2. ........
  3. https://github.com/Madhava-mng/venv
  4.  
  5. source newenv/bin/activate
  6. source RosieRebs/bin/activate
  7. source Deadrose/bin/activate
  8. D34D₹⁰S3
  9.  
  10. .......................
  11.  
  12. nano $HOME/.zshrc
  13.  
  14. [[ -r ~/Repos/znap/znap.zsh ]] ||
  15.  
  16. git clone --depth 1 -- https://github.com/marlonrichert/zsh-snap.git ~/Repos/znap
  17.  
  18. source ~/Repos/znap/znap.zsh
  19.  
  20. znap prompt sindresorhus/pure
  21.  
  22. znap source marlonrichert/zsh-autocomplete
  23.  
  24. znap eval iterm2 'curl -fsSL https://iterm2.com/shell_integration/zsh'
  25.  
  26. znap function _pyenv pyenv "znap eval pyenv 'pyenv init - --no-rehash'"
  27.  
  28. compctl -K _pyenv pyenv
  29.  
  30. znap install aureliojargas/clitest zsh-users/zsh-completions
  31.  
  32. Side note......
  33.  
  34. Only add commands not all extra hashes and sentences
  35. That was all removed from recipe cleaned up
  36. .....................
  37.  
  38. pip install Boto3
  39. pip install PyYAML
  40. pip install Coverage
  41. pip install PyJWT
  42. pip install urllib3
  43. pip install certifi
  44. pip install attrs
  45. pip install marshmallow
  46. pip install uvicorn
  47. pip install Bokeh
  48. pip install Pytest
  49. pip install tqdm
  50. pip cache purge
  51.  
  52. Virtualenv DeadRose
  53.  
  54. .........................
  55.  
  56. cd ~
  57.  
  58. nano .bashrc
  59.  
  60. source ~/.bashrc
  61.  
  62. termux-reload-settings
  63. rm -rf
  64. ...............
  65. mkdir
  66. pip install virtualenv
  67. cd Rosiesenv
  68. ............
  69.  
  70. https://github.com/Hellfire13666/AliaStorm-Favorite
  71.  
  72.  
  73. termux-setup-storage
  74.  
  75. ln -s storage/downloads Downloads
  76.  
  77. git clone https://github.com/alfredredbird/tookie-osint
  78.  
  79. cd tookie-osint && pip3 install -r requirements.txt
  80.  
  81.  python3 tookie-osint
  82.  
  83. .............
  84.  
  85. pip3 install TUIFIManager --upgrade
  86.  
  87. tuifi
  88. quit and write
  89.  
  90. :w
  91. :q
  92. esc leave tuifi vim
  93. ...................
  94. pip install lxml-html-clean
  95. pkg install imagemagick
  96. Pip install requests_html
  97. termux-reload-settings
  98.  
  99. pkg install android-tools
  100.  
  101. rm -rf $PREFIX/var/cache/*
  102.  
  103. ...............
  104.  
  105. git clone https://github.com/atanunq/viu.git
  106.  
  107. # Build & Install
  108. cd viu/
  109. cargo install --path .
  110.  
  111. # Use
  112. viu img/giphy.gif
  113.  
  114. ~/viu28:# viu img/gifdemo.gif
  115. ~/viu24:# viu img/giphy.gif
  116.  
  117. demo.gif     iterm.png
  118. ..            explode.gif  kittydemo.gif
  119. bfa           flaky.gif    lights.jpg
  120. bfa.jpg       gifdemo.gif  snake.png
  121. curldemo.gif  giphy.gif    trip.gif
  122.  
  123. .....................
  124.  
  125. pkg install binutils-is-llvm
  126. pkg install binutils
  127.  
  128. mkdir
  129. cd D34D₹⁰S3
  130. cat  D34D₹⁰S3
  131.  
  132. ...........................
  133. ..............
  134.  
  135. cd /storage/emulated/0/Android/data
  136.  
  137. ls
  138. .......
  139. echo $SHELL
  140. nano ~/.config/fish/config.fish
  141.  
  142. if status is-interactive
  143.  
  144. # Commands to run in interactive sessions can go here
  145.  
  146. end
  147.  
  148.  
  149.  
  150. function fish_prompt
  151.  
  152.  
  153.  
  154. # interactive user name @ host name, date>
  155.  
  156.  
  157.  
  158. # Print "$(date)" to magenta color
  159.  
  160.  
  161.  
  162. echo -e "\e[35m$(date)\e[0m"
  163.  
  164.  
  165.  
  166. echo (pwd)
  167.  
  168.  
  169.  
  170. # Print "The Garden of Dead Roses♠️🌹..." in blue color
  171.  
  172.  
  173.  
  174. echo -e " \e[34mThe Garden of Dead Roses♠️🌹...
  175.  
  176. [~]:#\e[0m "
  177.  
  178.  
  179.  
  180. end
  181.  
  182. Special bb Fish shell write up
  183.  
  184. if status is-interactive
  185.  
  186. # Commands to run in interactive sessions can go here
  187.  
  188. end
  189.  
  190.  
  191.  
  192. function fish_prompt
  193.  
  194.  
  195.  
  196. # interactive user name @ host name, date>
  197.  
  198.  
  199.  
  200. # Print "$(date)" to magenta color
  201.  
  202.  
  203.  
  204. echo -e "\e[35m$(date)\e[0m"
  205.  
  206.  
  207.  
  208. echo (pwd)
  209.  
  210.  
  211.  
  212. # Print "Th3 GardeN oF D34D₹⁰S3S ♠️🌹....." in Red color
  213.  
  214.  
  215.  
  216. echo -e " \e[34mTh3 GardeN oF D34D₹⁰S3S ♠️🌹...
  217.  
  218. [~]:#\e[0m "
  219.  
  220.  
  221.  
  222. end
  223.  
  224. Creating the default bash
  225. chsh bash
  226. pkg install beanshell
  227. pip install xonsh
  228. pkg install tcsh
  229. fish server beanshell xonsh tcsh above
  230. in the xonsh shell type this
  231. pip install xontrib-autojump
  232. My fish info setup
  233. curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
  234. fisher install jorgebucaran/nvm.fish
  235. fisher install IlanCosman/tide@v5
  236. fisher install PatrickF1/fzf.fish
  237. fisher update jorgebucaran/fisher
  238. fisher update
  239. fisher list
  240. tide configure
  241. New fish commands
  242. fish_config theme dump
  243. fisher update
  244. fish_config
  245. tide configure
  246. https://fishshell.com/docs/current/cmds/fish_config.html
  247. fish_config prompt chose
  248.  
  249. ...............
  250.  
  251. https://pastebin.com/E507GCJD
  252. https://pastebin.com/QXySvYX8
  253. https://pastebin.com/wvsjFwtq
  254. rm -rf
  255. https://pastebin.com/WDY9Mvrj
  256. ..............
  257.  
  258. https://pastebin.com/EHQpXaDH
  259. https://pastebin.com/ix8d8JwN
  260. https://pastebin.com/cvWLzdQZ
  261. https://pastebin.com/yGZjKjXZ
  262. https://pastebin.com/GVFaV6au
  263. https://pastebin.com/EHQpXaDH
  264.  
  265. ..............
  266.  
  267. termux-reload-settings
  268.  
  269. source ~/.bashrc
  270.  
  271. PS1='\[\033[1;91m\]\D{%b-%d-%Y} \[\033[1;93m\]\@
  272. \[\033[0;35m\]♠️S₱¥₹⁰SI3♠️❣️ \[\033[0;32m\] ♠️J4ÇKS₱4D3♠️
  273. \[\033[0;36m\]💚H⁰4XD3Z NüTZ BïSH3Z💚
  274. \[\033[1;33m\]\w\[\033[1;35m\]\#\[\033[1;33m\]:#\[\033[\e[0;32m\] '
  275.  
  276. ...........
  277.  
  278. https://pastebin.com/ix8d8JwN
  279.  
  280. https://youtu.be/no7zfWulE4M?si=PwCQthb-BNSESOfZ
  281. My tablet video developer mode
  282.  
  283.  
  284. https://pastebin.com/yGZjKjXZ
  285. My new special banner Zsh build
  286.  
  287.  
  288. My color properties
  289.  
  290.  
  291. background=#000000
  292. foreground=#0000af
  293. cursor=#d7005f
  294. color0=#444444
  295. color1=#5f00d7
  296. color2=#0000ff
  297. color3=#000000
  298. color4=#FF00FF
  299. color5=#ff005f
  300. color6=#af0087
  301. color7=#FFFFFF
  302. color8=#000000
  303. color9=#005f00
  304. color10=#808080
  305. color11=#5f0000
  306. color12=#000000
  307. color13=#4e4e4e
  308. color14=#af5fd7
  309.  
  310. ...........................
  311.  
  312. git clone https://github.com/Whomrx666/X-whois.git
  313.  
  314. cd X-whois
  315.  
  316. python2 X-whois.py
  317.  
  318. ..........
  319. ...................
  320.  
  321. git clone https://github.com/N0rz3/Zehef.git
  322.  
  323. cd ./Zehef
  324.  
  325. pip3 install -r requirements.txt
  326.  
  327. python3 zehef.py email@domain.com
  328.  
  329. .........
  330.  
  331. pip cache purge
  332. pip install ping3
  333.  
  334.  
  335. git clone https://github.com/VirusZzHkP/The-Black-Tiger
  336. cd The-Black-Tiger
  337. chmod 777 the_black_tiger.sh
  338. ./the_black_tiger.sh
  339.  
  340. ..........
  341.  
  342. cat deznutz.txt
  343.  
  344. pip install virtualenv
  345.  
  346. phoneintel -h
  347.  
  348. ..............................
  349.  
  350. git clone https://github.com/spyboy-productions/Facad1ng.git
  351.  
  352. cd Facad1ng
  353.  
  354. pip3 install -r requirements.txt
  355.  
  356. python3 facad1ng.py
  357.  
  358. .....     ..........   .......
  359.  
  360. pkg update -y && pkg upgrade -y
  361.  apt update -y && apt upgrade -y
  362. pkg install git
  363. git clone https://github.com/Whomrx666/Cyberpunx.git
  364. cd Cyberpunx
  365. bash Cyberpunx.sh
  366.  
  367. .....................
  368.  
  369.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement