Youtube Tutorial - Linux 指令教學-NeoFetch
Fastfetch is a neofetch-like tool for fetching system information and displaying it in a visually appealing way. It is written mainly in C, with a focus on performance and customizability. Currently, it supports Linux, macOS, Windows 7+, Android, FreeBSD, OpenBSD, NetBSD, DragonFly, Haiku, and SunOS.
因為 neofetch 不維護了, 改使用 fastfetch 使用方式基本上都是一樣的.
安裝指令
sudo apt update
sudo apt install fastfetch如果是其他 distro, 請直接到 Releases 下載 .deb 安裝.
使用方法很簡單,
fastfetch查看板本
fastfetch -v查看指令說明
fastfetch --help依照自己的 terminal 設定 ( 這邊使用 zsh 示範 )
vim ~/.zshrc在裡面加入 fastfetch (最前面或最後面都可以)
這樣每次打開 terminal 時就會自動執行 fastfetch 了 😄



