betterfetch is a lightweight and minimalist system information tool designed for the terminal.
It provides essential system details in a clean and efficient manner, enhancing your command-line experience
- Displays key system information quickly
- Minimalist design without unnecessary clutter
- Lightweight and fast
- Easy to install and use
How to install betterfetch
curl https://betterfetch.github.io/scripts/rs/install.sh | bash
- clone the repo
git clone https://github.com/betterfetch/betterfetch.git
- install using cargo
cd betterfetch
cargo install --path .
- Add to path
# Add this to your ~/.zshrc or ~/.bashrc
export PATH="$HOME/.cargo/bin:$PATH"
- Restart your shell
exec zsh # or bash/fish
you'r good to go
curl https://betterfetch.github.io/scripts/cpp/install.sh | bash
git clone https://github.com/betterfetch/betterfetch-cpp.git
cd betterfetch-cpp
make
sudo make install
You can also add it to your PATH