4
0
Fork 0
Shell for Generation 6
 
 
Go to file
six 78a5227e54 Update dependency_check.zsh 2025-04-14 05:04:01 +00:00
tools Gen6 tools 2025-04-14 11:59:54 +07:00
zsh_files Gen6 tools 2025-04-14 11:59:54 +07:00
README.md Gen6 tools 2025-04-14 11:59:54 +07:00
dependency_check.zsh Update dependency_check.zsh 2025-04-14 05:04:01 +00:00

README.md

gen6zsh

The aim of this project is to create a zsh environment for users who work with: cryptocurrencies, blockchain projects and crytpography itself.

Tools and Functions inside /draft/

  • Check state of Gen6 services
  • Random generation rules
  • Network crypto tools
  • Logical note taking with linking
  • Local blockchain db
  • Coin stat/price tracking

Commands calling functions: chkdep - check if all dependencies are installed chkent - check on random hardening chkip - check public ip address chktor - check if tor (torsocks) is used

Installing

cd /tmp/ && git clone https://git.hsbp.org/G6_Networks/gen6zsh && cd gen6zsh && mkdir ~/.gen6zsh && cp zsh_files/* ~/.gen6zsh && mv ~/.gen6zsh/zshrc ~/.zshrc && cp -R tools ~/.gen6zsh_tools

Check dependencies:

zsh /tmp/gen6zsh/dependency_check.zsh