tzyfetch is an extremely simple fetch utility, built for a single line output featuring a unique, three character distro logo.
- Install via AUR:
tzyfetch is available in the AUR.
You can use your favorite AUR helper to install it. For example, with yay:
yay -S tzyfetch
-
Clone the repository:
git clone https://github.com/cappsyco/tzyfetch.git
or
git clone [email protected]:cappsyco/tzyfetch.git
-
Move to the repository directory:
cd tzyfetch
-
Run the installer script:
sudo make install
After installing, you can use the tzyfetch command as follows:
- Displays the distro logo, name, and current system information:
tzyfetch
- Use
-t
or--time
to displays uptime in a human-readable format:tzyfetch -t tzyfetch --time
- Use
-d
or--distro
to display the logo of a specific distro ID:tzyfetch -d ubuntu tzyfetch --distro freebsd
- Outputs all distro logos and IDs recognized by tzyfetch
tzyfetch -d all
- Outputs all distro logos and IDs recognized by tzyfetch
- Use
-h
or--help
to prints the help information:tzyfetch -h tzyfetch --help
To uninstall tzyfetch:
- Run the uninstaller script:
sudo make uninstall