The neofetch plugin provides a command-line system information tool that displays system details with ASCII art logos.
What is neofetch?
neofetch is a command-line system information tool written in bash. It displays information about your operating system, software, and hardware in a visually appealing format with ASCII art.
Quick Start
1. Install neofetch
sudo apt install neofetch
# or with Homebrew
brew install neofetch
# or with pacman
sudo pacman -S neofetch
2. Display system info
sc neofetch system info
3. Verify installation
sc neofetch self version
Information Displayed
OS: Operating system name and version
Kernel: Kernel version
Uptime: System uptime
Packages: Number of installed packages
Shell: Shell version
Resolution: Display resolution
DE/WM: Desktop environment/window manager
Theme: GTK theme/icons/font
CPU: CPU model and usage
GPU: GPU model
Memory: RAM usage
Useful Commands
sc neofetch system info - Display system information
sc neofetch system info --ascii_distro arch - Use specific distro logo
sc neofetch system info --disable gpu - Disable specific info
print_info() {
info title
info underline
info "OS" distro
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Resolution" resolution
info "DE" de
info "CPU" cpu
info "GPU" gpu
info "Memory" memory
info cols
}
Customization
Change ASCII logo with --ascii or --ascii_distro
Disable info blocks with --disable
Set custom colors in config
Modify displayed information order
Requirements
Bash shell
Terminal with color support
Tips
Use in shell startup scripts to show info on login
1---2name: quickstart-14943description: neofetch Plugin4---5# neofetch Plugin67## Overview8The neofetch plugin provides a command-line system information tool that displays system details with ASCII art logos.910## What is neofetch?11`neofetch` is a command-line system information tool written in bash. It displays information about your operating system, software, and hardware in a visually appealing format with ASCII art.1213## Quick Start1415### 1. Install neofetch16```bash17sudo apt install neofetch18# or with Homebrew19brew install neofetch20# or with pacman21sudo pacman -S neofetch22```2324### 2. Display system info25```bash26sc neofetch system info27```2829### 3. Verify installation30```bash31sc neofetch self version32```3334## Information Displayed35- **OS**: Operating system name and version36- **Kernel**: Kernel version37- **Uptime**: System uptime38- **Packages**: Number of installed packages39- **Shell**: Shell version40- **Resolution**: Display resolution41- **DE/WM**: Desktop environment/window manager42- **Theme**: GTK theme/icons/font43- **CPU**: CPU model and usage44- **GPU**: GPU model45- **Memory**: RAM usage4647## Useful Commands48- `sc neofetch system info` - Display system information49- `sc neofetch system info --ascii_distro arch` - Use specific distro logo50- `sc neofetch system info --disable gpu` - Disable specific info51- `sc neofetch config generate` - Generate config file5253## Configuration54Config file: `~/.config/neofetch/config.conf`5556Generate a config file:57```bash58sc neofetch config generate59```6061Common config options:62```bash63print_info() {64 info title65 info underline66 info "OS" distro67 info "Kernel" kernel68 info "Uptime" uptime69 info "Packages" packages70 info "Shell" shell71 info "Resolution" resolution72 info "DE" de73 info "CPU" cpu74 info "GPU" gpu75 info "Memory" memory76 info cols77}78```7980## Customization81- Change ASCII logo with `--ascii` or `--ascii_distro`82- Disable info blocks with `--disable`83- Set custom colors in config84- Modify displayed information order8586## Requirements87- Bash shell88- Terminal with color support8990## Tips91- Use in shell startup scripts to show info on login92- Great for screenshots and sharing system info93- Customize config to show only what you need94- Works on Linux, macOS, BSD, and more9596## Resources97- GitHub: https://github.com/dylanaraps/neofetch
Run npx skillmds@latest add javimosch/quickstart-1494 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
neofetch Plugin It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.