Youtube Tutorial - Linux 指令教學-NeoFetch
Neofetch is a command-line system information tool written in bash 3.2+. Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.
github:neofetch,
在 ubuntu 18.04 下安裝使用以下指令即可, ubuntu-1704-and-up
sudo apt update
sudo apt install neofetch如果是其他 distro, 請參考 https://github.com/dylanaraps/neofetch/wiki/Installation
使用方法很簡單,
neofetch查看板本
neofetch -v截圖指令
neofetch --scrot查看指令說明
neofetch --help依照自己的 terminal 設定 ( 這邊使用 zsh 示範 )
vim ~/.zshrc在裡面加入 neofetch (最前面或最後面都可以)
這樣每次打開 terminal 時就會自動執行 neofetch 了:smile:



