Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

NeoFetch

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

alt tag

查看板本

fastfetch -v

alt tag

查看指令說明

fastfetch --help

alt tag

打開 terminal 時自動執行

依照自己的 terminal 設定 ( 這邊使用 zsh 示範 )

vim ~/.zshrc

在裡面加入 fastfetch (最前面或最後面都可以)

alt tag

這樣每次打開 terminal 時就會自動執行 fastfetch 了 😄