Skip to content

pemtajo/bushido-dragon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

🐉 Bushido dragon

/ No masterpiece was ever created by a \
\ lazy artist.                         /
 --------------------------------------
      \                    / \  //\
       \    |\___/|      /   \//  \\
            /0  0  \__  /    //  | \ \    
           /     /  \/_/    //   |  \  \  
           @_^_@'/   \/_   //    |   \   \ 
           //_^_/     \/_ //     |    \    \
        ( //) |        \///      |     \     \
      ( / /) _|_ /   )  //       |      \     _\
    ( // /) '/,_ _ _/  ( ; -.    |    _ _\.-~        .-~~~^-.
  (( / / )) ,-{        _      `-.|.-~-.           .~         `.
 (( // / ))  '/\      /                 ~-. _ .-~      .-~^-.  \
 (( /// ))      `.   {            }                   /      \  \
  (( / ))     .----~-.\        \-'                 .~         \  `. \^-.
             ///.----..>        \             _ -~             `.  ^-`  ^-_
               ///-._ _ _ _ _ _ _}^ - - - - ~                     ~-- ,.-~
                                                                  /.-~

Inspiring quotes in your terminal.

Requirements

  • Jq
sudo apt install jq 
  • Curl
sudo apt install curl
  • Cowsay
sudo apt install cowsay

Install

If you use bash, paste the script below in the .bashrc. Or, if your use zsh, paste in the file .zshrc

curl -s  https://raw.githubusercontent.com/pemtajo/bushido-dragon/master/quotes.json | jq -r '.[] | .quote ' | sort -R | head -n 1 | cowsay -f dragon

About

🐉 Inspiring quotes in your terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published