betterfetch is a fetch script used to quickly show system information in terminal. it's a fork of zfetch.
currently it shows these:
- a red text saying "YOU ARE ROOT!!!!" if you ran it as root
- your username and your machine name.
- your os.
- your kernel.
- machine uptime.
- terminal shell.
- desktop environment.
- terminal emulator.
- your cpu.
- your init. (e.g. systemd)
- local ip.
- 7 colored dots to identify terminal colors.
type betterfetch
to run it
type betterfetchrc
to edit the config file
sudo dnf install dnf-plugins-core
sudo dnf copr enable sctech/betterfetch
sudo dnf install betterfetch
download the latest rpm package from the releases page.
download the latest deb package from the releases page.
run this:
git clone https://github.com/sctech-tr/betterfetch.git
cd betterfetch
sudo make install
install wsl and run the command above.
run this:
sudo dnf update betterfetch
download the latest rpm package from the releases page.
download the latest deb package from the releases page.
run this:
rm -rf ~/betterfetch && git clone https://github.com/sctech-tr/betterfetch.git && cd betterfetch && sudo make install
in wsl, run the command above.
yes
whenever i added a new line, i had to improve the drawing. i don't like ascii drawing, so I removed it. if you still want a logo, use something else.
/etc/betterfetchrc - config file
/etc/betterfetch-version - version file - do not delete!!
/usr/bin/betterfetch - betterfetch itself
/usr/bin/betterfetchrc - script to edit betterfetch config file