-
INSTALL:
sudo apt-get update
-
INSTALL:
sudo apt-get upgrade
-
INSTALL:
sudo apt install neofetch
-
INSTALL:
sudo neofetch
-
EDIT Neofetch Conf File And Save:
locate neofetch | grep conf
print_info() {
info title
info underline
info "OS" distro
info "Host" model
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Resolution" resolution
info "DE" de
info "WM" wm
info "WM Theme" wm_theme
info "Theme" theme
info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "GPU" gpu
info "Memory" memory
info "GPU Driver" gpu_driver # Linux/macOS only
info "CPU Usage" cpu_usage
info "Disk" disk
info "Font" font
info "Local IP" local_ip
info "Public IP" public_ip
info "Users" users
info "Locale" locale # This only works on glibc systems.
info cols
}
- Type In Terminal:
sudo neofetch
- EDIT System Terminal Conf:
ls -a ~
and edit filenano ~/.bashrc
add to the last line of the filesudo neofetch
- Type in Terminal:
source ~/.bashrc