LINUXOPOLIS # 22-FEBRUARY ~ NEOFETCHsteemCreated with Sketch.

in #linux4 years ago

NEOFETCH

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

screenshot by willi glenz

$ vim ~/.config/fish/functions/gneofetch.fish

function gneofetch --description 'neofetch'
    clear; echo
    echo '=========================================================================='
    echo '                                 NEOFETCH                                 '
    echo ' ~/.config/neofetch/config                                                '
    echo '=========================================================================='
    echo ' $ apt-cache search neofetch                                              '
    echo ' $ apt-cache show neofetch                                                '
    echo ' # apt install neofetch                                                   '
    echo '--------------------------------------------------------------------------'
    echo ' $ cp ~/.bashrc ~/.bashrc_old                                             '
    echo ' $ ls -lisa ~/.bashrc*                                                    '
    echo ' $ echo "neofetch" >> ~/.bashrc                                           '
    echo ' $ . ~/.bashrc                                                            '
    echo ' $ vim ~/.config/neofetch/config                                          '
    echo '=========================================================================='
    echo
    neofetch
    echo
end
SOURCES
 homepage ............................................ github.com/dylanaraps/neofetch
 documentation  ................................. github.com/dylanaraps/neofetch/wiki
 manpage ............................................................. $ man neofetch
 alternative ............................................................. $ inxi -v1
 github ........................ github.com/dylanaraps/neofetch/wiki/Customizing-Info
 picture ....................................... screenshoot by me ~ my gnome-desktop

Coin Marketplace

STEEM 0.28
TRX 0.12
JST 0.032
BTC 60200.47
ETH 3004.36
USDT 1.00
SBD 3.63