catfetch
is a minimal system information tool written in pure shell script. It provides basic system details without any arguments or options. There are no ASCII graphics.
-
Make the script executable:
chmod +x catfetch
-
Copy it to any directory in your
PATH
. The recommended location is~/.local/bin
:cp catfetch ~/.local/bin/
-
Ensure the directory is in your
PATH
. If not, add the following to your shell configuration file:export PATH="$HOME/.local/bin:$PATH"
Run:
catfetch
This project is licensed under WTFPL.
This project follows the HGG.