Screenfetch Terminal System Info instead of Archey on Crunchbang

I usually use Archey to brighten up my terminal, but realised that Screenfetch does the same job with a difference, I get a nice Crunchbang logo instead of a bright red swirly Debian logo.

To get screenfetch:
wget -O screenfetch https://raw.github.com/KittyKatt/screenFetch/master/screenfetch-dev

Make it executable:
chmod +x screenfetch

Move it to the bin directory to launch it:
sudo mv screenfetch /usr/bin/

Now add it to your bashrc file:
echo “screenfetch” >> ~/.bashrc

All done!

Image