Skip to content

neofetch

Jason Hempstead edited this page Aug 21, 2020 · 1 revision

neofetch

command-line system information tool

requires:

apt install neofetch
yum install neofetch
pacman -S neofetch

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/neofetch/raw/master/install.sh)"

Manual install:

mv -fv "$HOME/.config/neofetch" "$HOME/.config/neofetch.bak"
git clone https://github.com/casjay-dotfiles/neofetch "$HOME/.config/neofetch"

neofetch wiki | neofetch site

Clone this wiki locally