Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nextgensay

nextgensay uses cowsay and fortune to print "Star Trek: The Next Generation" quotes on the terminal. 🖖

Installation

Install cowsay and fortune

Arch

sudo pacman -S cowsay fortune-mod
sudo ln -sf $PWD/cowsay/* /usr/share/cows/
sudo ln -sf $PWD/fortune/* /usr/share/fortune/

Debian

sudo apt install cowsay fortunes
sudo ln -sf $PWD/cowsay/* /usr/share/cowsay/cows/
sudo ln -sf $PWD/fortune/* /usr/share/games/fortunes/

Usage

fortune sttng | cowsay -f enterprised

 _________________________________________ 
/ If there's nothing wrong with           \
| me...maybe there's something wrong with |
| the universe!                           |
|                                         |
\ -- Beverly Crusher, "Remember Me"       /
 ----------------------------------------- 
    \
     \
      \
                _____.-----._____
   ___----~~~~~~. ... ..... ... .~~~~~~----___
=================================================
   ~~~-----......._____________.......-----~~~
    (____)             |   /          (____)
      ||           _/   |   _           ||
       \_______--~  //~~~\  ~--_______//
        `~~~~---__   \___//   __---~~~~'
                  ~~-_______-~~

Message of the Day

The Enterprise D can greet you with a quote on login by adding to motd.

Debian

sudo vim /etc/update-motd.d/99-footer

#!/bin/sh

exec /usr/games/fortune sttng | /usr/games/cowsay -f enterprised

About

STTNG quotes on the terminal

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors