Go to file
six 18eb86ebfd Moving repo from Awalcon 2021-10-19 14:23:19 +02:00
tools Moving repo from Awalcon 2021-10-19 14:23:19 +02:00
zsh_files Moving repo from Awalcon 2021-10-19 14:23:19 +02:00
README.md Moving repo from Awalcon 2021-10-19 14:23:19 +02:00
dependency_check.zsh Moving repo from Awalcon 2021-10-19 14:23:19 +02:00

README.md

CryptoZsh

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/

  • 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/Awalcon/CryptoZsh cp CryptoZsh/zsh_files/.zshrc ~/ cp -R CryptoZsh/zsh_files ~/.cryptozsh cp -R CryptoZsh/tools ~/.cryptozsh_tools