betterfetch is a minimalist system information tool that delivers essential system details in a clean, efficient manner. Designed for developers and terminal enthusiasts who want power without the bloat.
- ⚡ Displays key system information instantly
- 🎨 Minimalist design without unnecessary clutter
- 📦 Lightweight and fast
- 🚀 Easy to install and use
- 🛠️ Available in both Rust and C++
Choose your preferred version and installation method:
curl https://betterfetch.github.io/scripts/rs/install.sh | bash-
Clone the repository:
git clone https://github.com/betterfetch/betterfetch.git
-
Install via Cargo:
cd betterfetch cargo install --path .
-
Add to PATH (if needed):
# Add this to your ~/.zshrc or ~/.bashrc export PATH="$HOME/.cargo/bin:$PATH"
-
Restart your shell:
exec zsh # or bash/fish/etc
curl https://betterfetch.github.io/scripts/cpp/install.sh | bash-
Clone the repository:
git clone https://github.com/betterfetch/betterfetch-cpp.git cd betterfetch-cpp -
Build and install:
make sudo make install
