This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[STICKY] Fancy Terminal

agungaskcom

Sun Nov 04, 2012 1:12:48 am

Do you like playing with Ur Terminal :?: U can try this
Image
fancy terminal by agungaskcom, on Flickr

First open Ur terminal Ctrl+Alt+T then follow this ;
$ sudo su
# apt-get install figlet
# apt-get install fortune cowsay
# apt-get install sl
# cp .bashrc .bashrc_backup
# gedit .bashrc

Copy and Paste this script at the end of the file .bashrc
Code:
sl
cowsay -f eyes "I Love My Terminal"
echo
figlet "ZorinOS 6"
echo "==================================================================="
echo -ne "${lightgreen}Today is:\t\t${red}" `date`; echo ""
echo -e "${lightgreen}Kernel Information: \t${red}" `uname -smr`
export PS1="\[\033[1;33m\]\u\[\033[1;37m\]@\[\033[1;32m\]\h\[\033[1;37m\]:\[\033[1;31m\]\w \[\033[1;36m\]\\$ \[\033[0m\]";

Close and reopen terminal, enjoy it :D

agungaskcom

Wed Nov 07, 2012 1:23:02 am

swarfendor437 wrote:60 blue jewels to you friend! Have made it a [STICKY] so that people visiting get to see the latest contribution!


Thank you. It's fun to share :)