Add code in your .bash_profile and install screenfetch pkg # custom bash_profile # # include .bashrc if exist if [ -f ~/.bashrc ]; then source ~/.bashrc; fi # screenfetch echo " " if [ -f /usr/bin/screenfetch ]; then screenfetch; fi