Skip to content

T-McBride/bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Summary

Pop culture based terminal 'splash' screens.

Why? Because everytime you use a terminal someone will ask if you are "hacking", when you explain you are not they seem dissapointed. This will make them happy.

Contents

Shell scripts and text files with bash color codeing.

Dependencies

  • pv
  • figlet
  • figlet-fonts
  • xterm

Config

You may need to alter the path in the scripts that reference a logo.txt file. Match whereever you keep the folder.

e.g. ~/logos

Use Example

Add the following to bashrc to select a random script whenever you access a terminal over a non local session.

.bashrc if [ $(echo $DISPLAY) = ":0" ]; then bash $(echo $(ls /home/gumby/logos/*.sh | shuf -n 1)) fi

Examples

Cyberdyne

Cyberdyne.mp4

Encom

Encom.mp4

HAL

HAL.mp4

Matrix

Matrix.mp4

Stark

Stark.mp4

WOPR

WOPR.mp4

About

Bash scripts / utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages