Skip to content

Another system info tool written in Bash, but this time with a sleepy cat

Notifications You must be signed in to change notification settings

508LoopDetected/purrfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

purrfetch

Another system info tool written in Bash, but this time with a sleepy cat

purrfetch preview

Installation

  1. Create local bin directory and add to path:
mkdir -p ~/.local/bin
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc   # or ~/.zshrc for zsh
  1. Download and set up script:
curl -o ~/.local/bin/purrfetch https://raw.githubusercontent.com/508LoopDetected/purrfetch/main/purrfetch
chmod +x ~/.local/bin/purrfetch
source ~/.bashrc   # or source ~/.zshrc for zsh
  1. Run it with purrfetch

Dependencies

  • curl for public IP detection
  • A terminal that supports Unicode and ANSI colors
  • Nerd Font for icons

Features

  • Sleepy kitty
  • Color-coded output
  • System info display:
    • User @ hostname
    • Linux distribution
    • Shell + terminal
    • System uptime
    • Disk usage
    • Local and public IPs

About

Another system info tool written in Bash, but this time with a sleepy cat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages