dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/eva-logo


#!/bin/sh
case "" in
-c*)
q=''
[ "" != "-cc" ] && q=" G E T   I N   T H E   F U K K E N   R O B O T   S H I N J I"
cat << X0
${q}
                  _            ____
                 : \           |   \    .
                 |  \ .        |    :   |\            /\
              .  |   :|\__     |    |   | \          /  \
.             |\ |   |! \ \    |    |   | |\        /   /
\"-.________  | \:   ||\ \ \   |    |   | | \      /   /
 \_____     "-|  |\  || \ \/   |    |___| ! |\____/  _/-. /\
      \   ____:  |_\ ||  \/  ___\  __  _//  | |  ___ \---" /
       \  \   |  _____,  /___\___\/ / /   \_! |  // _/  / /
    ____\_ \__|  |    | __. _/____ / /     /  > // /    \/
  //__________|  /    |/  |/  \__// /     /  /_/ \/
              | /     |   :      | /     /__/
              |/                 |/
X0
;;
-b) cat << X0
                 _            ____
                : \           |   \    .
                |  \ .        |    :   |\            /\
             .  |   :|\__     |    |   | \          /  \
.            |\ |   |! \ \    |    |   | |\        /   /
\"-.______   | \:   ||\ \ \   |    |   | | \      /   /
 \_       "-_|  |\  || \ \/   |    |___| ! |\____/  _/-. /\
   "-_   ____:  |_\ ||  \/  ___\  __  _//  | |  ___ \---" /
      \  \   |  _____,  /___\___\/ / /   \_! |  // _/  / /
    ___\_ \__|  |    | __. _/____ / /     /  > // /    \/
  //_________|  /    |/  |/  \__// /     /  /_/ \/
             | /     |   :      | /     /__/
             |/                 |/   E V A N G E L I O N
X0
;;
*) cat << X0
 eva-logo: display an ascii art evangelion logo in your shell/editor
 usage: ./eva-logo [-c|-cc|-b|-h]
 flags:
   -c  : logo in 256 colors
	 -cc : logo "clean" (no cursing) in 256 colors
   -b  : logo in black and white (text only)
   -h  : display this message
 credits:
 ascii and script by @xero https://git.io/.files & https://x-e.ro
X0
;;
esac
exit 0

Download

raw zip tar