- MiniFetch is an interactive Bash script that provides detailed information about the operating system it runs on.
- It displays information such as the username and hostname, operating system and kernel version, system architecture, uptime, total number of installed packages, available and used storage space, memory usage, and processor information. Users can use this script for system troubleshooting and administration.
- Open the terminal and navigate to the directory where you saved the script.
- Grant execution permissions to the script using the command: chmod +x MiniFetch.sh.
- Run the script without arguments to display standard information or run with the argument "-a" to display all information.