dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/nvim-logo


#!/bin/sh
# neovim logo by @sunjon https://github.com/nvimdev/dashboard-nvim/wiki/Ascii-Header-Text
# color variations and script by @xero https://git.io/.files
case "" in
-b) cat << x0
                                              
       ███████████           █████      ██
      ███████████             █████ 
      ████████████████ ███████████ ███   ███████
     ████████████████ ████████████ █████ ██████████████
    ██████████████    █████████████ █████ █████ ████ █████
  ██████████████████████████████████ █████ █████ ████ █████
 ██████  ███ █████████████████ ████ █████ █████ ████ ██████
x0
;;
-o) cat << x0
                                              
       ███████████           █████      ██
      ███████████             █████ 
      ████████████████ ███████████ ███   ███████
     ████████████████ ████████████ █████ ██████████████
    █████████████████████████████ █████ █████ ████ █████
  ██████████████████████████████████ █████ █████ ████ █████
 ██████  ███ █████████████████ ████ █████ █████ ████ ██████
 ██████   ██  ███████████████   ██ █████████████████
 ██████   ██  ███████████████   ██ █████████████████ 
x0
;;
-t) cat << x0
                                                                    
       ███████████           █████      ██                    
      ███████████             █████                            
      ████████████████ ███████████ ███   ███████    
     ████████████████ ████████████ █████ ██████████████  
    █████████████████████████████ █████ █████ ████ █████  
  ██████████████████████████████████ █████ █████ ████ █████ 
 ██████  ███ █████████████████ ████ █████ █████ ████ ██████
 ██████   ██  ███████████████   ██ █████████████████
                                                                      
x0
;;
-l) cat << x0
                                                                    
      ███████████            █████      ██                    
     ███████████              █████                            
     ████████████████ ███ ████████ ███   ███████    
    ████████████████ ████ ████████ █████ ██████████████  
   ██████████████████████ ███████ █████ █████ ████ █████  
 ████████████████████████████ ██████ █████ █████ ████ █████ 
██████  ███ █████████████████  ████ █████ █████ ████ ██████
██████   ██  ███████████████    ██ █████████████████
                                                                      

x0
;;
*) cat << x0
 nvim-logo: display cool text mode art banners in your shell/editor
 usage: ./nvim-logo [-t|-l|-b|-h]
 flags:
   -t  display in miasma true colors
   -o  display in origional true colors
   -l  display in limited 246 colors
   -b  display in black and white (text only)
   -h  display this message
 requirements:
  this design uses non-standard characters from NerdFonts (v3)
  please view in a patched font https://www.nerdfonts.com/
 credits:
  neovim logo by @sunjon https://github.com/nvimdev/dashboard-nvim/wiki/Ascii-Header-Text
  color variations and script by @xero https://git.io/.files
x0
;;
esac
exit 0

Download

raw zip tar