a: awesome f: fetch t: tool e: eroded in r: rust! afterfetch!
LINUX ONLY!! works best with x11 for display read
INSTALLATION: clone the repo:
git clone https://github.com/n8t-lx/afterfetch
#then, get into that directory:
cd afterfetch
#then, install it to your path:
cargo install --path . # <- do NOT forget the dot
#boom. you are done. run afterfetch to run it in your terminal now!
#-- NOTE: YOU MIGHT NEED TO RUN THIS:
#( REPLACE ZSHRC DEPENDING ON YOUR SHELL!! e.g. bash = bashrc )
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc