Another system info tool written in Bash, but this time with a sleepy cat
- Create local bin directory and add to path:
mkdir -p ~/.local/bin
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc # or ~/.zshrc for zsh
- 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
- Run it with
purrfetch
curl
for public IP detection- A terminal that supports Unicode and ANSI colors
- Nerd Font for icons
- Sleepy kitty
- Color-coded output
- System info display:
- User @ hostname
- Linux distribution
- Shell + terminal
- System uptime
- Disk usage
- Local and public IPs